Mixed-integer linear programs are hard to solve, and run-times can increase dramatically with small changes in the model.
You want: Solvers · JuMP
model = Model(Clp.Optimizer)
set_optimizer_attribute(model, "PrimalTolerance", 1e-9)
Mixed-integer linear programs are hard to solve, and run-times can increase dramatically with small changes in the model.
You want: Solvers · JuMP
model = Model(Clp.Optimizer)
set_optimizer_attribute(model, "PrimalTolerance", 1e-9)