SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
PPFilterBoundsOnlyComplete.h
Go to the documentation of this file.
1 #pragma once
2 
7 
8 namespace smtrat {
9 
10 
11 namespace internal {
12 
13 struct OpSettings : cadcells::operators::MccallumFilteredSettings {
15  static constexpr bool enable_weak = true;
16  static constexpr bool complete = true;
17 };
18 
23 };
24 
25 }
26 
28 public:
32  addBackend<CoveringNGModule<internal::CoveringNGSettings>>()
33  })
34  );
35  }
36 };
37 } // 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