Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chkwon/cvrpsep.jl
Julia wrapper for CVRPSEP https://econ.au.dk/research/researcher-websites/jens-lysgaard/cvrpsep/
https://github.com/chkwon/cvrpsep.jl
Last synced: 26 days ago
JSON representation
Julia wrapper for CVRPSEP https://econ.au.dk/research/researcher-websites/jens-lysgaard/cvrpsep/
- Host: GitHub
- URL: https://github.com/chkwon/cvrpsep.jl
- Owner: chkwon
- License: mit
- Created: 2021-11-26T13:11:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T04:55:25.000Z (10 months ago)
- Last Synced: 2024-01-16T11:04:07.365Z (10 months ago)
- Language: Julia
- Size: 37.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CVRPSEP.jl
[![Build Status](https://github.com/chkwon/CVRPSEP.jl/workflows/CI/badge.svg?branch=master)](https://github.com/chkwon/CVRPSEP.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/chkwon/CVRPSEP.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/chkwon/CVRPSEP.jl)**License:**
The original [CVRPSEP](https://econ.au.dk/research/researcher-websites/jens-lysgaard/cvrpsep/), which is distributed under the [CPL v1.0 License](https://github.com/chkwon/CVRPSEP/blob/main/LICENSE).
However, this Julia package is distributed under the [MIT License](https://github.com/chkwon/CVRPSEP.jl/blob/master/LICENSE).
Note that this Julia package uses [a minor modificiation](https://github.com/chkwon/CVRPSEP) of the original CVRPSEP library.To install:
```julia
] add https://github.com/chkwon/CVRPSEP.jl.git
```**Current Status**
This code is a work in progress.- Rounded Capacity Inequalities: `rounded_capacity_cuts!()`, well tested
- Homogeneous multistart inequalities: `multistar_inequalities!()`, reasonably tested
- Generalized large multistar inequalities: not yet
- Framed capacity inequalities: `framed_capacity_inequalities!()`, reasonably tested
- Strengthened comb inequalities: `strengthened_comb_inequalities!()`, reasonably tested
- Hypotour inequalities: `hypotour_inequalities!()`, failing. Needs debugging and testing.PRs are welcome for testing, developing, implementing, or improving.
**Related Projects**
- [a minor modificiation](https://github.com/chkwon/CVRPSEP) of the original CVRPSEP library.
- https://github.com/JuliaBinaryWrappers/CVRPSEP_jll.jl
- https://github.com/JuliaPackaging/Yggdrasil/blob/master/C/CVRPSEP/build_tarballs.jl