Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franneck94/vns-cflp
Variable Neighborhood Search for the CFLP
https://github.com/franneck94/vns-cflp
binary cflp heuristic local programming search vns
Last synced: 21 days ago
JSON representation
Variable Neighborhood Search for the CFLP
- Host: GitHub
- URL: https://github.com/franneck94/vns-cflp
- Owner: franneck94
- License: mit
- Created: 2017-10-25T20:36:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T22:13:38.000Z (about 7 years ago)
- Last Synced: 2024-10-31T21:42:54.403Z (2 months ago)
- Topics: binary, cflp, heuristic, local, programming, search, vns
- Language: C++
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VNS Heuristic for the CFLP:
Variable Neighborhood Search Heuristic for the Capacitated Facility Location Problem.
Copyright by Jan S. (2017).
Heuristic Coded in C++14 and Data Collection in Python 3.6.MIT 2.0 License.
# TAGS:
C++, Python, VNS, FLP, CFLP