Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable marketplace for Gurobi and AMPL #19

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading