Dear all,
I am working with Matlab and I am exploring SCIP to solve a simple MINLP.
However, I am having some problems with the solver options:
Whereas the fields in options.scip (e.g. "maxtime", "maxnodes") work perfectly, all the options that I try to pass to through "scipopts", such as "limits/gap", are simply ignored by the solver.
I have tried to read through the SCIP documentation, as well as through the "scipset" file, but I do not understand why it does not work.
Do you know how to pass such options to the solver?
Many thanks for your help!