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
15
#include <
goto-programs/goto_functions.h
>
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_functions.h
Goto Programs with Functions.
k_induction
void k_induction(goto_functionst &goto_functions, bool base_case, bool step_case, unsigned k)
Definition:
k_induction.cpp:152
goto_functionst
Definition:
goto_functions.h:20
goto-instrument
k_induction.h
Generated by
1.8.12