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