Nitin Srinath
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Nitin Srinath-
Here is a sample output from the callback: <gurobi.Var y[13,13]> 4.011629032257547<gurobi.Var y[13,14]> 5.0<gurobi.Var y[13,15]> 11.0<gurobi.Var y[13,16]> 275.0<gurobi.Var y[13,17]> 12.054435483870...
-
Here is the callback code. It should essentially not print anything but it prints a bunch of binary variables with very large values. def mycallbackGRB(model, where): if where==GRB.Callback.MIP...