book/src/atccl_example2.txt
author Eugen Sawin <sawine@me73.com>
Fri, 25 Mar 2011 15:57:06 +0100
changeset 6 189c28168c97
permissions -rw-r--r--
Corrections.
     1 pattern DBCoppiBalusDF(adep is "OMDB" and ades is "EDDF" 
     2                        and ("COPPI" in route or "BALUS" in route))
     3 
     4 constraint CoppiBalus(time_sep at ["COPPI", "BALUS"] is 5 min 
     5                          from 0000 until 0600 at FL [300, 320, 340]
     6                       and time_sep at ["COPPI", "BALUS"] is 3 min 
     7                          from 0601 until 1200 at FL [300, 320]
     8                       and time_sep at ["COPPI", "BALUS"] is 130s
     9                          from 1201 until 2200)
    10 
    11 flowpoint Example2(DBCoppiBalusDF: CoppiBalus)
    12