Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
scip_helper_macros.h File Reference
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "ortools/base/status_macros.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 
namespace  operations_research::internal
 End of the interface. Below is the implementation.
 

Macros

#define SCIP_TO_STATUS(x)
 
#define RETURN_IF_SCIP_ERROR(x)
 

Functions

absl::Status operations_research::internal::ScipCodeToUtilStatus (int retcode, const char *source_file, int source_line, const char *scip_statement)
 Our own version of SCIP_CALL to do error management.
 

Macro Definition Documentation

◆ RETURN_IF_SCIP_ERROR

#define RETURN_IF_SCIP_ERROR ( x)
Value:
#define RETURN_IF_ERROR(expr)
const Variable x
Definition qp_tests.cc:127
#define SCIP_TO_STATUS(x)

Definition at line 39 of file scip_helper_macros.h.

◆ SCIP_TO_STATUS

#define SCIP_TO_STATUS ( x)
Value:
#x)
absl::Status ScipCodeToUtilStatus(int retcode, const char *source_file, int source_line, const char *scip_statement)
Our own version of SCIP_CALL to do error management.

Definition at line 35 of file scip_helper_macros.h.