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
resolution_proof.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_RESOLUTION_PROOF_H
11
#define CPROVER_SOLVERS_SAT_RESOLUTION_PROOF_H
12
13
#include <vector>
14
15
#include <
solvers/prop/literal.h
>
16
17
class
clauset
18
{
19
public
:
20
bool
is_root
;
21
22
// if root, what clause
23
bvt
root_clause
;
24
25
unsigned
first_clause_id
;
26
27
struct
stept
28
{
29
unsigned
pivot_var_no
;
30
unsigned
clause_id
;
31
};
27
struct
stept
{
…
};
32
33
typedef
std::vector<stept>
stepst
;
34
stepst
steps
;
35
};
17
class
clauset
{
…
};
36
37
template
<
class
T=clauset>
38
class
resolution_prooft
39
{
40
public
:
41
typedef
std::vector<T>
clausest
;
42
clausest
clauses
;
43
44
void
build_core
(std::vector<bool> &in_core);
45
};
38
class
resolution_prooft
{
…
};
46
47
typedef
resolution_prooft<clauset>
simple_prooft
;
48
49
#endif
// CPROVER_SOLVERS_SAT_RESOLUTION_PROOF_H
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
clauset
Definition
resolution_proof.h:18
clauset::root_clause
bvt root_clause
Definition
resolution_proof.h:23
clauset::steps
stepst steps
Definition
resolution_proof.h:34
clauset::stepst
std::vector< stept > stepst
Definition
resolution_proof.h:33
clauset::is_root
bool is_root
Definition
resolution_proof.h:20
clauset::first_clause_id
unsigned first_clause_id
Definition
resolution_proof.h:25
resolution_prooft
Definition
resolution_proof.h:39
resolution_prooft::build_core
void build_core(std::vector< bool > &in_core)
Definition
resolution_proof.cpp:16
resolution_prooft::clauses
clausest clauses
Definition
resolution_proof.h:42
resolution_prooft::clausest
std::vector< T > clausest
Definition
resolution_proof.h:41
literal.h
bvt
std::vector< literalt > bvt
Definition
literal.h:201
simple_prooft
resolution_prooft< clauset > simple_prooft
Definition
resolution_proof.h:47
clauset::stept
Definition
resolution_proof.h:28
clauset::stept::pivot_var_no
unsigned pivot_var_no
Definition
resolution_proof.h:29
clauset::stept::clause_id
unsigned clause_id
Definition
resolution_proof.h:30
src
solvers
sat
resolution_proof.h
Generated by
1.9.8