-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.15 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
34
35
Package: salesperson
Type: Package
Title: Computation of Instance Features and R Interface to the State-of-the-Art Exact and Inexact Solvers for the Traveling Salesperson Problem
Description: Comprehensive collection of functions for solving and analizing the symmetric Traveling Salesperson Problem (TSP) by means of instance characteristics.
Version: 1.0.0
Date: 2021-06-29
Authors@R: c(person("Jakob", "Bossek", email = "[email protected]", role = c("aut", "cre")), person("Pascal", "Kerschke", email = "[email protected]", role = "ctb"), person("Jonathan", "Heins", email = "[email protected]", role = "ctb"))
Maintainer: Jakob Bossek <[email protected]>
URL: https://github.com/jakobbossek/salesperson
BugReports: https://github.com/jakobbossek/salesperson/issues
License: BSD_3_clause + file LICENSE
Depends:
BBmisc (>= 1.6)
Imports:
lhs (>= 0.10),
checkmate (>= 1.8.0),
Rcpp (>= 0.11.3),
TSP (>= 1.1-2),
mvtnorm (>= 1.0-2),
ggplot2,
lpSolve,
igraph (>= 0.7.1),
stringr (>= 0.6.2),
fpc,
splancs,
vegan,
cccd
Suggests:
covr,
testthat
LinkingTo: Rcpp
LazyData: yes
ByteCompile: yes
RoxygenNote: 7.1.1
Encoding: UTF-8