Anyone know how to set the epgap
parameter for CPLEX
solver when calling CMD_CPLEX()
from PULP (python)?
I have tried everything from an options file in the folder to tons of different syntax attempts like:
prob.solve(CPLEX_CMD(options = ['epgap = 0.25']))
Any tips would be greatly appreciated!