Releases: lschneiderbauer/heumilkr
Releases · lschneiderbauer/heumilkr
heumilkr 0.3.0
Breaking changes
clarke_wright(): The default argument ofrestrictionsis changed fromNULLto an empty data frame. Passingrestrictions = NULLnow fails.
Minor improvements and fixes
-
clarke_wright():-
Vehicle restrictions are now correctly applied if two tours are linked whose end points do not have vehicle restrictions maintained, but the tours include other edges with vehicle restrictions.
-
R session does not crash anymore due to integer overflow issues in certain circumstances.
-
-
plot()/autoplot():-
Plotting of a milk run result with a single site now also works.
-
The functions do have reference pages now.
-
heumilkr 0.2.0
Enhancements
-
add the
cvrp_*()function family for handling CVRPLIB data. -
new vignette with performance benchmarks:
vignette("clarke_wright_performance").
Bugfixes
- Fix
clarke_wright()crashing R when passingNAvalues to thedistancesargument: it stops gracefully instead.
heumilkr 0.1.0
- Initial CRAN submission.