Project

General

Profile

Skype Meeting 24052016 » History » Version 2

Karine Even Mendoza, 26/05/2016 15:53

1 1 Karine Even Mendoza
h1. Skype Meeting 24-05-2016
2
3 2 Karine Even Mendoza
Current Tasks:
4
* LRA Interpolation
5
* OpenSMT2 merge
6
* Benchmarks on Git
7
* SSA -> SMT - Finish the structure for Decl. part
8
* Milestone I 
9
10 1 Karine Even Mendoza
Future Tasks:
11
# Search+uploading Benchmarks to Git
12
# Funfrog + Parallelizm
13
# EUF with Predicats (True/False P(x))
14
  Example of its use (as was on the Skype meeting)
15
  P( x )
16
  P( y )
17
  P( x ) := (x*x)
18
  x = y
19
  P( x ) = P( y )
20
  P( x ) := (x * x > 3)
21
  P( x ) == false
22
  P( z )
23
  P( z ) != P( y )
24
  P( z ) != P( x )