CONOPT
Loading...
Searching...
No Matches

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  ConoptCpp
 The Conopt class. More...
 

Functions

COI_API ConoptCpp::ConoptCpp (std::string modelName="conopt-model")
 
COI_API ConoptCpp::~ConoptCpp ()
 

Detailed Description

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.

Function Documentation

◆ ConoptCpp()

COI_API ConoptCpp::ConoptCpp ( std::string modelName = "conopt-model")

Constructor

Parameters
modelNamethe name for the model.

◆ ~ConoptCpp()

COI_API ConoptCpp::~ConoptCpp ( )

Destructor