CONOPT
Loading...
Searching...
No Matches

Topics

 ConoptCpp Class
 The control class for the CONOPT C++ api.
 
 ConoptModelData Class
 A necessary class for defining the model data and function evaluations.
 
 ConoptMessageHandler Class
 An optional class for providing a custom message handler.
 

Detailed Description

The C++ public API.

The public C++ API is a collection of classes that can be extended by the user. The control class is ConoptCpp, which is used to solve the model and query the results. In addition, there are classes for the model data (ConoptModelData) and message handling (ConoptMessageHandler).