CBMC
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
j
l
m
r
t
w
Functions
a
c
d
f
g
r
t
w
Typedefs
Enumerations
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
i
k
l
m
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Related Symbols
b
c
d
e
g
i
j
m
n
o
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
y
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerations
_
a
b
c
d
f
g
i
l
m
p
r
s
t
u
v
w
Enumerator
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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
class
dimacs_cnft
;
18
19
class
bv_dimacst
:
public
bv_pointerst
20
{
21
public
:
22
bv_dimacst
(
23
const
namespacet
&
_ns
,
24
dimacs_cnft
&
_prop
,
25
message_handlert
&
message_handler
,
26
const
std::string &
_filename
);
27
28
virtual
~bv_dimacst
()
29
{
30
write_dimacs
();
31
}
28
virtual
~bv_dimacst
() {
…
}
32
33
protected
:
34
const
std::string
filename
;
35
const
dimacs_cnft
&
dimacs_cnf_prop
;
36
37
bool
write_dimacs
();
38
bool
write_dimacs
(std::ostream &);
39
};
19
class
bv_dimacst
:
public
bv_pointerst
{
…
};
40
41
#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:562
arrayst::message_handler
message_handlert & message_handler
Definition
arrays.h:58
bv_dimacst
Definition
bv_dimacs.h:20
bv_dimacst::dimacs_cnf_prop
const dimacs_cnft & dimacs_cnf_prop
Definition
bv_dimacs.h:35
bv_dimacst::write_dimacs
bool write_dimacs()
Definition
bv_dimacs.cpp:30
bv_dimacst::filename
const std::string filename
Definition
bv_dimacs.h:34
bv_dimacst::~bv_dimacst
virtual ~bv_dimacst()
Definition
bv_dimacs.h:28
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