OR-Tools  8.1
scip_helper_macros.h File Reference

Go to the source code of this file.

Namespaces

 operations_research
 The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
 
 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)
 

Macro Definition Documentation

◆ RETURN_IF_SCIP_ERROR

#define RETURN_IF_SCIP_ERROR (   x)    RETURN_IF_ERROR(SCIP_TO_STATUS(x));

Definition at line 43 of file scip_helper_macros.h.

◆ SCIP_TO_STATUS

#define SCIP_TO_STATUS (   x)
Value:

Definition at line 39 of file scip_helper_macros.h.

operations_research::internal::ScipCodeToUtilStatus
absl::Status ScipCodeToUtilStatus(int retcode, const char *source_file, int source_line, const char *scip_statement)
Definition: scip_helper_macros.h:28