I am using the CBC solver with Pyomo and I have been not been able to get an integer solution within the specified time limit when solving a particular model.
Is there an option to pass to CBC that can relax the integrality requirements? I notice that CBC has a huge number of options, but I am not sure which is the one that we should use for this.
For
integer feasibility
you can relax such feasibility in pyomo in the cbc interface using the optionintegerTolerance
. Default tolerance is 1E-7 in CBC:In the printed info you should se some message like: