CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
horn_encoding.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Horn-clause Encoding
4
5Author: Daniel Kroening
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
17class goto_modelt;
18
19void horn_encoding(
20 const goto_modelt &,
21 std::ostream &out);
22
23#endif // CPROVER_GOTO_INSTRUMENT_HORN_ENCODING_H
void horn_encoding(const goto_modelt &, std::ostream &out)