Clingo
|
A right bound of an interval. More...
#include <interval_set.hh>
Public Member Functions | |
constexpr | right_bound (value_type bound, bool inclusive) |
Construct the bound. | |
right_bound (left_bound const &x) | |
Construct the bound from a left bound. | |
Public Attributes | |
value_type | bound |
The value of the bound. | |
bool | inclusive |
Whether the bound is open (!inclusive) or closed (inclusive). | |
A right bound of an interval.