Park Taejoon
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Park Taejoon-
Park Taejoon created a post,
Determine the solution from the optimal facet in LP
AnsweredHi, 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 created a post,
Increase the number of variable number by updating the gurobi model
AnsweredHi, 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...