CONOPT
Loading...
Searching...
No Matches
std.c File Reference

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)
 

Function Documentation

◆ Std_Message()

int COI_CALLCONV Std_Message ( int SMSG,
int DMSG,
int NMSG,
char * MSGV[],
void * USRMEM )

Definition at line 8 of file std.c.

◆ Std_ErrMsg()

int COI_CALLCONV Std_ErrMsg ( int ROWNO,
int COLNO,
int POSNO,
const char * MSG,
void * USRMEM )

Definition at line 26 of file std.c.

◆ Std_Status()

int COI_CALLCONV Std_Status ( int MODSTA,
int SOLSTA,
int ITER,
double OBJVAL,
void * USRMEM )

Definition at line 45 of file std.c.

◆ Std_Solution()

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 )

Definition at line 77 of file std.c.

◆ Std_TriOrd()

int COI_CALLCONV Std_TriOrd ( int mode,
int type,
int status,
int irow,
int icol,
int inf,
double value,
double resid,
void * USRMEM )

Definition at line 98 of file std.c.

◆ c_log()

void c_log ( char * msgt,
int code )

Definition at line 202 of file std.c.