CONOPT
|
Topics | |
Conopt Class | |
The control class for the CONOPT C++ api. | |
ModelData Class | |
A necessary class for defining the model data and function evaluations. | |
MessageHandler Class | |
An optional class for providing a custom message handler. | |
The Java public API.
The public Java API is a collection of classes that can be extended by the user. The control class is Conopt
, which is used to solve the model and query the results. In addition, there are classes for the model data (ModelData
) and message handling (MessageHandler
).