CONOPT
Loading...
Searching...
No Matches
Using the CONOPT API
CONOPT comes with a Fortran and C API. This page will provide a detailed overview of both APIs. Since CONOPT is written in Fortran, all references are to the Fortan API. In addition to the API reference, the callback definitions are provided. Callbacks are an important part of the CONOPT API, since this is the main way for the user to interact with the solution algorithm. Finally, a list of the example applications and source code is provided.
[detail level 12345]
 The public API of CONOPTThe public API for interfacing with CONOPT. APIs exist for Fortran, C, C++, Python and Java
 Additional InformationSome additional details and options related to the CONOPT solution algorithm
 Examples using CONOPTExamples written in Fortran, C, C++, Python and Java demonstrating how to directly interface with CONOPT