CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
static_simplifier.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: goto-analyzer
4
5Author: Martin Brain, martin.brain@cs.ox.ac.uk
6
7\*******************************************************************/
8
9#ifndef CPROVER_GOTO_ANALYZER_STATIC_SIMPLIFIER_H
10#define CPROVER_GOTO_ANALYZER_STATIC_SIMPLIFIER_H
11
12#include <iosfwd>
13
14class ai_baset;
15class goto_modelt;
17class optionst;
18
21 const ai_baset &,
22 const optionst &,
24 std::ostream &);
25
26#endif // CPROVER_GOTO_ANALYZER_STATIC_SIMPLIFIER_H
This is the basic interface of the abstract interpreter with default implementations of the core func...
Definition ai.h:117
bool static_simplifier(goto_modelt &, const ai_baset &, const optionst &, message_handlert &, std::ostream &)
Simplifies the program using the information in the abstract domain.