License: The original CVRPSEP, which is distributed under the CPL v1.0 License. However, this Julia package is distributed under the MIT License. Note that this Julia package uses a minor modificiation of the original CVRPSEP library.
To install:
] add https://github.com/chkwon/CVRPSEP.jl.git
Current Status This code is a work in progress.
rounded_capacity_cuts!()
, well testedmultistar_inequalities!()
, reasonably testedframed_capacity_inequalities!()
, reasonably testedstrengthened_comb_inequalities!()
, reasonably testedhypotour_inequalities!()
, failing. Needs debugging and testing.PRs are welcome for testing, developing, implementing, or improving.
Related Projects