Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atoptima/colunavrpsolver.jl
https://github.com/atoptima/colunavrpsolver.jl
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atoptima/colunavrpsolver.jl
- Owner: atoptima
- Created: 2022-10-18T08:00:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T14:42:51.000Z (18 days ago)
- Last Synced: 2024-12-18T15:38:58.409Z (18 days ago)
- Language: Julia
- Size: 704 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coluna/VRPSolver
This is an experimental code to integrate the [VRPSolver](https://vrpsolver.math.u-bordeaux.fr) and [Coluna](https://github.com/atoptima/Coluna.jl).
A preliminary working version on branch `using_bapcod` uses Coluna only as a Julia interface to VRPSolver with [BaPCod](https://bapcod.math.u-bordeaux.fr).
The version that bypasses BaPCod still has important performance issues.