SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
BVPreprocessing.h
Go to the documentation of this file.
1 /**
2  * @file BVPreprocessing.h
3  */
4 
5 #pragma once
6 
10 
11 namespace smtrat
12 {
13  /**
14  * Strategy description.
15  *
16  * @author
17  * @since
18  * @version
19  *
20  */
22  public Manager
23  {
24  public:
26  setStrategy({
27  //addBackend<SymmetryModule<SymmetrySettings1>>(
28  addBackend<ESModule<ESSettingsDefault>>()
29  //)
30  });
31  }
32 
33  };
34 
35 } // namespace smtrat
A module, which iteratively finds boolean and arithmetic substitutions and applies them to all formul...
Strategy description.
Base class for solvers.
Definition: Manager.h:34
void setStrategy(const std::initializer_list< BackendLink > &backends)
Definition: Manager.h:385
Class to create the formulas for axioms.