Han Han
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Han Han-
Gurobi Python: request for checking the construction of variables
AnsweredHi there, I am using the Gurobi Python and trying to solve a MILP optimization problem as shown below: where x_{s,n} is the decision variable, and R is a function of x_{s,n}. The code can normally...
-
Gurobi Python: fail to call the decision variable outside ".addConstr" function
AnsweredHi there, I am using the Gurobi Python and trying to solve an ILP optimization problem as shown below: where x_{s,n} is the decision variable, and R is a function of x_{s,n}. In this problem, sinc...