- Added two more tests

- Simplified code of optimizations module
- Improved doc of optimization module
- Added option to get all the intermediate passages of optimization
 


git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@269 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2011-02-24 13:27:33 +00:00
parent 71697bb2e8
commit ba564b55d3
6 changed files with 51 additions and 30 deletions

View File

@@ -0,0 +1 @@
σ skill=='C' and age<25 and skill!=name(people ᐅᐊ skills)

View File

@@ -0,0 +1,2 @@
id,name,chief,age,skill
0,jack,0,22,C

View File

@@ -0,0 +1 @@
σ (id==2) (σ age>5 (people people))

View File

@@ -0,0 +1,2 @@
id,name,chief,age
2,john,1,30