Suyue Xu
- 合計アクティビティ 28
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 6
投稿
Suyue Xuによる最近のアクティビティ-
BestBd of MILP hardly moves
回答済みHello everyone I'm dealing with a MILP model functioning as the subproblem of column and constraint generation algorithms(C&CG).However gurobi struggles to push the BestBd of the model.I've tried t...
-
wrong solution due to numeric issues
ユーザーの入力を待っています。Hi gurobi support team I find a wrong solution due to numeric issues with the warning:'Warning: 1 variables dropped from basis'.Here is the log: Set parameter UsernameSet parameter TimeLimit to val...
-
gurobi struggles to narrow the gap of MIP
回答済みHi gurobi support team I'm now solving a MIP problem with quardratic objectives and linear constraints(along with PWL constraints).The result shows that gurobi quickly narrwo the gap to less than ...
-
How to speed up MILP model to find the solution?
回答済みHi everyone I'm solving a MILP model but I found it's hard for gurobi to find a solution despite the parameter MIPFocus set to 3.Here is the log: Removed 217 duplicated or redundant inequalitiesTra...
-
What is the relation between presolve and the infeasibility of model?
回答済みI'm designing a iteration algorithm in which I need to solve a MILP model during each iteration.Although the initializaion goes well (with warning 'max constraint violation (2.4386e-06) exceeds tol...
-
Error in computing irreducible infeasible subsystem
回答済みHi all I'm dealing with the infeasibility of a MILP model and tries to use gurobi_iis to recall the IIS.While the model is infeasible,I fail to compute the IIS.Here's the key message: Explored 1490...
-
Writing solution pool after relaxation to .sol file in MATLAB
回答済みHi all I'm currently dealing with the infeasibility of a MILP model and I follows the guidance to use the gurobi_feasrelax to help relax the conflicting constraints in MATLAB as follows: ep=1.0;pen...