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
prop_conv.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_PROP_PROP_CONV_H
11
#define CPROVER_SOLVERS_PROP_PROP_CONV_H
12
13
#include <
solvers/stack_decision_procedure.h
>
14
15
class
literalt
;
16
class
tvt
;
17
18
// API that provides a "handle" in the form of a literalt
19
// for expressions.
20
21
class
prop_convt
:
public
stack_decision_proceduret
22
{
23
public
:
24
virtual
~prop_convt
() { }
25
27
virtual
literalt
convert
(
const
exprt
&expr) = 0;
28
31
virtual
tvt
l_get
(
literalt
l)
const
= 0;
32
};
21
class
prop_convt
:
public
stack_decision_proceduret
{
…
};
33
34
#endif
// CPROVER_SOLVERS_PROP_PROP_CONV_H
exprt
Base class for all expressions.
Definition
expr.h:56
literalt
Definition
literal.h:26
prop_convt
Definition
prop_conv.h:22
prop_convt::l_get
virtual tvt l_get(literalt l) const =0
Return value of literal l from satisfying assignment.
prop_convt::~prop_convt
virtual ~prop_convt()
Definition
prop_conv.h:24
prop_convt::convert
virtual literalt convert(const exprt &expr)=0
Convert a Boolean expression and return the corresponding literal.
stack_decision_proceduret
Definition
stack_decision_procedure.h:58
tvt
Definition
threeval.h:20
stack_decision_procedure.h
Decision procedure with incremental solving with contexts and assumptions.
src
solvers
prop
prop_conv.h
Generated by
1.9.8