CONOPT
Loading...
Searching...
No Matches

Topics

 Utility Routines
 This section describes utility routines in the CONOPT DLL.
 
 Initialisation Methods
 Initialisation methods that must or can be used before CONOPT is started.
 
 Registration of callback routines
 Registration methods for callback routines to interact with the CONOPT solution algorithm.
 
 Definition of Callback Functions
 A detailed overview of the callback function defintions.
 

Detailed Description

The C public API.

The public API of CONOPT can be divided into three part: utility methods, initialization methods and the registration of callback routines. When building a standalone application, you typically call the initialisation and registration methods before executing the solve, see Overview over CONOPT routines – Fortran users or Overview over CONOPT routines – C users for more details. The small number of utility methods are available to start the solve and to query information about the solution process.