CBMC
Loading...
Searching...
No Matches
k_induction.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: k-induction
4
5Author: 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
15class goto_modelt;
16
17void k_induction(
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)