rename all names with round_trip, trip or tsp to trip to standardize the naming

This commit is contained in:
Huyen Chau Nguyen
2015-08-20 16:07:56 +02:00
parent 8429a1e792
commit e6eea67eeb
11 changed files with 59 additions and 163 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "../../routing_algorithms/tsp_brute_force.hpp"
#include "../../routing_algorithms/trip_brute_force.hpp"
#include <boost/test/unit_test.hpp>
#include <boost/test/test_case_template.hpp>
@@ -35,7 +35,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <iostream>
BOOST_AUTO_TEST_SUITE(tsp)
BOOST_AUTO_TEST_SUITE(trip)
// BOOST_AUTO_TEST_CASE(check_distance_computation)
// {