CBMC
Loading...
Searching...
No Matches
change_impact.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Data and control-dependencies of syntactic diff
4
5Author: Michael Tautschnig
6
7Date: April 2016
8
9\*******************************************************************/
10
13
14#ifndef CPROVER_GOTO_DIFF_CHANGE_IMPACT_H
15#define CPROVER_GOTO_DIFF_CHANGE_IMPACT_H
16
17class goto_modelt;
20
21void change_impact(
24 impact_modet impact_mode,
25 bool compact_output,
26 message_handlert &message_handler);
27
28#endif // CPROVER_GOTO_DIFF_CHANGE_IMPACT_H
void change_impact(const goto_modelt &model_old, const goto_modelt &model_new, impact_modet impact_mode, bool compact_output, message_handlert &message_handler)
impact_modet
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition ai.h:562