Package: heumilkr
Title: Heuristic Capacitated Vehicle Routing Problem Solver
Version: 0.3.0
Authors@R: 
    person("Lukas", "Schneiderbauer", email = "lukas.schneiderbauer@gmail.com", role = c("aut", "cre", "cph"))
Description: Implements the Clarke-Wright algorithm to find a quasi-optimal solution to the Capacitated Vehicle Routing Problem. See Clarke, G. and Wright, J.R. (1964) <doi:10.1287/opre.12.4.568> for details. The implementation is accompanied by helper functions to inspect its solution.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
LinkingTo: cpp11
SystemRequirements: C++17
URL: https://github.com/lschneiderbauer/heumilkr,
        https://lschneiderbauer.github.io/heumilkr/
BugReports: https://github.com/lschneiderbauer/heumilkr/issues
Imports: rlang (>= 1.1.0), cli (>= 3.6.0), xml2 (>= 1.3.0), ggplot2 (>=
        3.4.0)
Suggests: testthat (>= 3.0.0), hedgehog (>= 0.1), curl (>= 5.2.0),
        ggExtra (>= 0.10.0), scales (>= 1.3.0), knitr, rmarkdown
Config/testthat/edition: 3
Depends: R (>= 3.5.0)
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-04-24 08:09:50 UTC; lukas
Author: Lukas Schneiderbauer [aut, cre, cph]
Maintainer: Lukas Schneiderbauer <lukas.schneiderbauer@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-24 08:30:02 UTC
Built: R 4.6.0; x86_64-apple-darwin20; 2025-08-18 11:05:11 UTC; unix
Archs: heumilkr.so.dSYM
