
Eli Towle
-
Gurobi Staff
- Total activity 1348
- Last activity
- Member since
- Following 0 users
- Followed by 4 users
- Votes 3
- Subscriptions 528
Activity overview
Latest activity by Eli Towle-
Eli Towle commented,
Can you try passing Pyomo's \(\texttt{symbolic_solver_labels}\) setting like this instead?opt = SolverFactory("gurobi") results = opt.solve( model, tee=True, options={"SolFiles": "foo"}, symbol...
-
Eli Towle commented,
The variable names in the .sol files match the names Pyomo gives Gurobi when it is creating the Gurobi model. You need to direct Pyomo to preserve the names of the Pyomo components when passing the...
-
Eli Towle commented,
The machine Gurobi is running on is having trouble communicating with our WLS license servers. It could be a DNS or firewall issue. Can you ask the HPC system administrators to investigate why mach...
-
Eli Towle commented,
The behavior you expect is how ObjNAbsTol behaves for multi-objective MIPs. However, this attribute behaves differently for multi-objective LPs. From the documentation:Objective degradations are ha...
-
Eli Towle commented,
Thanks again for reporting this issue. This incorrect declaration of infeasibility/unboundedness is fixed in the recently released Gurobi version 12.0.1.
-
Eli Towle commented,
Does the latest version of Gurobi (12.0.0) also fail to find one of the optimal solutions when setting PoolSearchMode to 2? If so, can you please write out an MPS model file and post the file conte...
-
Eli Towle commented,
Thanks for reporting this issue. I'll open a support ticket on your behalf so we can investigate further.
-
Eli Towle commented,
The correct reaction mechanism is [1,0,0,1] and the correct rate constant is 0.3. Is the system were to predict this exact values the MSE and thus the objective should be very close to 0 (a few si...
-
Eli Towle commented,
The issue I am encountering is that even when I provide my system with the right reaction and rate constant as an initial guess, I get the same reaction (wrong) as when I don't. Gurobi searches f...
-
Eli Towle commented,
The condition I described in the post you referenced is a sufficient condition for a variable to appear in the objective function of an LP file with a \( 0 \) coefficient: Variables that are added...