Runqing Zhao
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Posts
Recent activity by Runqing Zhao-
How to test the performance of an optimal solution on different scenarios?
I want to change the value of my basic setting after I have got a optimal solution, to test the performance of the optimal solution in different scenarios. I mean: I use Gurobi to solve a model, ...
-
How to print the value of Vars within a solution?
Answeredmy objective function is: m.setObjective(x.prod(cost) + y.prod(trip)) now when I finish m.optimize(), I want to get the value of term x.prod(cost), but when I print that, the result just shows an e...
-
"no module name 'gurobipy'" in newly created anaconda environment
AnsweredI've downloaded the latest anaconda, where there is a Spyder 3.3.6 in the basic environment; and then I created a new environment to install the spyder 4.0.0. When I use the two different versions ...