combinatorial-problems: A number of data structures to represent and allow the manipulation of standard combinatorial problems, used as test problems in computer science.
In computer science there are a number of standard test problems that are used for testing algorithms, especially those related to Artificial Intelligence and Operations Research. Online there are a number of repositories for collections of known interesting problems, for example the TSPLIB at http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/ and the SATLIB at http://www.satlib.org/.
This library seeks to provide implementations of data structures to store these problems, along with functions for manipulating the problems and routines to load problem files from various sources.
At present it supports TSP/TSPLIB, SAT/SATLIB and TIM (format used by the International Timetabling Competition,
which has been run twice at current date), however it is hoped that the loading routines
can be expanded and the range of problems expanded to cover problems like scheduling and more general timetabling.
The internal data structures make heavy use of the Data.Map
library and Data.Array
. It is not currently
using unboxed values. The library does not use the bytestring
library for loading and saving data either,
which will probably need to be changed later.
Modules
[Index]
Downloads
- combinatorial-problems-0.0.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5 |
---|---|
Dependencies | array (>=0.2.0.0), base (>=2.0 && <=5), bytestring (>=0.9.1.10), bytestring-lexing (>=0.2.1), containers (>=0.2.0.1), parsec (>=3.1.1), random (>=1.0.0.1) [details] |
License | LicenseRef-GPL |
Copyright | Copyright (c) 2011 Richard Senington |
Author | Richard Senington |
Maintainer | sc06r2s@leeds.ac.uk |
Category | Optimisation |
Home page | http://www.comp.leeds.ac.uk/sc06r2s/Projects/HaskellCombinatorialProblems |
Uploaded | by RichardSenington at 2013-07-18T16:38:24Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 4182 total (13 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |