source: examples/python_tests/alumni3_rt1/alumni3.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: 1.1 KB
Line 
1
2...final principal set...
3(pBob,keyid,y)
4(pJan,keyid,y)
5(pJoe,keyid,y)
6(pMark,keyid,y)
7(pMaryann,keyid,y)
8(pStateU,keyid,y)
9
10...final policy attribute set...
11pStateU.diploma('mathmatics',1961) <- pBob
12pStateU.diploma('mathmatics',1965) <- pMark
13pStateU.diploma('psychology',1960) <- pJan
14pStateU.diploma('psychology',1962) <- pMaryann
15pStateU.diploma('zoology',1961) <- pJoe
16pStateU.foundingAlumni <- pStateU.diploma(D:['psychology','mathmatics'],Year:[1963,1961,1960])
17
18===good============ stateU.foundingAlumni <- Bob
19YAP query succeed
20pStateU.foundingAlumni <- pStateU.diploma(D:['psychology','mathmatics'],Year:[1963,1961,1960])
21pStateU.diploma('mathmatics',1961) <- pBob
22
23===bad============ stateU.foundingAlumni <- Mark
24YAP query failed
25
26===bad============ stateU.foundingAlumni <- Joe
27YAP query failed
28
29===bad============ stateU.foundingAlumni <- Maryann
30YAP query failed
31
32===good============ stateU.foundingAlumni <- Jan
33YAP query succeed
34pStateU.foundingAlumni <- pStateU.diploma(D:['psychology','mathmatics'],Year:[1963,1961,1960])
35pStateU.diploma('psychology',1960) <- pJan
Note: See TracBrowser for help on using the repository browser.