![]() |
OR-Tools
9.3
|
Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
| namespace | operations_research::internal |
Macros | |
| #define | SCIP_TO_STATUS(x) |
| #define | RETURN_IF_SCIP_ERROR(x) RETURN_IF_ERROR(SCIP_TO_STATUS(x)); |
Functions | |
| absl::Status | ScipCodeToUtilStatus (int retcode, const char *source_file, int source_line, const char *scip_statement) |
| #define RETURN_IF_SCIP_ERROR | ( | x | ) | RETURN_IF_ERROR(SCIP_TO_STATUS(x)); |
Definition at line 39 of file scip_helper_macros.h.
| #define SCIP_TO_STATUS | ( | x | ) |
Definition at line 35 of file scip_helper_macros.h.