CBMC
k_induction.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: k-induction
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_INSTRUMENT_K_INDUCTION_H
13 #define CPROVER_GOTO_INSTRUMENT_K_INDUCTION_H
14 
15 class goto_modelt;
16 
17 void k_induction(
18  goto_modelt &,
19  bool base_case, bool step_case,
20  unsigned k);
21 
22 #endif // CPROVER_GOTO_INSTRUMENT_K_INDUCTION_H
void k_induction(goto_modelt &, bool base_case, bool step_case, unsigned k)