SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
BooleanEncoding.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "Common.h"
4 #include "AbstractTheory.h"
5 #include "ParserState.h"
6 
7 namespace smtrat {
8 namespace parser {
9 
10 /**
11  * Implements the theory of bitvectors.
12  */
15 };
16 
17 }
18 }
Class to create the formulas for axioms.
Base class for all theories.
Implements the theory of bitvectors.