internal methods for return codes for SCIP methods
- Author
- Tobias Achterberg
Definition in file retcode.h.
prints error message for return code
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 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().