-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
64 lines (56 loc) · 1.61 KB
/
_pkgdown.yml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
url: https://dimitri-justeau.github.io/restoptr
authors:
Dimitri Justeau-Allaire:
href: https://dimitri-justeau.github.io/
Jeffrey O Hanson:
href: https://jeffrey-hanson.com
Ghislain Vieilledent:
href: https://ecology.ghislainv.fr/
Philippe Vismara:
href: https://www.lirmm.fr/~vismara/home.php
Xavier Lorca:
href: https://scholar.google.fr/citations?user=bJTn9u8AAAAJ&hl=fr
Philippe Birnbaum:
href: https://scholar.google.com/citations?user=00W5veEAAAAJ&hl=fr=
template:
bootstrap: 5
bootswatch: sandstone
reference:
- title: Overview
desc: Overview of the package.
contents:
- restoptr
- title: Create and solve problems
desc: >
Functions for creating new problems and solving them.
contents:
- restopt_problem
- add_settings
- solve.RestoptProblem
- get_metadata
- title: Objectives
desc: Functions for setting an objective to a problem.
contents:
- has_concept("objectives")
- title: Constraints
desc: Functions for adding constraints to a problem.
contents:
- has_concept("constraints")
- title: Miscellaneous functions
desc: Assorted functions distributed with the package.
contents:
- is_java_available
- invert_vector
- preprocess_input
- area_to_nb_cells
- cell_area
- cell_width
- nb_cell_to_area
- title: Class definitions and methods
desc: >
Documentation for data structures and functions to interact with them.
contents:
- restopt_problem
- restopt_solution
- print.RestoptProblem
- starts_with("get_")