forked from dirkschumacher/ompr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
56 lines (52 loc) · 1.04 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
title: ompr
development:
mode: auto
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_expr
- colwise
- as_colwise
- title: Solve a model
contents:
- solve_model
- get_solution
- objective_value
- solver_status
- get_column_duals
- get_row_duals
- title: Solver-developer functions
contents:
- new_solution
- extract_constraints
- nvars
- objective_function
- variable_bounds
- variable_keys
- variable_types
articles:
- title: "MIPModel backend"
contents:
- modelling
- starts_with("problem")
- title: "MILPModel backend 🚀"
contents:
- starts_with("milp-")