source: examples/python_tests/balltime_rt2/ball.save @ 315ab8d

mei_rt2mei_rt2_fix_1
Last change on this file since 315ab8d 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: 994 bytes
Line 
1
2...final principal set...
3(pJohn,keyid,y)
4(pLeague,keyid,y)
5(pMark,keyid,y)
6
7...final policy attribute set...
8pLeague.stadium('access',true,F:pLeague.gametime(T)) <- pLeague.players(T)
9pLeague.stadium('access',B:[true],F:[20120228T080000..20120228T090000]) <- pLeague.players(T)
10pLeague.gametime('north') <- 20120228T130000
11pLeague.gametime('south') <- 20120228T140000
12pLeague.players('north') <- pJohn
13pLeague.players('south') <- pMark
14
15===good============ league.stadium(access,true,20120128T130000)<-?-john
16YAP query succeed
17pLeague.stadium('access',true,F:pLeague.gametime(T)) <- pLeague.players(T)
18pLeague.gametime('north') <- 20120228T130000
19pLeague.players('north') <- pJohn
20
21===bad============ league.stadium(access,true,20120128T110000)<-?-mark
22YAP query failed
23
24===good============ league.stadium(access,true,20120128T080000)<-?-mark
25YAP query succeed
26pLeague.stadium('access',B:[true],F:[20120228T080000..20120228T090000]) <- pLeague.players(T)
27pLeague.players('south') <- pMark
Note: See TracBrowser for help on using the repository browser.