PerceMon
|
#include <functions.hpp>
Public Member Functions | |
FrameBound (Var_f f_, const ComparisonOp op_=ComparisonOp::GE, const size_t bound_=0) | |
bool | operator== (const FrameBound &other) const |
bool | operator!= (const FrameBound &other) const |
Public Attributes | |
Var_f | f |
ComparisonOp | op = ComparisonOp::GE |
size_t | bound = 0 |
A bound on a Var_f of the form
f - C_FRAME ~ c
where, ~
is a relational operator: <
,>
,<=
,>=
.