CBMC
Main Page
Related Pages
Directories
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 Functions
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
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
qbf_quantor.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_QUANTOR_H
11
#define CPROVER_SOLVERS_QBF_QBF_QUANTOR_H
12
13
#include "
qdimacs_cnf.h
"
14
15
class
qbf_quantort
:
public
qdimacs_cnft
16
{
17
public
:
18
explicit
qbf_quantort
(
message_handlert
&message_handler);
19
~qbf_quantort
()
override
;
20
21
std::string
solver_text
()
const override
;
22
virtual
resultt
prop_solve
();
23
tvt
l_get
(
literalt
a)
const override
;
24
};
25
26
#endif
// CPROVER_SOLVERS_QBF_QBF_QUANTOR_H
literalt
Definition:
literal.h:26
message_handlert
Definition:
message.h:27
propt::resultt
resultt
Definition:
prop.h:101
qbf_quantort
Definition:
qbf_quantor.h:16
qbf_quantort::qbf_quantort
qbf_quantort(message_handlert &message_handler)
Definition:
qbf_quantor.cpp:16
qbf_quantort::prop_solve
virtual resultt prop_solve()
Definition:
qbf_quantor.cpp:35
qbf_quantort::l_get
tvt l_get(literalt a) const override
Definition:
qbf_quantor.cpp:25
qbf_quantort::~qbf_quantort
~qbf_quantort() override
Definition:
qbf_quantor.cpp:21
qbf_quantort::solver_text
std::string solver_text() const override
Definition:
qbf_quantor.cpp:30
qdimacs_cnft
Definition:
qdimacs_cnf.h:18
tvt
Definition:
threeval.h:20
qdimacs_cnf.h
src
solvers
qbf
qbf_quantor.h
Generated by
1.9.1