cprover
reachability_slicer.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Slicing
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_GOTO_INSTRUMENT_REACHABILITY_SLICER_H
13
#define CPROVER_GOTO_INSTRUMENT_REACHABILITY_SLICER_H
14
15
#include <
goto-programs/goto_functions.h
>
16
17
void
reachability_slicer
(
goto_functionst
&goto_functions);
18
19
void
reachability_slicer
(
20
goto_functionst
&goto_functions,
21
const
std::list<std::string> &properties);
22
23
#endif // CPROVER_GOTO_INSTRUMENT_REACHABILITY_SLICER_H
goto_functions.h
Goto Programs with Functions.
reachability_slicer
void reachability_slicer(goto_functionst &goto_functions)
Definition:
reachability_slicer.cpp:83
goto_functionst
Definition:
goto_functions.h:20
goto-instrument
reachability_slicer.h
Generated by
1.8.14