souffle
2.0.2-371-g6315b36
|
Transformation pass to remove constant boolean constraints Should be called after any transformation that may generate boolean constraints. More...
#include <RemoveBooleanConstraints.h>
Public Member Functions | |
RemoveBooleanConstraintsTransformer * | clone () const override |
std::string | getName () const override |
Public Member Functions inherited from souffle::ast::transform::Transformer | |
bool | apply (TranslationUnit &translationUnit) |
virtual | ~Transformer ()=default |
Private Member Functions | |
bool | transform (TranslationUnit &translationUnit) override |
Transformation pass to remove constant boolean constraints Should be called after any transformation that may generate boolean constraints.
Definition at line 31 of file RemoveBooleanConstraints.h.
|
inlineoverridevirtual |
Implements souffle::ast::transform::Transformer.
Definition at line 41 of file RemoveBooleanConstraints.h.
|
inlineoverridevirtual |
Implements souffle::ast::transform::Transformer.
Definition at line 37 of file RemoveBooleanConstraints.h.
|
overrideprivatevirtual |
Implements souffle::ast::transform::Transformer.
Definition at line 42 of file RemoveBooleanConstraints.cpp.