solver.options = [ "feasibilityPump on", # Find feasible solutions faster "primalSimplexPricing steep", # Faster convergence # "maxSolutions 1", # Stop after finding first feasible solution # "maxNodes 10000", # Limit search nodes # "ratioGap 0.5", # Accept solutions within 50% of bound "allowableGap 10", # acceptable tolerance # "cutoff 1e+10" # High cutoff to accept any solution ]