-
Notifications
You must be signed in to change notification settings - Fork 35
/
_pkgdown.yml
65 lines (65 loc) · 1.17 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
65
url: https://dirkschumacher.github.io/ompr/
title: ompr
template:
bootstrap: 5
bootswatch: lux
bslib:
pkgdown-nav-height: 100px
development:
mode: release
navbar:
structure:
left:
- home
- reference
- articleindex
- news
right:
- github
- twitter
components:
articles: ~
articleindex:
text: Articles
href: articles/index.html
twitter:
icon: fa-lg fa-twitter
href: http://twitter.com/dirk_sch
reference:
- title: Build a model
contents:
- MIPModel
- MILPModel
- add_variable
- set_objective
- add_constraint
- set_bounds
- sum_over
- colwise
- as_colwise
- title: Solve a model
contents:
- solve_model
- get_solution
- objective_value
- solver_status
- get_column_duals
- get_row_duals
- additional_solver_output
- title: Solver-developer functions
contents:
- new_solution
- extract_constraints
- nvars
- nconstraints
- objective_function
- variable_bounds
- variable_keys
- variable_types
articles:
- title: MIPModel backend
contents:
- modelling
- starts_with("problem")
- title: "MILPModel backend (experimental)"
contents: starts_with("milp-")