Solver Configuration
From OPTI v1.80 you can now obtain all the information that was previously stored in this document using the following commands:
Checking Supported Constraints and Special Requirements
>> checkSolver('solver');
Where 'solver' is the name of the solver you wish to check, e.g. 'bonmin'.
Checking Supported Options
>> checkSolver('config');
Copyright © 2011-2013 Jonathan Currie (I2C2)