![]() |
SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|


Go to the source code of this file.
Namespaces | |
| smtrat | |
| Class to create the formulas for axioms. | |
Macros | |
| #define | SMTRAT_STATISTICS_INIT(class, variable, name) |
| #define | SMTRAT_STATISTICS_INIT_STATIC(class, variable, name) |
| #define | SMTRAT_STATISTICS_CALL(function) |
| #define | SMTRAT_TIME_START(variable) |
| #define | SMTRAT_TIME_FINISH(timer, start) |
Typedefs | |
| using | smtrat::Statistics = carl::statistics::Statistics |
Functions | |
| template<typename T > | |
| auto & | smtrat::statistics_get (const std::string &name) |
| #define SMTRAT_STATISTICS_CALL | ( | function | ) |
Definition at line 23 of file Statistics.h.
| #define SMTRAT_STATISTICS_INIT | ( | class, | |
| variable, | |||
| name | |||
| ) |
Definition at line 21 of file Statistics.h.
| #define SMTRAT_STATISTICS_INIT_STATIC | ( | class, | |
| variable, | |||
| name | |||
| ) |
Definition at line 22 of file Statistics.h.
| #define SMTRAT_TIME_FINISH | ( | timer, | |
| start | |||
| ) |
Definition at line 25 of file Statistics.h.
| #define SMTRAT_TIME_START | ( | variable | ) |
Definition at line 24 of file Statistics.h.