• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            alpc60 ACM/ICPC程序設計
            成長的路……源
            posts - 20,comments - 42,trackbacks - 0
             

            Taxi Cab Scheme

            Time Limit: 1000MS

             

            Memory Limit: 30000K

            Total Submissions: 1342

             

            Accepted: 587

            Description

            Running a taxi station is not all that simple. Apart from the obvious demand for a centralised coordination of the cabs in order to pick up the customers calling to get a cab as soon as possible,there is also a need to schedule all the taxi rides which have been booked in advance.Given a list of all booked taxi rides for the next day, you want to minimise the number of cabs needed to carry out all of the rides.
            For the sake of simplicity, we model a city as a rectangular grid. An address in the city is denoted by two integers: the street and avenue number. The time needed to get from the address a, b to c, d by taxi is |a - c| + |b - d| minutes. A cab may carry out a booked ride if it is its first ride of the day, or if it can get to the source address of the new ride from its latest,at least one minute before the new ride's scheduled departure. Note that some rides may end after midnight.

            Input

            On the first line of the input is a single positive integer N, telling the number of test scenarios to follow. Each scenario begins with a line containing an integer M, 0 < M < 500, being the number of booked taxi rides. The following M lines contain the rides. Each ride is described by a departure time on the format hh:mm (ranging from 00:00 to 23:59), two integers a b that are the coordinates of the source address and two integers c d that are the coordinates of the destination address. All coordinates are at least 0 and strictly smaller than 200. The booked rides in each scenario are sorted in order of increasing departure time.

            Output

            For each scenario, output one line containing the minimum number of cabs required to carry out all the booked taxi rides.

            Sample Input

            2
            2
            08:00 10 11 9 16
            08:07 9 16 10 11
            2
            08:00 10 11 9 16
            08:06 9 16 10 11

            Sample Output

            1
            2

            Source

            Northwestern Europe 2004

             

             

                   根據這道題目的意思,我們可以建一張圖,對于兩個booked taxi riderirj如果一輛車能夠先完成ri的任務再有時間趕去完成rj的任務,那么就建立一條ri指向rj的邊。

                   按照題目的要求,要選擇最少的taxi來完成這些任務。顯然在上面這個例子中,需要安排2taxi。結合這個圖,可以把題目的要求轉化為找出最少的路徑條數,使得這些路徑覆蓋途中所有的邊,例如可以選擇2條路徑1->3->41->2就可以覆蓋所有的邊。也可以選擇1->3->42(因為2作為初始站,不需要由1轉移過來)。對于一條連續的路徑vi1->vi2->…vik由于這條路徑上的任務實際上是由一輛taxi來完成的,可以吧這條路徑退化成兩個點vi1->vik。有了這兩步建圖的步驟以后,問題的求解就可以變為找出頂點集的一個最小子集,使這個頂點子集覆蓋所有的邊(每條邊都至少和一個頂點集的頂點相連)。這個問題就是圖的最小點覆蓋。再看這張圖,還有一些性質能夠讓我們更好地求出最小點覆蓋。這個圖是一個有向無環圖,沒有自環,就可以拆點,把原先建的圖變成一張二分圖。

            可以再圖中看出,上面舉出的一條路徑1->3->4對應了這個二分圖中的路徑1->3’->3->4’,在這個二分圖中就需要求一個最大獨立子集(這里的4點就是一條路徑的終點,沒一條路徑即對應有一個終點!)。二分圖的最大獨立數是總點數與最大匹配數的差值。接下來建圖,拆點,求二分圖最大匹配就能解決這道題目了。


            posted on 2008-09-15 19:46 飛飛 閱讀(1833) 評論(0)  編輯 收藏 引用 所屬分類: ACM/ICPC
            午夜精品久久久久久影视777| 区久久AAA片69亚洲| 91精品免费久久久久久久久| 精品久久久久久国产牛牛app| 日韩va亚洲va欧美va久久| 久久久久久久久无码精品亚洲日韩 | 91视频国产91久久久| 亚洲国产成人精品女人久久久| 一本久久知道综合久久| 国产福利电影一区二区三区久久久久成人精品综合 | 国产精品中文久久久久久久| 国产美女久久精品香蕉69| 久久有码中文字幕| MM131亚洲国产美女久久| 国产精品一区二区久久精品涩爱| 精品午夜久久福利大片| 无码日韩人妻精品久久蜜桃 | 无码国内精品久久人妻| 伊人久久一区二区三区无码| 伊人久久综在合线亚洲2019 | 亚洲一区精品伊人久久伊人| 国内精品人妻无码久久久影院| 亚洲精品午夜国产va久久| 久久精品成人一区二区三区| 国产精品久久久久久久久| 伊人久久综合成人网| 伊人色综合久久天天人手人婷| 日本精品久久久久影院日本| 国产三级精品久久| 久久久久久久综合综合狠狠| 国产精品99久久久久久www| 亚洲一区二区三区日本久久九| 国产午夜精品理论片久久影视| 国产精品免费福利久久| 91久久婷婷国产综合精品青草| 国产午夜精品理论片久久影视| 粉嫩小泬无遮挡久久久久久| 久久久噜噜噜久久熟女AA片| 久久综合精品国产二区无码| av无码久久久久久不卡网站| 久久91精品国产91久久户|