-
if the model is feasible then terminate the solver Answered 0 votes 2 comments -
Create variables in a loop Answered 0 votes 4 comments -
Remove a variable and all its associated constraints Answered 0 votes 4 comments -
Retrieve a specific subset value of variables Answered 0 votes 2 comments -
Dynamic model Answered 0 votes 4 comments -
How to program ILPs containing decision variables using gurobipy? Answered 1 vote 1 comment -
Log reporting wrong bounds in multiobjective environment Answered 0 votes 1 comment -
TypeError: unsupported operand type(s) for @: 'MVar' and 'numpy.float64' Awaiting user input 0 votes 1 comment -
Traceback error in gurobi.Model.optimize Answered 0 votes 15 comments -
Presolve in Gurobi 10 vs Gurobi 9 Answered 0 votes 1 comment -
Warm start Non-Convex Quadratic Optimization in GAMS Answered 0 votes 1 comment -
IP model takes too long to solve Answered 0 votes 1 comment -
Unable to retrieve attribute 'x' error Answered 0 votes 4 comments -
Model is infeasible in Gurobi although it has a feasible solution Answered 0 votes 5 comments -
gurobi indicator constraints multiple variables Answered 0 votes 2 comments -
Error when using mycallback function with a new model Answered 0 votes 2 comments -
Is there any parameter to remove duplicate equalities in LP equations' set? Answered 0 votes 3 comments -
Transient errors in compute server jobs Answered 0 votes 2 comments -
Thread-safety of gurobipy Answered 0 votes 1 comment -
Gurobi c API GRBcbsolution objP interpretation outside of MIPNODE Answered 0 votes 1 comment -
Presolve Yields sub-Optimal Result (Bug tied to GenConstraint?) Answered 0 votes 3 comments -
Why are there constraint expressions that are not displayed when I output the .ilp file and look at the overview of the entire model? Answered 0 votes 2 comments -
When the same model is written to both MPS and LP formats, the models read by each file are different? Answered 0 votes 1 comment -
What is the difference between quadratic expression and quadratic constraint for gurobi? Answered 0 votes 2 comments -
Binary Varibales get negative -0.0 values Answered 0 votes 6 comments -
Fraction with quadratic numerator as objective function Answered 0 votes 6 comments -
constraint the future state of a decision variable Answered 0 votes 1 comment -
Keyerror in objective function Answered 0 votes 4 comments -
Can I print values of integer variable during optimization? Answered 0 votes 2 comments -
'tupledict' object is not callable Answered 0 votes 2 comments
Programming
New postWriting & debugging optimization applications, API questions