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
satcheck_core.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_SAT_SATCHECK_CORE_H
11
#define CPROVER_SOLVERS_SAT_SATCHECK_CORE_H
12
13
// #define SATCHECK_CORE_ZCHAFF
14
// #define SATCHECK_CORE_MINISAT1
15
// #define SATCHECK_CORE_BOOLEFORCE
16
17
#ifdef SATCHECK_CORE_ZCHAFF
18
19
#include "
satcheck_zcore.h
"
20
21
typedef
satcheck_zcoret
satcheck_coret
;
22
23
#else
24
#ifdef SATCHECK_CORE_BOOLEFORCE
25
26
#include "
satcheck_booleforce.h
"
27
28
typedef
satcheck_booleforce_coret
satcheck_coret
;
29
30
#else
31
32
#ifdef SATCHECK_CORE_MINISAT1
33
34
#include "
satcheck_minisat.h
"
35
36
typedef
satcheck_minisat1_coret
satcheck_coret
;
37
38
#else
39
#error NO SAT CHECKER WITH CORE EXTRACTOR
40
#endif
41
#endif
42
#endif
43
44
#endif
// CPROVER_SOLVERS_SAT_SATCHECK_CORE_H
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
satcheck_booleforce_coret
Definition
satcheck_booleforce.h:39
satcheck_minisat1_coret
Definition
satcheck_minisat.h:78
satcheck_zcoret
Definition
satcheck_zcore.h:18
satcheck_booleforce.h
satcheck_minisat.h
satcheck_zcore.h
src
solvers
sat
satcheck_core.h
Generated by
1.9.8