retcode.c
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 64 SCIPmessageFPrintInfo(messagehdlr, file, "method cannot be called at this time in solution process"); 91 SCIPmessageFPrintInfo(messagehdlr, file, "branching could not be performed (e.g. too large values in variable domain)"); 161 SCIPmessagePrintError("branching could not be performed (e.g. too large values in variable domain)"); Definition: struct_message.h:35 Definition: type_retcode.h:38 Definition: type_retcode.h:44 void SCIPretcodePrint(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, SCIP_RETCODE retcode) Definition: retcode.c:28 Definition: type_retcode.h:47 Definition: type_retcode.h:36 Definition: type_retcode.h:42 Definition: type_retcode.h:48 Definition: type_retcode.h:33 Definition: type_retcode.h:46 Definition: type_retcode.h:34 Definition: type_retcode.h:51 Definition: type_retcode.h:49 Definition: type_retcode.h:41 Definition: type_retcode.h:39 internal methods for return codes for SCIP methods Definition: type_retcode.h:40 void SCIPmessageFPrintInfo(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr,...) Definition: message.c:602 Definition: type_retcode.h:45 Definition: type_retcode.h:50 Definition: type_retcode.h:37 Definition: type_retcode.h:35 Definition: type_retcode.h:43 |