Project

General

Profile

Skype Meeting 24052016 » History » Version 1

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

1 1 Karine Even Mendoza
h1. Skype Meeting 24-05-2016
2
3
Future Tasks:
4
# Search+uploading Benchmarks to Git
5
# Funfrog + Parallelizm
6
# EUF with Predicats (True/False P(x))
7
  Example of its use (as was on the Skype meeting)
8
  P( x )
9
  P( y )
10
  P( x ) := (x*x)
11
  x = y
12
  P( x ) = P( y )
13
  P( x ) := (x * x > 3)
14
  P( x ) == false
15
  P( z )
16
  P( z ) != P( y )
17
  P( z ) != P( x )