result codes for SCIP callback methods
- Author
- Tobias Achterberg
Definition in file type_result.h.
Go to the source code of this file.
◆ SCIP_RESULT
◆ SCIP_Result
result codes for SCIP callback methods
Enumerator |
---|
SCIP_DIDNOTRUN | the method was not executed
|
SCIP_DELAYED | the method was not executed, but should be called again later
|
SCIP_DIDNOTFIND | the method was executed, but failed finding anything
|
SCIP_FEASIBLE | no infeasibility could be found
|
SCIP_INFEASIBLE | an infeasibility was detected
|
SCIP_UNBOUNDED | an unboundedness was detected
|
SCIP_CUTOFF | the current node is infeasible and can be cut off
|
SCIP_SEPARATED | the method added a cutting plane
|
SCIP_NEWROUND | the method added a cutting plane and a new separation round should immediately start
|
SCIP_REDUCEDDOM | the method reduced the domain of a variable
|
SCIP_CONSADDED | the method added a constraint
|
SCIP_CONSCHANGED | the method changed a constraint
|
SCIP_BRANCHED | the method created a branching
|
SCIP_SOLVELP | the current node's LP must be solved
|
SCIP_FOUNDSOL | the method found a feasible primal solution
|
SCIP_SUSPENDED | the method interrupted its execution, but can continue if needed
|
SCIP_SUCCESS | the method was successfully executed
|
SCIP_DELAYNODE | the processing of the branch-and-bound node should stopped and continued later
|
Definition at line 40 of file type_result.h.