Welcome, Guest! Log In | Create Account

Changeset 1989

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

Tested pattern Undulating

Files:
1 modified

Legend:

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

    r1913 r1989  
    956956 
    957957 
     958 
     959%% 
     960%% Pattern.undulating 
     961%% 
     962 
     963{ExploreOne 
     964 proc {$ Xs} 
     965    Xs = {FD.list 20 0#20} 
     966    {Pattern.undulating Xs unit(min:3)} 
     967    {Pattern.noRepetition Xs} 
     968    {FD.distribute ff Xs} 
     969 end} 
     970 
     971 
    958972%% 
    959973%% Pattern.hook