Ebru Angun
- 合計アクティビティ 28
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 8
投稿
Ebru Angunによる最近のアクティビティ-
Is it possible to have constraints such as z^1.5 <= v in the model
回答済みI have a problem with constraints: z^1.5 <= v. It is possible to write power constraints as z^1.5 = v. But, is it possible to have constraints such as z^1.5 <= v, where z, v >=0? Is it possible to ...
-
Setting the number of threads
回答済みHi to all, My question is a general one on setting the number of threads when solving a MIP which takes a very very long time to finish. First I set the number of threads to 24, which ended up exha...
-
SOS Type I
回答済みHi to all, My question is that there are two variables, say z and s, such that 0 <= z <= 1 and s >= 0, and they define to form a special ordered set of type I (SOS Type I). How does Gurobi handle t...
-
callback to terminate after a number of same incumbent solution
回答済みThe problem is solved through column generation, and the subproblem is an MILP. I think that it is a better idea not to solve this MILP until 0.01% mipgap is observed at every iteration. Hence, I w...
-
Using GRBterminate after a number of same incumbent solution
Hi all, I wrote a callback function which is executed at GRB_CB_MIP. The aims of this callback are: 1- if for the last 50 iterations, the best incumbent solution is not changed, then terminate solv...
-
Speed up gurobi to solve an milp
回答済みI am working with an milp with 58 binary variables, 70 continuous free variables, and 590 nonnegative continuous variables. There are also 1212 constraints. It took Gurobi about 12000 seconds to so...