OR-Tools  9.3
gscip.cc File Reference

Go to the source code of this file.

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Macros

#define RETURN_ERROR_UNLESS(x)
 

Functions

const GScipVariableOptions & DefaultGScipVariableOptions ()
 
const GScipConstraintOptions & DefaultGScipConstraintOptions ()
 

Macro Definition Documentation

◆ RETURN_ERROR_UNLESS

#define RETURN_ERROR_UNLESS (   x)
Value:
if (!(x)) \
return util::StatusBuilder(absl::InvalidArgumentError(absl::StrFormat( \
"Condition violated at %s:%d: %s", __FILE__, __LINE__, #x)))

Definition at line 58 of file gscip.cc.