SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Data Structures | |
struct | Projector |
struct | SettingsCollins |
struct | SettingsHong |
struct | SettingsMcCallum |
struct | SettingsMcCallumPartial |
struct | SettingsLazard |
struct | SettingsBrown |
struct | DegreeCollector |
struct | AnalysisSettings |
struct | AnalyzerStatistics |
Functions | |
template<typename P > | |
void | collect_projection_size (const std::string &prefix, const P &projection, AnalyzerStatistics &stats) |
template<typename Settings > | |
void | perform_projection (const std::string &prefix, const std::set< ConstraintT > &constraints, AnalyzerStatistics &stats) |
void | analyze_cad_projections (const FormulaT &f, AnalyzerStatistics &stats) |
void | analyze_cnf (const FormulaT &f, AnalyzerStatistics &stats) |
void | analyze_formula_types (const FormulaT &f, AnalyzerStatistics &stats) |
void | analyze_variables (const FormulaT &f, AnalyzerStatistics &stats) |
template<typename T > | |
void | registerAnalyzerSettings (T &parser) |
void smtrat::analyzer::analyze_cad_projections | ( | const FormulaT & | f, |
AnalyzerStatistics & | stats | ||
) |
Definition at line 87 of file cad_projections.cpp.
void smtrat::analyzer::analyze_cnf | ( | const FormulaT & | f, |
AnalyzerStatistics & | stats | ||
) |
void smtrat::analyzer::analyze_formula_types | ( | const FormulaT & | f, |
AnalyzerStatistics & | stats | ||
) |
void smtrat::analyzer::analyze_variables | ( | const FormulaT & | f, |
AnalyzerStatistics & | stats | ||
) |
Definition at line 5 of file variables.cpp.
void smtrat::analyzer::collect_projection_size | ( | const std::string & | prefix, |
const P & | projection, | ||
AnalyzerStatistics & | stats | ||
) |
Definition at line 33 of file cad_projections.cpp.
void smtrat::analyzer::perform_projection | ( | const std::string & | prefix, |
const std::set< ConstraintT > & | constraints, | ||
AnalyzerStatistics & | stats | ||
) |
void smtrat::analyzer::registerAnalyzerSettings | ( | T & | parser | ) |