cprover
horn_encoding.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Horn-clause Encoding
4
5
Author:
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_GOTO_INSTRUMENT_HORN_ENCODING_H
13
#define CPROVER_GOTO_INSTRUMENT_HORN_ENCODING_H
14
15
#include <iosfwd>
16
17
#include <
goto-programs/goto_functions.h
>
18
19
void
horn_encoding
(
20
const
goto_functionst
&,
21
const
namespacet
&,
22
std::ostream &out);
23
24
#endif // CPROVER_GOTO_INSTRUMENT_HORN_ENCODING_H
goto_functions.h
Goto Programs with Functions.
horn_encoding
void horn_encoding(const goto_functionst &, const namespacet &, std::ostream &out)
Definition:
horn_encoding.cpp:18
namespacet
TO_BE_DOCUMENTED.
Definition:
namespace.h:62
goto_functionst
Definition:
goto_functions.h:20
goto-instrument
horn_encoding.h
Generated by
1.8.14