source: examples/python_tests/balltime_rt2/ball.save @ 671c065

mei_rt2mei_rt2_fix_1
Last change on this file since 671c065 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
RevLine 
[2efdff5]1
[7211a95]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)
[2efdff5]9pLeague.stadium('access',B:[true],F:[20120228T080000..20120228T090000]) <- pLeague.players(T)
10pLeague.gametime('north') <- 20120228T130000
11pLeague.gametime('south') <- 20120228T140000
[7211a95]12pLeague.players('north') <- pJohn
13pLeague.players('south') <- pMark
14
[f824a9e]15===good============ league.stadium(access,true,20120128T130000)<-?-john
16YAP query succeed
17pLeague.stadium('access',true,F:pLeague.gametime(T)) <- pLeague.players(T)
[2efdff5]18pLeague.gametime('north') <- 20120228T130000
[f824a9e]19pLeague.players('north') <- pJohn
20
21===bad============ league.stadium(access,true,20120128T110000)<-?-mark
22YAP query failed
[7211a95]23
[f824a9e]24===good============ league.stadium(access,true,20120128T080000)<-?-mark
25YAP query succeed
[2efdff5]26pLeague.stadium('access',B:[true],F:[20120228T080000..20120228T090000]) <- pLeague.players(T)
[f824a9e]27pLeague.players('south') <- pMark
Note: See TracBrowser for help on using the repository browser.