CBMC
havoc_loops.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Havoc Loops
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_INSTRUMENT_HAVOC_LOOPS_H
13 #define CPROVER_GOTO_INSTRUMENT_HAVOC_LOOPS_H
14 
15 class goto_modelt;
16 
17 void havoc_loops(goto_modelt &);
18 
19 #endif // CPROVER_GOTO_INSTRUMENT_HAVOC_LOOPS_H
void havoc_loops(goto_modelt &)