SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
PPFilterBoundsOnly.h
Go to the documentation of this file.
1 #pragma once
2 
7 
8 namespace smtrat {
9 
10 
11 namespace internal {
12 
15  static constexpr bool enable_weak = true;
16 };
17 
22 };
23 
24 }
25 
27 public:
31  addBackend<CoveringNGModule<internal::CoveringNGSettings>>()
32  })
33  );
34  }
35 };
36 } // namespace smtrat
Base class for solvers.
Definition: Manager.h:34
void setStrategy(const std::initializer_list< BackendLink > &backends)
Definition: Manager.h:385
BackendLink addBackend(const std::initializer_list< BackendLink > &backends={})
Definition: Manager.h:396
Class to create the formulas for axioms.
static constexpr bool enable_weak
static constexpr DelineationFunction delineation_function