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
qbf_skizzo.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module:
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
9
10
#ifndef CPROVER_SOLVERS_QBF_QBF_SKIZZO_H
11
#define CPROVER_SOLVERS_QBF_QBF_SKIZZO_H
12
13
#include "
qdimacs_cnf.h
"
14
15
class
qbf_skizzot
:
public
qdimacs_cnft
16
{
17
public
:
18
explicit
qbf_skizzot
(
message_handlert
&message_handler);
19
~qbf_skizzot
()
override
;
20
21
std::string
solver_text
()
const override
;
22
virtual
resultt
prop_solve
();
23
tvt
l_get
(
literalt
a
)
const override
;
24
};
15
class
qbf_skizzot
:
public
qdimacs_cnft
{
…
};
25
26
#endif
// CPROVER_SOLVERS_QBF_QBF_SKIZZO_H
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
literalt
Definition
literal.h:26
message_handlert
Definition
message.h:27
qbf_skizzot
Definition
qbf_skizzo.h:16
qbf_skizzot::prop_solve
virtual resultt prop_solve()
Definition
qbf_skizzo.cpp:37
qbf_skizzot::solver_text
std::string solver_text() const override
Definition
qbf_skizzo.cpp:32
qbf_skizzot::l_get
tvt l_get(literalt a) const override
Definition
qbf_skizzo.cpp:27
qbf_skizzot::~qbf_skizzot
~qbf_skizzot() override
Definition
qbf_skizzo.cpp:23
qdimacs_cnft
Definition
qdimacs_cnf.h:18
tvt
Definition
threeval.h:20
resultt
resultt
The result of goto verifying.
Definition
properties.h:45
qdimacs_cnf.h
src
solvers
qbf
qbf_skizzo.h
Generated by
1.9.8