source: examples/python_tests/alumni2_rt1/alumni2.save @ a59bc06

mei_rt2mei_rt2_fix_1
Last change on this file since a59bc06 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: 643 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',1961) <- pBob
10pStateU.diploma('psychology',1962) <- pMaryann
11pStateU.diploma('zoology',1955) <- pJoe
12pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1960,1961,1963])
13
14===good============ stateU.foundingAlumni <- Bob
15YAP query succeed
16pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1960,1961,1963])
17pStateU.diploma('mathmatics',1961) <- pBob
18
19===bad============ stateU.foundingAlumni <- Maryann
20YAP query failed
21
22===bad============ stateU.foundingAlumni <- Joe
23YAP query failed
Note: See TracBrowser for help on using the repository browser.