-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
31 lines (31 loc) · 945 Bytes
/
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
Package: netgen
Type: Package
Title: Network Generator for Combinatorial Graph Problems
Description: Methods for the generation of a wide range of network geographies,
e.g., grid networks or clustered networks. Useful for the generation of
benchmarking instances for the investigation of, e.g., Vehicle-Routing-Problems
or Travelling Salesperson Problems.
Version: 1.4.0
Date: 2023-02-06
Authors@R: c(person("Jakob", "Bossek", email = "[email protected]", role =
c("aut", "cre")))
Maintainer: Jakob Bossek <[email protected]>
URL: https://github.com/jakobbossek/netgen
BugReports: https://github.com/jakobbossek/netgen/issues
License: BSD_3_clause + file LICENSE
Depends:
BBmisc (>= 1.6),
mvtnorm (>= 1.0-2),
lhs (>= 0.10),
checkmate (>= 1.8.0)
Imports:
ggplot2,
igraph (>= 0.7.1),
stringr (>= 0.6.2)
Suggests:
testthat,
lpSolve,
covr
ByteCompile: yes
RoxygenNote: 7.3.0
Encoding: UTF-8