Skip to content

Commit

Permalink
Merge pull request #19 from nextmv-io/feature/disable-marketplace-gur…
Browse files Browse the repository at this point in the history
…pbi-ampl

Disable marketplace for Gurobi and AMPL
  • Loading branch information
sebastian-quintero authored Feb 26, 2024
2 parents 1a9a9de + eec5dab commit e665878
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .nextmv/workflow-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,25 @@ apps:
app_id: cost-flow-ortools
marketplace_app_id: cost.flow.ortools
description: Solve a cost-flow problem using Google OR-Tools in Python.
# AMPL is not pushed to Marketplace yet until we decide what is the best
# way to handle licensing.
- name: knapsack-ampl
type: python
app_id: knapsack-ampl
marketplace_app_id: knapsack.ampl
app_id:
marketplace_app_id:
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.
# Gurobi is not pushed to Marketplace yet until we decide what is the best
# way to handle licensing.
- name: knapsack-gurobi
type: python
app_id: knapsack-gurobi
marketplace_app_id: knapsack.gurobi
app_id:
marketplace_app_id:
description: Solve a knapsack problem using Gurobi in Python.
- name: knapsack-java-ortools
type: java
Expand Down

0 comments on commit e665878

Please sign in to comment.