SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
OCNew.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace smtrat {
7 
8 class MCSAT_OCNew : public Manager {
9 public:
10  MCSAT_OCNew();
11 };
12 
13 } // namespace smtrat
Base class for solvers.
Definition: Manager.h:34
Class to create the formulas for axioms.