
Niccolò Bulgarini
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 3
アクティビティの概要
Niccolò Bulgariniさんの最近のアクティビティ-
Niccolò Bulgariniさんが投稿を作成しました:
Access starting solution variables
回答済みHi all, I'm using gurobipy and am setting starting values for some variables by using the .Start attribute. The initial solution is then correctly loaded. After the optimization is done, how can I ...
-
Niccolò Bulgariniさんがコメントを作成しました:
awesome! exaclty what I was looking for. thanks!
-
Niccolò Bulgariniさんがコメントを作成しました:
Thank you! Can you link an example where constraints get the "Lazy" attribute set after they get created with ? I can't find any in the documentation and on Google
-
Niccolò Bulgariniさんがコメントを作成しました:
Hi Daniel, thank you for your answer!
-
Niccolò Bulgariniさんが投稿を作成しました:
gurobipy - add specific constraints as "Lazy"
回答済みI'd like to add specific linear constraints to a model and set them as 'Lazy'. Of course I'd like to use the addConstrs method to build the model fast. Can anybody suggest an example in gurobipy wh...
-
Niccolò Bulgariniさんが投稿を作成しました:
ConcurrentMIP - are instances communicating each other?
回答済みI'd like to know better how ConcurrentMIP works: - are the different MIP instances communicating each other and exchanging the Best bound and Incumbent values? Or they are completely independent? -...