Home
last modified time | relevance | path

Searched refs:SCIPmessagePrintError (Results 1 – 11 of 11) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dretcode.c111 SCIPmessagePrintError("normal termination"); in SCIPretcodePrintError()
114 SCIPmessagePrintError("unspecified error"); in SCIPretcodePrintError()
117 SCIPmessagePrintError("insufficient memory error"); in SCIPretcodePrintError()
120 SCIPmessagePrintError("read error"); in SCIPretcodePrintError()
123 SCIPmessagePrintError("write error"); in SCIPretcodePrintError()
126 SCIPmessagePrintError("file not found error"); in SCIPretcodePrintError()
129 SCIPmessagePrintError("cannot create file"); in SCIPretcodePrintError()
132 SCIPmessagePrintError("error in LP solver"); in SCIPretcodePrintError()
135 SCIPmessagePrintError("no problem exists"); in SCIPretcodePrintError()
168 SCIPmessagePrintError("function not implemented"); in SCIPretcodePrintError()
[all …]
H A Dpub_message.h56 SCIPmessagePrintError
60 #define printError SCIPmessagePrintError
352 void SCIPmessagePrintError(
H A Dscip_general.c215 SCIPmessagePrintError("SCIP Error (%d): ", retcode); in SCIPprintError()
217 SCIPmessagePrintError("\n"); in SCIPprintError()
H A Dprop.c152SCIPmessagePrintError("ERROR: 'PRESOLDELAY'-flag no longer available since SCIP 3.2, use an approp… in doPropCreate()
908SCIPmessagePrintError("ERROR: 'PRESOLDELAY'-flag no longer available since SCIP 3.2, use an approp… in SCIPpropSetPresol()
H A Dmessage.c782 void SCIPmessagePrintError( in SCIPmessagePrintError() function
H A Dpresol.c126SCIPmessagePrintError("ERROR: 'PRESOLDELAY'-flag no longer available since SCIP 3.2, use an approp… in doPresolCreate()
H A Dmisc.c10518 SCIPmessagePrintError("%s: %s\n", message, strerror(errno)); in SCIPprintSysError()
10525 SCIPmessagePrintError("Unknown error number %d or error message too long.\n", errno); in SCIPprintSysError()
10526 SCIPmessagePrintError("%s: %s\n", message, buf); in SCIPprintSysError()
10530 SCIPmessagePrintError("Unknown error number %d.\n", errno); in SCIPprintSysError()
10532 SCIPmessagePrintError("%s: %s\n", message, buf); in SCIPprintSysError()
10545 SCIPmessagePrintError("%s: %s\n", message, buf); in SCIPprintSysError()
10550 SCIPmessagePrintError("%s: %s\n", message, errordescr); in SCIPprintSysError()
10555 SCIPmessagePrintError("Could not obtain description for error %d.\n", errno); in SCIPprintSysError()
H A Dcons.c2060SCIPmessagePrintError("ERROR: 'PRESOLDELAY'-flag no longer available since SCIP 3.2, use an approp… in doConshdlrCreate()
4366SCIPmessagePrintError("ERROR: 'PRESOLDELAY'-flag no longer available since SCIP 3.2, use an approp… in SCIPconshdlrSetPresol()
/dports/math/minizinc/libminizinc-2.5.5/solvers/MIP/
H A DMIP_scip_wrap.cpp123 load_symbol(SCIPmessagePrintError); in load()
158 (plugin)->SCIPmessagePrintError("Error <%d> in function call\n", _ret); \
/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/solvers/MIP/
H A DMIP_scip_wrap.hh204 void(__stdcall* SCIPmessagePrintError)(const char* formatstr, ...); member in ScipPlugin
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dnlpi_ipopt.cpp404 SCIPmessagePrintError("%s", str); in PrintImpl()