Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 11 found.
[1] < 1 2 > [2]  Sort:

ETSP (Package: TSP) : Class ETSP -- Euclidean traveling salesperson problem

Constructor to create an instance of a Euclidean traveling salesperson problem (TSP) represented by city coordinates and some auxiliary methods.
● Data Source: CranContrib
● Keywords: classes
● Alias: ETSP, as.ETSP, as.ETSP.data.frame, as.ETSP.matrix, image.ETSP, labels.ETSP, n_of_cities.ETSP, plot.ETSP, print.ETSP
● 0 images

ATSP (Package: TSP) : Class ATSP -- Asymmetric traveling salesperson problem

Constructor to create an instance of the asymmetric traveling salesperson problem (ATSP) and some auxiliary methods.
● Data Source: CranContrib
● Keywords: classes
● Alias: ATSP, as.ATSP, as.ATSP.dist, as.ATSP.matrix, as.matrix, as.matrix.ATSP, image.ATSP, labels.ATSP, n_of_cities.ATSP, print.ATSP
● 0 images

TOUR (Package: TSP) : Class TOUR -- Solution to a traveling salesperson problem

Class to store the solution of a TSP. Objects of this class are returned by TSP solvers in this package. Essentially, an object of class TOUR is a permutation vector containing the order of cities to visit.
● Data Source: CranContrib
● Keywords: classes
● Alias: TOUR, as.TOUR, as.TOUR.integer, print.TOUR
● 0 images

tour_length (Package: TSP) : Calculate the length of a tour

Calculate the length of a tour given a TSP and an order.
● Data Source: CranContrib
● Keywords: optimize
● Alias: tour_length, tour_length.ATSP, tour_length.ETSP, tour_length.TOUR, tour_length.TSP
● 0 images

Concorde (Package: TSP) : Using the Concorde TSP Solver

The Concorde TSP Solver package contains several solvers. Currently, interfaces to the Concorde solver (Applegate et al. 2001), one of the most advanced and fastest TSP solvers using branch-and-cut, and the Chained Lin-Kernighan (Applegate et al. 2003) implementation are provided in TSP.
● Data Source: CranContrib
● Keywords: documentation
● Alias: Concorde, concorde_help, concorde_path, linkern_help
● 0 images

insert_dummy (Package: TSP) : Insert dummy cities into a distance matrix

Inserts dummy cities into objects of class TSP or ATSP. A dummy city has the same, constant distance (0) to all other cities and is infinitely far from other dummy cities. A dummy city can be used to transform a shortest Hamiltonian path problem (i.e., finding an optimal linear order) into a shortest Hamiltonian cycle problem which can be solved by a TSP solvers (Garfinkel 1985).
● Data Source: CranContrib
● Keywords: manip
● Alias: insert_dummy
● 0 images

TSPLIB (Package: TSP) : Read and write TSPLIB files

Reads and writes TSPLIB format files. TSPLIB files can be used by most TSP solvers. Sample instances for the TSP in TSPLIB format are available on the TSPLIB homepage (see references).
● Data Source: CranContrib
● Keywords: file
● Alias: TSPLIB, read_TSPLIB, write_TSPLIB, write_TSPLIB.ATSP, write_TSPLIB.ETSP, write_TSPLIB.TSP
● 0 images

TSP (Package: TSP) : Class TSP -- Symmetric traveling salesperson problem

Constructor to create an instance of a symmetric traveling salesperson problem (TSP) and some auxiliary methods.
● Data Source: CranContrib
● Keywords: classes
● Alias: TSP, as.TSP, as.TSP.dist, as.TSP.matrix, image.TSP, labels.TSP, n_of_cities, n_of_cities.TSP, print.TSP
● 0 images

solve_TSP (Package: TSP) : TSP solver interface

Common interface to all TSP solvers in this package.
● Data Source: CranContrib
● Keywords: optimize
● Alias: solve_TSP, solve_TSP.ATSP, solve_TSP.TSP
● 0 images

cut_tour (Package: TSP) : Cut a tour to form a path

Cuts a tour at a specified city to form a path.
● Data Source: CranContrib
● Keywords: optimize
● Alias: cut_tour, cut_tour.TOUR
● 0 images