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 
16 
17 void reachability_slicer(goto_functionst &goto_functions);
18 
20  goto_functionst &goto_functions,
21  const std::list<std::string> &properties);
22 
23 #endif // CPROVER_GOTO_INSTRUMENT_REACHABILITY_SLICER_H
Goto Programs with Functions.
void reachability_slicer(goto_functionst &goto_functions)