SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
formula_analyzer.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace smtrat {
7 
8 int analyze_file(const std::string& filename);
9 
10 }
Class to create the formulas for axioms.
int analyze_file(const std::string &)