Actions
Skype Meeting 24-05-2016¶
Current Tasks:- LRA Interpolation
- OpenSMT2 merge
- Benchmarks on Git
- SSA -> SMT - Finish the structure for Decl. part
- Milestone I
- Remove non-linearity from funfrog
- Search+uploading Benchmarks to Git
- Funfrog + Parallelizm
- EUF with Predicats (True/False P(x))
Example of its use (as was on the Skype meeting)
P( x )
P( y )
P( x ) := (x*x)
x = y
P( x ) = P( y )
P( x ) := (x * x > 3)
P( x ) == false
P( z )
P( z ) != P( y )
P( z ) != P( x )
Updated by Karine Even Mendoza over 8 years ago · 3 revisions