More tests + GUImaster
commit146bd6d7a53ddea97b1f4a4660db7d5b9d863454
authorLaurens Van Houtven <lvh@laurensvh.be>
Fri, 10 Oct 2008 06:46:28 +0000 (10 08:46 +0200)
committerLaurens Van Houtven <lvh@laurensvh.be>
Fri, 10 Oct 2008 06:46:28 +0000 (10 08:46 +0200)
tree336b6baf4c062032c1730a66ee4c4790c3617941
parentf3fd6276c2b78b9c405a04c83bbd3b50b265cf70
More tests + GUI

Added the GUI and some of its helper functions. Loads of tests have been
modified or added.

On branch master

Changes to be committed:

new file:   calculateHeuristics.m
    new file:   exportData.m
modified:   ltspsEnumerativeSolver.m
modified:   t/001_tests_exist.t
new file:   t/203_typical_enumerative_solver_use.t
new file:   t/204_ten_point_closest_heuristic.t
new file:   t/205_ten_point_furthest_heuristic.t
new file:   t/302_pathological_furthest_heuristic_use.t
modified:   tspGUI.m
calculateHeuristics.m [new file with mode: 0644]
exportData.m [new file with mode: 0644]
ltspsEnumerativeSolver.m
t/001_tests_exist.t
t/203_typical_enumerative_solver_use.t [new file with mode: 0644]
t/204_ten_point_closest_heuristic.t [new file with mode: 0644]
t/205_ten_point_furthest_heuristic.t [new file with mode: 0644]
t/302_pathological_furthest_heuristic_use.t [new file with mode: 0644]
tspGUI.m