
Jacob Wren
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Posts
Recent activity by Jacob Wren-
Suppress all console output from Gurobi
AnsweredHi, I am using Pyomo in a floating license environment. I set the OutputFlag parameter to 0 before the Gurobi environment is started via: import pyomo.environ as pyoopt = pyo.SolverFactory("gurobi_...
-
QCQP tuner difficulties
AnsweredHello, Gurobi is unable to solve my convex quadratically-constrained quadratic program (QCQP) for certain values of a tuning parameter. This is my explanation. Call the tuning parameter epsilon. W...
-
Different solutions when changing the Threads parameter
AnsweredHello, I am solving a linear program using Gurobi 9.5.2. I am solving in parallel. Additionally, I set the Method parameter to 4. My solutions differ when I increase the Threads parameter from 1 to...
-
Gurobi token server - release tokens
AnsweredHi, I am using the third-party modeling framework, Pyomo, as well as MPI (mpi4py) to run several instances of Gurobi in parallel. I am following the advice given here, but disposeDefaultEnv prints ...
-
Pyomo + MPI => 1 environment per process
AnsweredHello, I am using the third-party modeling framework, Pyomo, as well as MPI (mpi4py) to run several instances of Gurobi in parallel. How can I have each process create its own environment? Many tha...
-
Free an environment without deleting the model
AnsweredHi, I am using the third-party modeling framework, Pyomo. I am running many small optimizations in succession and then hitting the limit of 4096 tokens. The advice given here, unfortunately, requir...