Project

General

Profile

Wiki » History » Version 12

Antti Hyvärinen, 17/05/2016 18:15

1 12 Antti Hyvärinen
h1. Meetings
2
3 11 Antti Hyvärinen
[[Skype Meeting 17/05/2016]]
4
5 3 Karine Even Mendoza
h1. Skype Meeting 03/05/2016
6
7
Why we need combination of theories, multipication of non-constants
8
9
Short Code example:
10
t1 = x*y;
11
x' = x;
12
y'= y;
13
t2 = x'*y';
14
assert(t1 != t2);
15
16
Solution: t1 = f(x, y)
17 7 Karine Even Mendoza
18 4 Karine Even Mendoza
=====
19 3 Karine Even Mendoza
20
21 1 Karine Even Mendoza
h1. Work Plan - Meeting 9-11/05/2016
22
23 3 Karine Even Mendoza
h2. Mile-Stones
24
25
I. Propositional logic MC for FunFrog + OpenSMT2 
26
Tasks (1) - (3)
27
28
II. Theories MC for FunFrog + OpenSMT2/Other
29
Tasks (1) - (3)
30
31
III. Theory aware MC for FunFrog + OpenSMT2
32
Tasks (1) - (4) and (5.5)
33 4 Karine Even Mendoza
34
IV. Incremental SMT for FunFrog
35
Tasks (1) - (4)
36
37
V. Unbounded MC (loops)
38
Tasks (1) - (4)
39
40
41
h3. Tasks for OpenSMT2
42 6 Karine Even Mendoza
43 4 Karine Even Mendoza
#   Library + Headers (A,L)
44
#   Interface (ALL)
45
#   Interpolation (L,S)
46
#   Incrementality - Push/Pop (M,A)
47
#   Parallelizaion and clause sharing between theories (M,A)
48 5 Karine Even Mendoza
5.5 Theory combinations (L,A)
49
5.6 Full define - fun for OpenSMT2, with parameteres (?)
50
#   Quantifiers (G,A,M)
51
52
53
h3. Tasks for Funfrog
54 6 Karine Even Mendoza
55 9 Karine Even Mendoza
a.  Encoding SSA --> theory (L,K,S)
56 8 Karine Even Mendoza
> - Convert SSA --> PTRef (propositional logic)
57
> - Convert Itp --> funfrog (propositional logic)
58
> - Convert SSA --> PTRef (theories)
59
> - Convert Itp --> funfrog (exprt theory)
60 10 Karine Even Mendoza
b.  New CBMC - updare the repository (G,K)
61 9 Karine Even Mendoza
c.  Benchmarks (ALL)
62
d.  Incremental SMT for funfrog (use) (G,K,S)
63
e.  Unbounded MC (G,K,S)
64 4 Karine Even Mendoza
65
=====