Welcome, Guest! Log In | Create Account

Changeset 1991

Show
Ignore:
Timestamp:
10/01/09 10:35:12 (3 months ago)
Author:
t-anders
Message:

Tested Ballistic

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/strasheela/contributions/anders/HarmonisedScore/testing/Rules-test.oz

    r1557 r1991  
    365365 
    366366 
     367 
     368%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     369%% 
     370%% HS.rules.ballistic 
     371%% 
     372 
     373%% not really a convincing test... 
     374{ExploreOne 
     375 proc {$ Xs} 
     376    Xs = {FD.list 20 0#20} 
     377    {HS.rules.ballistic Xs unit} 
     378    {FD.distance {Nth Xs 1} {Nth Xs 2}  '>:' 7} 
     379%    {Pattern.noRepetition Xs} 
     380    {FD.distribute ff Xs} 
     381 end} 
     382 
     383