You can get a list of CBC options by:
- Open a CMD or PowerQuery window
- Start CBC by typing: CBC
- To make the output
more verbose, type: verbose 15
- To
get a list of parameters, type: ?
To
stop when you have a feasible solution, you could try the following
options in various combinations: allowableGap, ratioGap, presolve,
maxIterations. Alternatively, you could constrain the objective function value, via trial-and-error, to find the point where the model becomes feasible.