CONOPT
Loading...
Searching...
No Matches

Functions

 pyconopt.Conopt.loadModel (self, modeldata)
 loads the model and stores the pointer in the interface
 

Detailed Description

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.

Function Documentation

◆ loadModel()

pyconopt.Conopt.loadModel ( self,
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.

Parameters
modeldataa user defined ConoptModelData object

Definition at line 1478 of file pyconopt.py.