SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <operator_mccallum.h>
Static Public Member Functions | |
static bool | project_basic_properties (datastructures::SampledDerivation< PropertiesSet > &deriv) |
Project basic cell properties. More... | |
static void | delineate_properties (datastructures::SampledDerivation< PropertiesSet > &deriv) |
Delineate properties. More... | |
static bool | project_cell_properties (datastructures::CellRepresentation< PropertiesSet > &repr) |
Project cell properties that depend on a delineation. More... | |
static bool | project_covering_properties (datastructures::CoveringRepresentation< PropertiesSet > &repr) |
Project covering properties. More... | |
Static Public Attributes | |
static constexpr bool | filter = false |
Definition at line 22 of file operator_mccallum.h.
Definition at line 26 of file operator_mccallum.h.
|
inlinestatic |
Delineate properties.
Definition at line 57 of file operator_mccallum.h.
|
inlinestatic |
Project basic cell properties.
Returns false iff the given operator is incomplete and cannot cover the given case (i.e. on nullification with McCallum).
Definition at line 33 of file operator_mccallum.h.
|
inlinestatic |
Project cell properties that depend on a delineation.
Definition at line 67 of file operator_mccallum.h.
|
inlinestatic |
Project covering properties.
Definition at line 109 of file operator_mccallum.h.
|
staticconstexpr |
Definition at line 24 of file operator_mccallum.h.