Releases: reinterpretcat/vrp
Releases · reinterpretcat/vrp
v1.14.0
Bump version to 1.14.0
v1.13.0
Bump version to 1.13.0 * add `compatibility` property to the job definition * add new local search operator based on SWAP* algorithm * migrated to 2021 edition * update dependencies * removed dependency on `chrono` in favor of `time` * use variable strategy for leg insertion analysis * adjust route removal ruin methods to limit amount of removed jobs * order of initial heuristics
v1.12.0
Bump version to 1.12.0 * a new local search operator: exchange sequence * a vicinity job clustering: group close jobs in the same stop * update dependencies * bug fixes
v1.11.5
Bump version to 1.11.5 * a limited support for TSPLIB95 format * more validation rules for objective usage * change defaults for initial solution building logic * improve rosomaxa algorithm * improve tour order objective logic * update dependencies
v1.11.4
Bump version to 1.11.4 * fix a memory leak * update dependencies
v1.11.3
Bump version to 1.11.3 * analyze clusters command to cli * break policy property * a penalty property for skipping break in maximize-value objective * improve clustering removal heuristic * enhance rules for slow search detection and reduce search radius * improve unassigned jobs handling logic * update dependencies
v1.11.2
Bump version to 1.11.2 * add job groups
v1.11.1
Bump version to 1.11.1
v1.11.0
Bump version to 1.11.0 * add a metaheuristic which searches in infeasible solution space * add logic to swap objective with probability in rosomaxa algorithm * refactor logging configuration * change metaheuristic coefficients
v1.10.7
Bump version to 1.10.7 * export validation function