-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: heumilkr
Title: Heuristic Capacitated Vehicle Routing Problem Solver
Version: 0.2.0.9000
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
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