Park Taejoon
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Park Taejoonさんの最近のアクティビティ-
Park Taejoonさんが投稿を作成しました:
Determine the solution from the optimal facet in LP
回答済みHi, I have a model which has multiple optimal solutions. But after model.optimize(), Gurobi Solver provides a single optimal solution. So, I wonder how Gurobi solver determines a single optimal sol...
-
Park Taejoonさんが投稿を作成しました:
Increase the number of variable number by updating the gurobi model
回答済みHi, I use gurobi in the python API. My model has 3 decision varaibles named x0, x1,x2. x = m.addVars(3, vtype=GRB.BINARY, name="x") the objective function is described by using gp.quicksum like bel...