source: examples/python_tests/alumni_rt1/alumni.save @ 09496b3

mei_rt2mei_rt2_fix_1
Last change on this file since 09496b3 was bf68132, checked in by Mei <mei@…>, 12 years ago

1) get example directory to work with yap with use_malloc option
2) swap in new performance graphs

  • Property mode set to 100644
File size: 744 bytes
Line 
1
2...final principal set...
3(pBob,keyid,y)
4(pJoe,keyid,y)
5(pMaryann,keyid,y)
6(pStateU,keyid,y)
7
8...final policy attribute set...
9pStateU.diploma('mathmatics',1960) <- pBob
10pStateU.diploma('psychology',1956) <- pMaryann
11pStateU.diploma('zoology',1955) <- pJoe
12pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1955..1958])
13
14===bad============ stateU.foundingAlumni <- Bob
15YAP query failed
16
17===good============ stateU.foundingAlumni <- Maryann
18YAP query succeed
19pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1955..1958])
20pStateU.diploma('psychology',1956) <- pMaryann
21
22===good============ stateU.foundingAlumni <- Joe
23YAP query succeed
24pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1955..1958])
25pStateU.diploma('zoology',1955) <- pJoe
Note: See TracBrowser for help on using the repository browser.