next up previous
Next: Summary Up: Example: Implementing TSP Previous: Compilation

Running TSP

Assuming the output program is called tsp, we run DISCROPT by issuing the command:

tsp -i input_file -h which_heuristic -t how_many_seconds

This will take the input file, build a data structure based on it using the user-defined data structure, and optimize it using the chosen heuristics. For more information, type:

tsp --help



Vinhthuy Phan 2003-05-15