Package: heumilkr
Title: Heuristic Capacitated Vehicle Routing Problem Solver
Version: 0.1.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.2.3
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), ggplot2 (>= 3.4.0)
Suggests: testthat (>= 3.0.0), hedgehog (>= 0.1)
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2024-01-09 19:30:19 UTC; lukas
Author: Lukas Schneiderbauer [aut, cre, cph]
Maintainer: Lukas Schneiderbauer <lukas.schneiderbauer@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-10 19:23:17 UTC
