source: examples/python_tests/acme_rockets_intersection_rt0/intersect.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: 583 bytes
Line 
1
2...final principal set...
3(pAcme,keyid,y)
4(pBatman,keyid,y)
5(pCoyote,keyid,y)
6(pWarnerBros,keyid,y)
7
8...final policy attribute set...
9pAcme.buy_rockets <- pAcme.preferred_customer & pWarnerBros.character
10pAcme.preferred_customer <- pBatman
11pAcme.preferred_customer <- pCoyote
12pWarnerBros.character <- pCoyote
13
14===good============ Acme.buy_rockets <- Coyote
15YAP query succeed
16pAcme.buy_rockets <- pAcme.preferred_customer & pWarnerBros.character
17pAcme.preferred_customer <- pCoyote
18pWarnerBros.character <- pCoyote
19
20===bad============ Acme.buy_rockets <- Batman
21YAP query failed
Note: See TracBrowser for help on using the repository browser.