Maxim Santalov
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 2
アクティビティの概要
Maxim Santalovさんの最近のアクティビティ-
Maxim Santalovさんがコメントを作成しました:
Hi Jaromil, Thank you again for an immediate answer. I mean, that I can take values from the output of the optimization, put it in a objective function and count it. I also mentioned, that those tw...
-
Maxim Santalovさんがコメントを作成しました:
Hi Jaromil, Thank you for your answer. I got your idea. Could you, please, answer on another question, relative to previous one: I am setting up abstol for objective functions equal to 0. I expect,...
-
Maxim Santalovさんが投稿を作成しました:
setObjectiveN misses objective values
回答済みHi all, I am trying to set up multiple objective functions in the model. According to the manual, I can set up priority of objective functions . Gurobi will take this priority into account and will...
-
Maxim Santalovさんがコメントを作成しました:
Hi Matthias, Thank you for the reply. It helped to restore order in my code. I will leave it here( possibly, it would help someone):. ...(previous part remains the same)for sol in range(nSolutions)...
-
Maxim Santalovさんがコメントを作成しました:
Thank you for your reply. I am new to Gurobi and some solutions presented at guide are not obvious for me. By this moment, my code looks like this: ....(Model initialization, setting up Vars and ...
-
Maxim Santalovさんが投稿を作成しました:
Get all solutions
回答済みHow I can get all solutions of the model, if the SolutionNumber is >1?