CBMC
interval_analysis.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Interval Analysis
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_ANALYSES_INTERVAL_ANALYSIS_H
13
#define CPROVER_ANALYSES_INTERVAL_ANALYSIS_H
14
15
class
goto_modelt
;
16
17
void
interval_analysis
(
goto_modelt
&);
18
19
#endif
// CPROVER_ANALYSES_INTERVAL_ANALYSIS_H
goto_modelt
Definition:
goto_model.h:27
interval_analysis
void interval_analysis(goto_modelt &)
Initialises the abstract interpretation over interval domain and instruments instructions using inter...
Definition:
interval_analysis.cpp:90
src
analyses
interval_analysis.h
Generated by
1.9.1