Ben Farmer
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Ben Farmer-
model.NumVars doesn't work before solving model (in Gurobipy)?
AnsweredHere is one of the example problems built in Gurobipy, with some print statements added:import gurobipy as gp from gurobipy import GRB # Create a new model m = gp.Model("mip1") # Create variables...