SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
FilterBoundsOnly.h
Go to the documentation of this file.
1 #pragma once
2 
6 
7 namespace smtrat {
8 
9 namespace internal {
10 struct OpSettings : cadcells::operators::MccallumFilteredSettings {
12  static constexpr bool enable_weak = true;
13 };
14 
18 };
19 } // namespace internal
20 
22 public:
24  : Manager() {
28  }
29 };
30 } // 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
Implements a module performing DPLL style SAT checking.
Definition: SATModule.h:62
Class to create the formulas for axioms.
constexpr static auto covering_heuristic
static constexpr bool enable_weak
static constexpr DelineationFunction delineation_function