Skip to content

Commit

Permalink
Merge pull request #18 from nextmv-io/feature/ampl-gurobi-workflow-stuff
Browse files Browse the repository at this point in the history
Add AMPL and Gurobi info for workflow stuff
  • Loading branch information
sebastian-quintero authored Feb 26, 2024
2 parents 3ddcfaf + da30237 commit 1a9a9de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .nextmv/workflow-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ apps:
app_id: cost-flow-ortools
marketplace_app_id: cost.flow.ortools
description: Solve a cost-flow problem using Google OR-Tools in Python.
- name: knapsack-ampl
type: python
app_id: knapsack-ampl
marketplace_app_id: knapsack.ampl
description: Solve a knapsack problem using AMPL in Python.
- name: knapsack-gosdk
type: go
sdk_version: latest
app_id: knapsack-gosdk
marketplace_app_id: knapsack.gosdk
description: Solve a knapsack problem using the Nextmv Go SDK.
- name: knapsack-gurobi
type: python
app_id: knapsack-gurobi
marketplace_app_id: knapsack.gurobi
description: Solve a knapsack problem using Gurobi in Python.
- name: knapsack-java-ortools
type: java
app_id: knapsack-jortools
Expand Down

0 comments on commit 1a9a9de

Please sign in to comment.