local-search-0.0.2: A first attempt at generalised local search within Haskell, for applications in combinatorial optimisation.

Portabilityportable
Stabilityprovisional
MaintainerRichard Senington <sc06r2s@leeds.ac.uk>

Control.Search.Local.Example

Description

An example of the system running, on some randomly generated TSP (Traveling Sales Person) problems. The focus of the code is on generation of TSPs and representation of them.

Synopsis

Documentation

main :: IO ()Source

Finally a main function, to allow users to just run it and see what it does

data TSPTour Source

Instances

Eq TSPTour

The TSPTour is then made member of a number of classes that are needed for interaction with the library, Eq, Ord, Show (for display to the user) and NumericallyPriced.

Ord TSPTour 
Show TSPTour 
NumericallyPriced TSPTour Float