Wiki » History » Version 3
Karine Even Mendoza, 13/05/2016 17:53
1 | 3 | Karine Even Mendoza | h1. Skype Meeting 03/05/2016 |
---|---|---|---|
2 | |||
3 | Why we need combination of theories, multipication of non-constants |
||
4 | |||
5 | Short Code example: |
||
6 | t1 = x*y; |
||
7 | x' = x; |
||
8 | y'= y; |
||
9 | t2 = x'*y'; |
||
10 | assert(t1 != t2); |
||
11 | |||
12 | Solution: t1 = f(x, y) |
||
13 | |||
14 | |||
15 | 1 | Karine Even Mendoza | h1. Work Plan - Meeting 9-11/05/2016 |
16 | |||
17 | 3 | Karine Even Mendoza | h2. Mile-Stones |
18 | |||
19 | I. Propositional logic MC for FunFrog + OpenSMT2 |
||
20 | Tasks (1) - (3) |
||
21 | |||
22 | II. Theories MC for FunFrog + OpenSMT2/Other |
||
23 | Tasks (1) - (3) |
||
24 | |||
25 | III. Theory aware MC for FunFrog + OpenSMT2 |
||
26 | Tasks (1) - (4) and (5.5) |