Detailed Description
methods for return codes for SCIP methods
Definition in file retcode.c.
Go to the source code of this file.
Functions | |
void | SCIPretcodePrint (SCIP_MESSAGEHDLR *messagehdlr, FILE *file, SCIP_RETCODE retcode) |
void | SCIPretcodePrintError (SCIP_RETCODE retcode) |
Function Documentation
◆ SCIPretcodePrint()
void SCIPretcodePrint | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
FILE * | file, | ||
SCIP_RETCODE | retcode | ||
) |
prints error message for return code via message handler
- Parameters
-
messagehdlr message handler file file stream to write error message retcode SCIP return code causing the error
Definition at line 38 of file retcode.c.
References SCIP_BRANCHERROR, SCIP_ERROR, SCIP_FILECREATEERROR, SCIP_INVALIDCALL, SCIP_INVALIDDATA, SCIP_INVALIDRESULT, SCIP_KEYALREADYEXISTING, SCIP_LPERROR, SCIP_MAXDEPTHLEVEL, SCIP_NOFILE, SCIP_NOMEMORY, SCIP_NOPROBLEM, SCIP_NOTIMPLEMENTED, SCIP_OKAY, SCIP_PARAMETERUNKNOWN, SCIP_PARAMETERWRONGTYPE, SCIP_PARAMETERWRONGVAL, SCIP_PLUGINNOTFOUND, SCIP_READERROR, SCIP_WRITEERROR, and SCIPmessageFPrintInfo().
◆ SCIPretcodePrintError()
void SCIPretcodePrintError | ( | SCIP_RETCODE | retcode | ) |
prints error message for return code via error message
- Parameters
-
retcode SCIP return code causing the error
Definition at line 113 of file retcode.c.
References SCIP_BRANCHERROR, SCIP_ERROR, SCIP_FILECREATEERROR, SCIP_INVALIDCALL, SCIP_INVALIDDATA, SCIP_INVALIDRESULT, SCIP_KEYALREADYEXISTING, SCIP_LPERROR, SCIP_MAXDEPTHLEVEL, SCIP_NOFILE, SCIP_NOMEMORY, SCIP_NOPROBLEM, SCIP_NOTIMPLEMENTED, SCIP_OKAY, SCIP_PARAMETERUNKNOWN, SCIP_PARAMETERWRONGTYPE, SCIP_PARAMETERWRONGVAL, SCIP_PLUGINNOTFOUND, SCIP_READERROR, SCIP_WRITEERROR, and SCIPmessagePrintError().
Referenced by SCIPprintError().