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_core.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module:
4
5
Author: Daniel Kroening, kroening@kroening.com,
6
CM Wintersteiger
7
8
\*******************************************************************/
9
10
11
#ifndef CPROVER_SOLVERS_QBF_QBF_CORE_H
12
#define CPROVER_SOLVERS_QBF_QBF_CORE_H
13
14
#ifdef HAVE_QBF_CORE
15
#define QBF_CORE_SKIZZO
16
#else
17
#define QBF_CORE_NONE
18
#endif
19
20
#ifdef QBF_CORE_SQUOLEM
21
22
#include "
qbf_squolem_core.h
"
23
typedef
qbf_squolem_coret
qbf_coret
;
24
25
#else
26
#ifdef QBF_CORE_SKIZZO
27
28
#include "
qbf_skizzo_core.h
"
29
typedef
qbf_skizzo_coret
qbf_coret
;
30
31
#else
32
#ifdef QBF_CORE_BDD
33
34
#include "
qbf_bdd_core.h
"
35
typedef
qbf_bdd_coret
qbf_coret
;
36
37
#else
38
39
#error NO QBF SOLVER WITH CORE EXTRACTOR
40
#endif
41
#endif
42
#endif
43
44
#endif
// CPROVER_SOLVERS_QBF_QBF_CORE_H
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
qbf_bdd_coret
Definition
qbf_bdd_core.h:44
qbf_skizzo_coret
Definition
qbf_skizzo_core.h:17
qbf_squolem_coret
Definition
qbf_squolem_core.h:20
qbf_bdd_core.h
qbf_skizzo_core.h
qbf_squolem_core.h
Squolem Backend (with Proofs)
src
solvers
qbf
qbf_core.h
Generated by
1.9.8