Han Han
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Han Han-
Han Han created a post,
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...
-
Han Han commented,
Dear Jaromił, Thank you so much for your warm and professional answer, It does help a lot! To answer your question: In fact, R_c and R_e are different functions with respect to x. This program is a...
-
Han Han created a post,
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...