type definitions for return codes for SCIP methods
- Author
- Tobias Achterberg
Definition in file type_retcode.h.
Go to the source code of this file.
◆ SCIP_RETCODE
◆ SCIP_Retcode
return codes for SCIP methods: non-positive return codes are errors
Enumerator |
---|
SCIP_OKAY | normal termination
|
SCIP_ERROR | unspecified error
|
SCIP_NOMEMORY | insufficient memory error
|
SCIP_READERROR | read error
|
SCIP_WRITEERROR | write error
|
SCIP_NOFILE | file not found error
|
SCIP_FILECREATEERROR | cannot create file
|
SCIP_LPERROR | error in LP solver
|
SCIP_NOPROBLEM | no problem exists
|
SCIP_INVALIDCALL | method cannot be called at this time in solution process
|
SCIP_INVALIDDATA | error in input data
|
SCIP_INVALIDRESULT | method returned an invalid result code
|
SCIP_PLUGINNOTFOUND | a required plugin was not found
|
SCIP_PARAMETERUNKNOWN | the parameter with the given name was not found
|
SCIP_PARAMETERWRONGTYPE | the parameter is not of the expected type
|
SCIP_PARAMETERWRONGVAL | the value is invalid for the given parameter
|
SCIP_KEYALREADYEXISTING | the given key is already existing in table
|
SCIP_MAXDEPTHLEVEL | maximal branching depth level exceeded
|
SCIP_BRANCHERROR | no branching could be created
|
SCIP_NOTIMPLEMENTED | function not implemented
|
Definition at line 40 of file type_retcode.h.