discrete-opt-0.1.0.0: Discrete optimization.

Copyright2014 Tomáš Musil
LicenseBSD-3
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

VRP

Contents

Description

Vehicle Routing Problem.

Synopsis

Types

type Size = Int Source

type Path = [Vertex] Source

type Solution = (Score, (State, [Path])) Source

Array types

Data manipulation

readProblemM :: FilePath -> IO (Size, Size, DistArray, PenaltyF) Source

Problem formulation