-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 837 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
26 lines (26 loc) · 837 Bytes
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
Package: tspgen
Title: Problem Generator for Traveling Salesperson Problems
Description: Sophisticated benchmark problem generator. Instances are generated by a sequential random process adopting a variety of problem tailored mutations.
Version: 1.0.0
Encoding: UTF-8
Date: 2018-03-17
Authors@R: c(
person("Jakob", "Bossek", email = "j.bossek@gmail.com", role = c("aut", "cre")),
person("Pascal", "Kerschke", email = "kerschke@uni-muenster.de", role = "aut"))
Maintainer: Jakob Bossek <j.bossek@gmail.com>
License: GPL-3
URL: https://github.com/jakobbossek/tspgen
BugReports: https://github.com/jakobbossek/tspgen/issues
Depends:
R (>= 2.10),
BBmisc (>= 1.6),
netgen (>= 1.3)
Imports:
checkmate (>= 1.1)
Suggests:
testthat (>= 0.9.1),
rmarkdown,
covr
ByteCompile: yes
LazyData: yes
RoxygenNote: 6.1.1