CONOPT
|
Functions | |
COI_API void | ConoptCpp::loadModel (ConoptModelData &modeldata) |
loads the model and stores the pointer in the interface | |
Methods for loading the model data.
The model is defined using a ConoptModelData object. This object loads the model and defines the function evaluation methods.
COI_API void ConoptCpp::loadModel | ( | ConoptModelData & | modeldata | ) |
loads the model and stores the pointer in the interface
The user creates an instantiation of the ConoptModelData that includes all details of the model, including function evaluation callbacks. This method loads the model data into Conopt before solving the problem.
modeldata | a user defined ConoptModelData object |