-
[GurobiPy] setting GRB.Param.Threads to 1 changes result Answered 1 vote 3 comments -
How to retrieve the constraints from a given model using the Gurobi C APIs? Answered 0 votes 3 comments -
how to manage unused binary values during solve? Answered 0 votes 4 comments -
callback with variables based on the edges of a graph Answered 0 votes 4 comments -
Set value for variable based on condition (if marketer has access to arc) Answered 0 votes 9 comments -
Finding Multiple Solutions Answered 0 votes 4 comments -
KeyError: 0 in Python Answered 0 votes 4 comments -
Timeout value for each Scenarion Answered 0 votes 3 comments -
Merging a binary decision variable with a continuous variable (semi-binary/continuous) Answered 0 votes 3 comments -
Creating a new environment with an existing model Answered 0 votes 2 comments -
Solve Gurobi multiple times avoid infeasible model Answered 0 votes 2 comments -
Possible memory leak in Gurobi C++ API Awaiting user input 0 votes 2 comments -
Optimization failed after presolve Awaiting user input 0 votes 2 comments -
infeasible results without t0 constraints, errors with using t 0 constraints Answered 0 votes 4 comments -
Huge MIP model never finishes for certain input Answered 0 votes 7 comments -
Gurobi Python API Callback Answered 0 votes 5 comments -
Struggling with Lazy constraints Answered 0 votes 4 comments -
Finding all feasible solutions Answered 1 vote 3 comments -
Error in computing IIS Answered 0 votes 7 comments -
GurobiError: Unsupported type (<class 'str'>) for LinExpr addition argument Awaiting user input 0 votes 2 comments -
Unsupported MQuadExpr addition- error in setting objective function Answered 0 votes 2 comments -
Issue in indexing gurobi matrix variable in constraints in python Answered 0 votes 26 comments -
Gurobi counting: set constraint to a percentage of grid values Answered 0 votes 2 comments -
Why the following model showing infeasible in gurobipy when the same is solved optimally by MIP python open source solver? What am I missing ? Is it the operation between arrays and guobi variables the issue? How to find out? Answered 0 votes 6 comments -
Use Gurobi to check a solution feasibility Answered 0 votes 2 comments -
How to define contraints when the size of the set is determined within the model? Answered 0 votes 2 comments -
Can we not solve 2 models in a single python file with Gurobipy? Answered 0 votes 5 comments -
Cuts Answered 0 votes 4 comments -
Referencing constraints and retrieving their dual (Pi) values with C++ Answered 0 votes 5 comments -
About Divisor must be a constant in iteration Ongoing 0 votes 10 comments
Programming
New postWriting & debugging optimization applications, API questions