Skip to content

sara925/LocationRouting-Clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clojure-training

THE LOCATION ROUTING PROBLEM

A set of T nodes is given: N of them represent clients locations and M of them represent instead possible storehouse locations. Every client demand is supplied by only one storehouse. The aim is to choose where to build the storehouses among the M possible locations, reducing both the construction cost and the supply cost. The supply cost is computed for every storehouse as the cost of the minimum hamiltonian cycle connecting all clients supplied by the storehouse itself.

Installation

Download from https://github.com/sara925/LocationRouting-Clojure.

Usage

Use leiningen

$ lein run

Options

FIXME: listing of options this app accepts.

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

Copyright © 2015 Sara Schiesaro Filippo Poltronieri

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

operations research project implementation using clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors