Changeset caef58b531 in tspsg for README


Ignore:
Timestamp:
Oct 20, 2009, 9:38:01 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
85ad815b0b
Parents:
bc1b8837b6
Message:

More code documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    rbc1b8837b6 rcaef58b531  
    77TSPSG is intended to generate and solve Travelling Salesman Problem
    88(TSP) tasks. It uses Branch and Bound method for solving. An input
    9 is number of cities and matrix of city-to-city travel prices.
     9is number of cities and matrix of city-to-city travel costs.
    1010The matrix can be populated with random values in a given range
    1111(useful for generating tasks). The result is an optimal route, its
Note: See TracChangeset for help on using the changeset viewer.