Daniele Patria
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 2
アクティビティの概要
Daniele Patriaさんの最近のアクティビティ-
Daniele Patriaさんが投稿を作成しました:
The model seems to ignore the added constraints
ユーザーの入力を待っています。I designed an optimization algorithm which is iteratively solving a model, adding a constraint, solving it again, remove the old constraint, add the new one, solve, remove, add... And so on. The is...
-
Daniele Patriaさんが投稿を作成しました:
Problems very similar to each other requiring much much different amount of time to be solved
回答済みDear support team, I have implemented an algorithm which iteratively solves Integer (BINARY) Linear Problems with Gurobi. The problems solved by Gurobi are all very similar to each other: they only...
-
Daniele Patriaさんがコメントを作成しました:
Dear Jaromił,thanks for your answer. I managed to solve my problem and now the code works fine.By the way I am still curious about why it does work that way when adding linear constraints... It wou...
-
Daniele Patriaさんが投稿を作成しました:
How do I add a quadratic constraint using an expression defined through variables of a model that I copied ?
回答済みI am trying to do the following: - create a model- add variables- define a quadratic expression using those variables- creating a new model that is a copy (made with the method Model.copy()) of the...