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
goto_modelt
Definition:
goto_model.h:27
k_induction
void k_induction(goto_modelt &, bool base_case, bool step_case, unsigned k)
Definition:
k_induction.cpp:168
src
goto-instrument
k_induction.h
Generated by
1.9.1