CBMC
Loading...
Searching...
No Matches
bv_dimacs.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Writing DIMACS Files
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_SOLVERS_FLATTENING_BV_DIMACS_H
13
#define CPROVER_SOLVERS_FLATTENING_BV_DIMACS_H
14
15
#include "
bv_pointers.h
"
16
17
#include <iosfwd>
18
19
class
dimacs_cnft
;
20
21
class
bv_dimacst
:
public
bv_pointerst
22
{
23
public
:
24
bv_dimacst
(
25
const
namespacet
&
_ns
,
26
dimacs_cnft
&
_prop
,
27
message_handlert
&
message_handler
,
28
std::ostream &_out);
29
30
virtual
~bv_dimacst
()
31
{
32
write_dimacs
();
33
}
34
35
protected
:
36
std::ostream &
out
;
37
const
dimacs_cnft
&
dimacs_cnf_prop
;
38
39
void
write_dimacs
();
40
};
41
42
#endif
// CPROVER_SOLVERS_FLATTENING_BV_DIMACS_H
bv_pointers.h
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:566
arrayst::message_handler
message_handlert & message_handler
Definition
arrays.h:58
bv_dimacst
Definition
bv_dimacs.h:22
bv_dimacst::dimacs_cnf_prop
const dimacs_cnft & dimacs_cnf_prop
Definition
bv_dimacs.h:37
bv_dimacst::write_dimacs
void write_dimacs()
Definition
bv_dimacs.cpp:25
bv_dimacst::out
std::ostream & out
Definition
bv_dimacs.h:36
bv_dimacst::~bv_dimacst
virtual ~bv_dimacst()
Definition
bv_dimacs.h:30
bv_pointerst
Definition
bv_pointers.h:17
dimacs_cnft
Definition
dimacs_cnf.h:18
message_handlert
Definition
message.h:27
namespacet
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition
namespace.h:91
src
solvers
flattening
bv_dimacs.h
Generated by
1.9.8