![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <routing_cuts.h>
Public Member Functions | |
bool | operator== (const HeadMinusTailBounds &r) const |
Public Attributes | |
IntegerValue | lhs = kMinIntegerValue |
IntegerValue | rhs = kMaxIntegerValue |
Each arc stores the bound on expr[head] - expr[tail] \in [lhs, rhs]. Note that we interpret kMin/kMax integer values as not set. Such bounds will still be valid though because we have a precondition on the input model variables to be within [kMin/2, kMax/2].
Definition at line 155 of file routing_cuts.h.
|
inline |
Definition at line 159 of file routing_cuts.h.
IntegerValue operations_research::sat::RouteRelationsHelper::HeadMinusTailBounds::lhs = kMinIntegerValue |
Definition at line 156 of file routing_cuts.h.
IntegerValue operations_research::sat::RouteRelationsHelper::HeadMinusTailBounds::rhs = kMaxIntegerValue |
Definition at line 157 of file routing_cuts.h.