Cosmetics.
[mtp.git] / README.txt
index ba8e593..1bc9751 100644 (file)
@@ -14,8 +14,9 @@ in
   2011.
 
 This implementation is not the reference implementation used for the
   2011.
 
 This implementation is not the reference implementation used for the
-experiments presented in this article. It uses a Dijkstra with a
-Binary Heap for the min-queue, and not the optimal Fibonacci heap.
+experiments presented in this article. It does not require any
+library, and uses a Dijkstra with a Binary Heap for the min-queue,
+instead of a Fibonacci heap.
 
 This software package includes three commands:
 
 
 This software package includes three commands:
 
@@ -31,7 +32,7 @@ This software package includes three commands:
 
  - mtp_stress_test creates a larger problem with a lot of noise and
    multiple trajectories, to check the behavior of the code under
 
  - mtp_stress_test creates a larger problem with a lot of noise and
    multiple trajectories, to check the behavior of the code under
-   slightly more complex situation.
+   slightly more complex situations.
 
 * INSTALLATION
 
 
 * INSTALLATION
 
@@ -46,7 +47,7 @@ tracker.dat, and print the optimal detected trajectories.
 
 If you now execute
 
 
 If you now execute
 
-  ./mtp --verbose --trajectory-file result.trj --graph-file graph.dot tracker.dat
+  ./mtp --verbose --trajectory-file result.trj --graph-file graph.dot tracker.dat
 
 It will load the file tracker.dat saved by the previous command, run
 the detection, save the detected trajectories in result.trj, and the
 
 It will load the file tracker.dat saved by the previous command, run
 the detection, save the detected trajectories in result.trj, and the