|
CONOPT
|
Topics | |
| Utility Routines | |
| This section describes utility routines in the CONOPT DLL. | |
| Solution Status methods | |
| Methods for querying the solution status. | |
| Model data methods | |
| Methods for loading the model data. | |
| Message handler methods | |
| Methods for loading and using a user-defined message handler. | |
| Registration of sizes | |
| Before any model data can be loaded into CONOPT, the dimensions of the problem must be first specified. | |
| Registration of options | |
| Options that modify the macro behaviour of CONOPT. | |
Data Structures | |
| class | conopt.Conopt |
| The Conopt class. More... | |
The control class for the CONOPT C++ api.
It is necessary to instantiate an object of this class to use the CONOPT C++ api. The Utility Routines are used to solve the problem. In addition, the Model data methods methods are used to load the model into the CONOPT C++ object. Finally, custom message handlers can be provided using the Message handler methods.