SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Set of properties. More...
#include <properties.h>
Set of properties.
This is a recursive template. The list of template parameters specifies the type of properties which can be hold by this set.
Note that only properties of the same level should be stored within this datastructure.
Properties have the following requirements:
static constexpr bool is_flag
. If set to true
, this indicates that there is only one property of this kind per level and thus, it is not stored in a set but only a Boolean flag is stored.Definition at line 48 of file properties.h.