internal methods for return codes for SCIP methods
Definition in file retcode.h.
Go to the source code of this file.
Functions | |
| void | SCIPretcodePrint (SCIP_MESSAGEHDLR *messagehdlr, FILE *file, SCIP_RETCODE retcode) |
| void | SCIPretcodePrintError (SCIP_RETCODE retcode) |
| void SCIPretcodePrint | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
| FILE * | file, | ||
| SCIP_RETCODE | retcode | ||
| ) |
prints error message for return code
prints error message for return code via message handler
| messagehdlr | message handler |
| file | file stream to write error message |
| retcode | SCIP return code causing the error |
Definition at line 28 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_OKAY, SCIP_PARAMETERUNKNOWN, SCIP_PARAMETERWRONGTYPE, SCIP_PARAMETERWRONGVAL, SCIP_PLUGINNOTFOUND, SCIP_READERROR, SCIP_WRITEERROR, and SCIPmessageFPrintInfo().
| void SCIPretcodePrintError | ( | SCIP_RETCODE | retcode | ) |
prints error message for return code via error message
| retcode | SCIP return code causing the error |
Definition at line 100 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_OKAY, SCIP_PARAMETERUNKNOWN, SCIP_PARAMETERWRONGTYPE, SCIP_PARAMETERWRONGVAL, SCIP_PLUGINNOTFOUND, SCIP_READERROR, SCIP_WRITEERROR, and SCIPmessagePrintError().
Referenced by SCIPprintError().