cprover
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 
16 
17 void k_induction(
18  goto_functionst &goto_functions,
19  bool base_case, bool step_case,
20  unsigned k);
21 
22 #endif // CPROVER_GOTO_INSTRUMENT_K_INDUCTION_H
Goto Programs with Functions.
void k_induction(goto_functionst &goto_functions, bool base_case, bool step_case, unsigned k)