Christos Kolomvakis
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Christos Kolomvakisさんの最近のアクティビティ-
Christos Kolomvakisさんがコメントを作成しました:
Alright it works! I must have made a mistake before to get the same result always. Thank you so much for your help,Christos
-
Christos Kolomvakisさんがコメントを作成しました:
Hello and thank you for your response,I will try study and try to replicate the example in JuMP.Kind regards,Christos
-
Christos Kolomvakisさんがコメントを作成しました:
Hello, my apologies for not posting the code, here it is (in Julia): model = Model(() -> Gurobi.Optimizer(env)) # set_silent(model) # set_optimizer_attribute(model, "OutputFlag", 0) # set_optimize...
-
Christos Kolomvakisさんが投稿を作成しました:
Need help understanding the output of Gurobi for an IP problem
回答済みHello everyone, I am writing this post to get a deeper understanding over how gurobi solves a specific ip that I am dealing with. The problem is the following: min_(h,z) 3 - z_2 - z_4 - z_5 + z_1 ...