
David Mejía
- 合計アクティビティ 18
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 5
アクティビティの概要
David Mejíaさんの最近のアクティビティ-
David Mejíaさんがコメントを作成しました:
Thanks! David
-
David Mejíaさんが投稿を作成しました:
PWL approximation of trigonometric functions
回答済みDear Gurobi Community, Short question. When using addGenConstrSin(x,y) or addGenConstrCos(x,y), should the variable x be in radians or degrees? Thanks for your help.
-
David Mejíaさんが投稿を作成しました:
quicksum contraint slows solver.
回答済みHi, I´m working in a MILP model. It solves relatively fast within 10 to 15 minutes. But after adding the following two constraints, the solver takes about 4 days to solve the problem. Any idea why...
-
David Mejíaさんがコメントを作成しました:
Thank you for that explanation Matthias. It just seemed too good to be true. Best Regards, David
-
David Mejíaさんがコメントを作成しました:
Thank you Eli for your fast response. I´ve tried your hint. When I use either MIPFocus=1 or Heuristics=0.1 the solver finds a solution really fast, but no nodes where explored during the optimizati...
-
David Mejíaさんが投稿を作成しました:
Solver takes to long too find Incumbent solution
回答済みHi, I´m trying to solve a MILP problem with quadratic constraints. The solver is taking a fairly long time finding a incumbent solution. When it finds it, it´s when the optimization is done. The be...
-
David Mejíaさんがコメントを作成しました:
Hi Eli, Thank you so much for your help, that answered my question!
-
David Mejíaさんが投稿を作成しました:
implement conditional constraint
回答済みHi, I´ve been trying to implement this constraint: if a >=1 then b=1 else b =0 a is a continuous variable b is a binary variable I´ve seen people using the big M to express this, but I can´t get ...
-
David Mejíaさんがコメントを作成しました:
Thank you so much for the advice, it worked out perfectly. David
-
David Mejíaさんが投稿を作成しました:
define a deterministic set of feasible solutions
回答済みHi, How can I define a deterministic set of feasible solutions for a variable? For example the solver can only find a solution in the following set of solutions for the variable x: x ∈ {0.1,0.2,0...