CBMC
generalization.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Generalization
4
5
Author: Daniel Kroening, dkr@amazon.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_CPROVER_GENERALIZATION_H
13
#define CPROVER_CPROVER_GENERALIZATION_H
14
15
#include "
solver_types.h
"
// IWYU pragma: keep
16
17
class
solver_optionst
;
18
19
void
generalization
(
20
std::vector<framet> &frames,
21
const
workt
&dropped,
22
const
propertyt
&,
23
const
solver_optionst
&);
24
25
#endif
// CPROVER_CPROVER_GENERALIZATION_H
propertyt
Definition:
solver_types.h:116
solver_optionst
Definition:
solver.h:28
generalization
void generalization(std::vector< framet > &frames, const workt &dropped, const propertyt &, const solver_optionst &)
Definition:
generalization.cpp:83
solver_types.h
Solver.
workt
Definition:
solver_types.h:166
src
cprover
generalization.h
Generated by
1.9.1