CONOPT
|
Functions | |
int COI_CALLCONV | Std_Message (int SMSG, int DMSG, int NMSG, char *MSGV[], void *USRMEM) |
int COI_CALLCONV | Std_ErrMsg (int ROWNO, int COLNO, int POSNO, const char *MSG, void *USRMEM) |
int COI_CALLCONV | Std_Status (int MODSTA, int SOLSTA, int ITER, double OBJVAL, void *USRMEM) |
int COI_CALLCONV | Std_Solution (const double XVAL[], const double XMAR[], const int XBAS[], const int XSTA[], const double YVAL[], const double YMAR[], const int YBAS[], const int YSTA[], int NUMVAR, int NUMCON, void *USRMEM) |
int COI_CALLCONV | Std_TriOrd (int mode, int type, int status, int irow, int icol, int inf, double value, double resid, void *USRMEM) |
void | c_log (char *msgt, int code) |
int COI_CALLCONV Std_Message | ( | int | SMSG, |
int | DMSG, | ||
int | NMSG, | ||
char * | MSGV[], | ||
void * | USRMEM ) |
int COI_CALLCONV Std_ErrMsg | ( | int | ROWNO, |
int | COLNO, | ||
int | POSNO, | ||
const char * | MSG, | ||
void * | USRMEM ) |
int COI_CALLCONV Std_Status | ( | int | MODSTA, |
int | SOLSTA, | ||
int | ITER, | ||
double | OBJVAL, | ||
void * | USRMEM ) |
int COI_CALLCONV Std_Solution | ( | const double | XVAL[], |
const double | XMAR[], | ||
const int | XBAS[], | ||
const int | XSTA[], | ||
const double | YVAL[], | ||
const double | YMAR[], | ||
const int | YBAS[], | ||
const int | YSTA[], | ||
int | NUMVAR, | ||
int | NUMCON, | ||
void * | USRMEM ) |
int COI_CALLCONV Std_TriOrd | ( | int | mode, |
int | type, | ||
int | status, | ||
int | irow, | ||
int | icol, | ||
int | inf, | ||
double | value, | ||
double | resid, | ||
void * | USRMEM ) |