search for: sove_tsp

Displaying 1 result from an estimated 1 matches for "sove_tsp".

Did you mean: solve_tsp
2010 May 30
1
solve_TSP ignores control data, or I'm reading the help doc incorrectly.
...9 ) will use the 2-opt method on the tsp_input variable 99 times. Catch: I get an "unused input" error. Q: Am I reading the docs (Item 1, below) correctly or is this a problem with solve_TSP ignoring its inputs (Item 2, below). Item 1: solve_TSP doc: > library(TSP) > ?sove_TSP Description: Common interface to all TSP solvers in this package. Usage: solve_TSP(x, method, control) Arguments: x: the TSP given as an object of class 'TSP' or 'ATSP'. method: method to solve the TSP (default: nearest insertion...