-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.07 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
36
37
38
39
40
Package: MOI
Title: An Abstract Mathematical Optimization Interface
Version: 0.1.0.9000
Authors@R:
c(
person(given = "Dirk",
family = "Schumacher",
role = c("aut", "cre", "cph"),
email = "mail@dirk-schumacher.net"),
person(given = "Authors of MathOptInterface.jl",
role = c("ctb", "cph"),
comment = "Conceptually the same as MathOptInterface.jl (MIT)")
)
Description: An abstract interface for optimization packages. It is based on
the julia package MathOptInterface.jl by Legat et al. (2020) <https://arxiv.org/abs/2002.03447>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Collate:
'sets.R'
'model-attributes.R'
'indextypes.R'
'functions.R'
'constraint-attributes.R'
'variable-attributes.R'
'model.R'
'cache-model.R'
'moi-package.R'
'optimizer-attributes.R'
'optimizer.R'
'result-status.R'
'termination-status.R'
'utils.R'
Suggests:
covr,
testthat (>= 2.1.0)
Imports:
R6,
methods,
fastmap