-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathworkflow-configuration.yml
More file actions
227 lines (226 loc) · 6.94 KB
/
workflow-configuration.yml
File metadata and controls
227 lines (226 loc) · 6.94 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
apps:
- name: go-hello-world
type: go
app_id:
marketplace_app_id:
marketplace_major_version:
description: Get started with Go and Nextmv.
- name: go-highs-knapsack
type: go
app_id: knapsack-gosdk
marketplace_app_id: knapsack.gosdk
marketplace_major_version: v1
description: Use Go and HiGHS - knapsack.
- name: go-highs-orderfulfillment
type: go
app_id: order-fulfill-gosdk
marketplace_app_id: order.fulfill.gosdk
marketplace_major_version: v1
description: Use Go and HiGHS - order fulfillment.
- name: go-highs-shiftscheduling
type: go
app_id: shift-scheduling
marketplace_app_id: shift.scheduling
marketplace_major_version: v1
description: Use Go and HiGHS - shift scheduling.
- name: go-nextroute
type: go
app_id: nextroute
marketplace_app_id: nextroute
marketplace_major_version: v1
description: Use Go and Nextroute - VRP.
- name: java-hello-world
type: java
app_id:
marketplace_app_id:
marketplace_major_version:
description: Get started with Java and Nextmv.
- name: java-gurobi-knapsack
type: java
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use Java and Gurobi - knapsack.
- name: java-ortools-knapsack
type: java
app_id: knapsack-jortools
marketplace_app_id: knapsack.jortools
marketplace_major_version: v1
description: Use Java and OR-Tools - knapsack.
- name: java-ortools-routing
type: java
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use Java and OR-Tools - VRP.
- name: python-ampl-facilitylocation
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use Python and AMPL - facility location.
- name: python-ampl-knapsack
type: python
app_id: knapsack-ampl
marketplace_app_id: knapsack.ampl
marketplace_major_version: v1
description: Use Python and AMPL - knapsack.
- name: python-ampl-priceoptimization
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use Python and AMPL - price optimization.
- name: python-gurobi-knapsack
type: python
app_id: knapsack-gurobi
marketplace_app_id: knapsack.gurobi
marketplace_major_version: v1
description: Use Python and Gurobi - knapsack.
- name: python-hello-world
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Get started with Python and Nextmv.
- name: python-hexaly-knapsack
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use Python and Hexaly - knapsack.
- name: python-highs-knapsack
type: python
app_id: knapsack-highs
marketplace_app_id: knapsack.highs
marketplace_major_version: v1
description: Use Python and HiGHS - knapsack.
- name: python-nextmv-gurobipy-knapsack
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use the Python Nextmv & gurobipy integration - knapsack.
- name: python-nextmv-scikit-learn-diabetes
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use the Python Nextmv & scikit-learn integration - diabetes.
- name: python-gurobi-price-optimization
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use a Nextmvified Gurobi notebook for price optimization.
- name: python-nextroute
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use Python and Nextroute - VRP.
- name: python-ortools-costflow
type: python
app_id: cost-flow-ortools
marketplace_app_id: cost.flow.ortools
marketplace_major_version: v1
description: Use Python and OR-Tools - cost flow.
- name: python-ortools-demandforecasting
type: python
app_id: demand-forecasting-ortools
marketplace_app_id: dem.forecast.ortools
marketplace_major_version: v1
description: Use Python and OR-Tools - demand forecasting.
- name: python-ortools-knapsack
type: python
app_id: knapsack-ortools
marketplace_app_id: knapsack.ortools
marketplace_major_version: v1
description: Use Python and OR-Tools - knapsack.
- name: python-ortools-knapsack-multicsv
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use Python and OR-Tools - multi CSV knapsack.
- name: python-ortools-region-allocation
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use Python and OR-Tools - region allocation.
- name: python-ortools-routing
type: python
app_id: routing-ortools
marketplace_app_id: routing.ortools
marketplace_major_version: v1
description: Use Python and OR-Tools - VRP.
- name: python-ortools-shiftassignment
type: python
app_id: shift-assign-ortools
marketplace_app_id: shift.assign.ortools
marketplace_major_version: v1
description: Use Python and OR-Tools - shift assignment.
- name: python-ortools-shiftplanning
type: python
app_id: shift-plan-ortools
marketplace_app_id: shift.plan.ortools
marketplace_major_version: v1
description: Use Python and OR-Tools - shift planning.
- name: python-pyomo-knapsack
type: python
app_id: knapsack-pyomo
marketplace_app_id: knapsack.pyomo
marketplace_major_version: v1
description: Use Python and Pyomo - knapsack.
- name: python-pyomo-shiftassignment
type: python
app_id: shift-assign-pyomo
marketplace_app_id: shift.assign.pyomo
marketplace_major_version: v1
description: Use Python and Pyomo - shift assignment.
- name: python-pyomo-shiftplanning
type: python
app_id: shift-plan-pyomo
marketplace_app_id: shift.plan.pyomo
marketplace_major_version: v1
description: Use Python and Pyomo - shift planning.
- name: python-pyoptinterface-knapsack
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use Python and PyOptInterface - knapsack.
- name: python-pyvroom-routing
type: python
app_id: routing-pyvroom
marketplace_app_id: routing.pyvroom
marketplace_major_version: v1
description: Use Python and Pyvroom - VRP.
- name: python-tr-ortools-region-allocation
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use tracked runs in Python - region allocation.
- name: python-wf-ortools-region-allocation
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use workflows in Python - region allocation.
- name: python-xpress-knapsack
type: python
app_id:
marketplace_app_id:
marketplace_major_version:
description: Use Python and Xpress - knapsack.
# Main supported language versions.
language-support:
go:
version: 1.22
python:
version: 3.11
java:
version: 21
distribution: temurin