Limitations are set via parameters. The list of available parameters can be found
here. In order to set a parameter in docplex use the `Model.parameters` property.
One way to monitor progress is by just enabling the log: call solve() with `log_output=True`. Another way to do that would be callbacks.
I think you can find examples for everything you asked in the examples on the docplex website.
------------------------------
Daniel Junglas
------------------------------