CBMC
Loading...
Searching...
No Matches
report_properties.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Property Reporting
4
5Author: 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
18void report_properties(const std::vector<propertyt> &);
19
20solver_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