paper/src/atccl_example2.txt
changeset 0 feede61efa96
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/paper/src/atccl_example2.txt	Fri Jun 04 13:48:28 2010 +0200
     1.3 @@ -0,0 +1,12 @@
     1.4 +pattern DBCoppiBalusDF(adep is "OMDB" and ades is "EDDF" 
     1.5 +                       and ("COPPI" in route or "BALUS" in route))
     1.6 +
     1.7 +constraint CoppiBalus(time_sep at ["COPPI", "BALUS"] is 5 min 
     1.8 +                         from 0000 until 0600 at FL [300, 320, 340]
     1.9 +                      and time_sep at ["COPPI", "BALUS"] is 3 min 
    1.10 +                         from 0601 until 1200 at FL [300, 320]
    1.11 +                      and time_sep at ["COPPI", "BALUS"] is 130s
    1.12 +                         from 1201 until 2200)
    1.13 +
    1.14 +flowpoint Example2(DBCoppiBalusDF: CoppiBalus)
    1.15 +