Line 10: |
Line 10: |
| | | |
| **[http://forum.cs.umd.edu/showthread.php?p=11511&posted=1#post11511 See Forum thread regarding this case for PM2] | | **[http://forum.cs.umd.edu/showthread.php?p=11511&posted=1#post11511 See Forum thread regarding this case for PM2] |
| + | *** Verified by: Ben |
| ***[http://www.glue.umd.edu/~cconroy/420/conroyAndrewsExample.input.xml Andrew's Example Input] | | ***[http://www.glue.umd.edu/~cconroy/420/conroyAndrewsExample.input.xml Andrew's Example Input] |
| ***[http://www.glue.umd.edu/~cconroy/420/conroyAndrewsExample.output.xml Andrew's Example Output] | | ***[http://www.glue.umd.edu/~cconroy/420/conroyAndrewsExample.output.xml Andrew's Example Output] |
| ***[http://www.glue.umd.edu/~cconroy/420/conroyAndrewsExample.png Andrew's Example Image] | | ***[http://www.glue.umd.edu/~cconroy/420/conroyAndrewsExample.png Andrew's Example Image] |
| | | |
− | ** Test case taken from the PM powerpoint lecture. I stole the cheesy title as well. | + | ** Test case taken from the PM powerpoint lecture. I stole the cheesy title as well. |
| ***[http://www.glue.umd.edu/~cconroy/420/conroyAllYourBase.input.xml All Your Base Input] | | ***[http://www.glue.umd.edu/~cconroy/420/conroyAllYourBase.input.xml All Your Base Input] |
| ***[http://www.glue.umd.edu/~cconroy/420/conroyAllYourBase.output.xml All Your Base Output] | | ***[http://www.glue.umd.edu/~cconroy/420/conroyAllYourBase.output.xml All Your Base Output] |
Line 21: |
Line 22: |
| | | |
| ** Basic Range and Nearest Road test. Helped me figure out the problems with mine. It's not exhaustive but gets a few edge cases in there. | | ** Basic Range and Nearest Road test. Helped me figure out the problems with mine. It's not exhaustive but gets a few edge cases in there. |
| + | *** Verified by: Ben |
| ***[http://www.glue.umd.edu/~cconroy/420/conroyRangeTest.input.xml Simple Range Road Test Input] | | ***[http://www.glue.umd.edu/~cconroy/420/conroyRangeTest.input.xml Simple Range Road Test Input] |
| ***[http://www.glue.umd.edu/~cconroy/420/conroyRangeTest.output.xml Simple Range Road Test Output] | | ***[http://www.glue.umd.edu/~cconroy/420/conroyRangeTest.output.xml Simple Range Road Test Output] |
Line 29: |
Line 31: |
| ***[http://www.glue.umd.edu/~cconroy/420/conroyNearestCityToRoad.input.xml Nearest City To Road Input] | | ***[http://www.glue.umd.edu/~cconroy/420/conroyNearestCityToRoad.input.xml Nearest City To Road Input] |
| ***[http://www.glue.umd.edu/~cconroy/420/conroyNearestCityToRoad.output.xml Nearest City To Road Output] | | ***[http://www.glue.umd.edu/~cconroy/420/conroyNearestCityToRoad.output.xml Nearest City To Road Output] |
− | **** It works for me. For those who skimmed through the spec (like me), remember to not include that road in the search. I was stuck on that for a while. :/ | + | **** It works for me. For those who skimmed through the spec (like me), remember to not include that road in the search. I was stuck on that for a while. :/ |
| | | |
| == J Stuckey's Test Files == | | == J Stuckey's Test Files == |