Rizqi Ilma Nugroho
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Rizqi Ilma Nugroho-
I run it like this starttime = time.time()from pyomo.util.infeasible import log_infeasible_constraints slvr = SolverFactory('gurobi')slvr.options["MIPGap"] = 0.01results = slvr.solve(model) resul...