[InstalledPackageInfo {installedPackageId = InstalledPackageId "combinatorial-problems-0.0.5-inplace", sourcePackageId = PackageIdentifier {pkgName = PackageName "combinatorial-problems", pkgVersion = Version {versionBranch = [0,0,5], versionTags = []}}, license = GPL Nothing, copyright = "Copyright (c) 2011 Richard Senington", maintainer = "sc06r2s@leeds.ac.uk", author = "Richard Senington", stability = "experimental", homepage = "http://www.comp.leeds.ac.uk/sc06r2s/Projects/HaskellCombinatorialProblems", pkgUrl = "", synopsis = "A number of data structures to represent and allow the manipulation of standard combinatorial problems, used as test problems in computer science.", description = "In computer science there are a number of standard test problems that are used for testing algorithms,\nespecially those related to Artificial Intelligence and Operations Research. Online there are a number\nof repositories for collections of known interesting problems, for example the TSPLIB at\n and the SATLIB at\n.\n\nThis library seeks to provide implementations of data structures to store these problems, along with\nfunctions for manipulating the problems and routines to load problem files from various sources.\n\nAt present it supports TSP\\/TSPLIB, SAT\\/SATLIB and TIM (format used by the International Timetabling Competition,\nwhich has been run twice at current date), however it is hoped that the loading routines\ncan be expanded and the range of problems expanded to cover problems like scheduling and more general timetabling.\nThe internal data structures make heavy use of the @Data.Map@ library and @Data.Array@. It is not currently\nusing unboxed values. The library does not use the @bytestring@ library for loading and saving data either,\nwhich will probably need to be changed later.", category = "Optimisation", exposed = True, exposedModules = ["FileFormat.SATLIB","FileFormat.TSPLIB","FileFormat.TIM","CombinatorialOptimisation.SAT","CombinatorialOptimisation.TSP","CombinatorialOptimisation.TSP.FixedPoint","CombinatorialOptimisation.TIM"], hiddenModules = [], trusted = False, importDirs = ["/home/richard/Documents/CombinatorialProblems/combinatorial-problems-0.0.5/dist/build"], libraryDirs = ["/home/richard/Documents/CombinatorialProblems/combinatorial-problems-0.0.5/dist/build"], hsLibraries = ["HScombinatorial-problems-0.0.5"], extraLibraries = [], extraGHCiLibraries = [], includeDirs = [], includes = [], depends = [InstalledPackageId "array-0.4.0.0-4f6c2a594155b0b953c1cf0f54040f61",InstalledPackageId "base-4.5.1.0-6909ea031307e047b8ba5b23968c534b",InstalledPackageId "bytestring-0.9.2.1-ac1c20630117630ba32abcac9cdbbce8",InstalledPackageId "bytestring-lexing-0.4.0-e551a3f528aad3cfa92e296841654d5c",InstalledPackageId "containers-0.5.2.1-cd7720af9b18babce062e2c9d08db570",InstalledPackageId "parsec-3.1.3-eb499eea44c5d4917d875b6f94c7b0ff",InstalledPackageId "random-1.0.1.1-5bcf17e975ad42d3244dd9f6f76c56ce"], hugsOptions = [], ccOptions = [], ldOptions = [], frameworkDirs = [], frameworks = [], haddockInterfaces = ["/home/richard/Documents/CombinatorialProblems/combinatorial-problems-0.0.5/dist/doc/html/combinatorial-problems/combinatorial-problems.haddock"], haddockHTMLs = ["/home/richard/Documents/CombinatorialProblems/combinatorial-problems-0.0.5/dist/doc/html/combinatorial-problems"]}
]