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
overall_outcome
solver_resultt overall_outcome(const std::vector< propertyt > &)
Definition:
report_properties.cpp:96
report_properties
void report_properties(const std::vector< propertyt > &)
Definition:
report_properties.cpp:16
solver.h
Equality Propagation.
solver_resultt
solver_resultt
Definition:
solver.h:21
solver_types.h
Solver.
src
cprover
report_properties.h
Generated by
1.9.1