CBMC
report_properties.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Property Reporting
4 
5 Author: Daniel Kroening, dkr@amazon.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_CPROVER_REPORT_PROPERTIES_H
13 #define CPROVER_CPROVER_REPORT_PROPERTIES_H
14 
15 #include "solver.h"
16 #include "solver_types.h" // IWYU pragma: keep
17 
18 void report_properties(const std::vector<propertyt> &);
19 
20 solver_resultt overall_outcome(const std::vector<propertyt> &);
21 
22 #endif // CPROVER_CPROVER_REPORT_PROPERTIES_H
solver_resultt overall_outcome(const std::vector< propertyt > &)
void report_properties(const std::vector< propertyt > &)
Equality Propagation.
solver_resultt
Definition: solver.h:21