8000 GitHub - JakeForsey/capacitated-location-allocation: An optaplanner implementation of capacitated location allocation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JakeForsey/capacitated-location-allocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capacitated Location allocation

Solves the capacitated location allocation problem, which is an extension of the facility location problem in which all facilities must not exceed a specified capacity.

The approach uses KMeans to select initial facilities following by local search to minimize the total distance between the facilities and the demand locations.

optimization

About

An optaplanner implementation of capacitated location allocation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0