Skip to content

Commit

Permalink
Renaming knapsack-highspy to knapsack-highs, adding new marketplace apps
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Jul 9, 2024
1 parent 16de20c commit 0c6a6e1
Show file tree
Hide file tree
Showing 21 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestGolden(t *testing.T) {
},
ExecutionConfig: &golden.ExecutionConfig{
Command: "python3",
Args: []string{"../../../knapsack-highspy/main.py"},
Args: []string{"../../../knapsack-highs/main.py"},
InputFlag: "-input",
OutputFlag: "-output",
},
Expand Down
2 changes: 1 addition & 1 deletion .nextmv/golden/workflow-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apps:
- name: knapsack-gurobi
language: python
language-version: 3.11
- name: knapsack-highspy
- name: knapsack-highs
language: python
language-version: 3.11
- name: knapsack-java-ortools
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .nextmv/readme/workflow-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apps:
silent: true
- name: 2.sh
skip: true
- name: knapsack-highspy
- name: knapsack-highs
scripts:
- name: 0.sh
silent: true
Expand Down
10 changes: 10 additions & 0 deletions .nextmv/workflow-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ apps:
app_id:
marketplace_app_id:
description: Solve a knapsack problem using Gurobi in Python.
- name: knapsack-highs
type: python
app_id: knapsack-highs
marketplace_app_id: knapsack.highs
description: Solve a knapsack problem using HiGHS in Python.
- name: knapsack-java-ortools
type: java
app_id: knapsack-jortools
Expand Down Expand Up @@ -63,6 +68,11 @@ apps:
app_id: routing-ortools
marketplace_app_id: routing.ortools
description: Solve a vehicle routing problem using OR-Tools in Python.
- name: routing-pyvroom
type: python
app_id: routing-pyvroom
marketplace_app_id: routing.pyvroom
description: Solve a vehicle routing problem using PyVroom.
- name: shift-assignment-ortools
type: python
app_id: shift-assign-ortools
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Visit the [docs][docs] for more information.
problem.
* [`knapsack-gurobi`][knapsack-gurobi]: use Python and Gurobi to solve a
knapsack problem.
* [`knapsack-highspy`][knapsack-highspy]: use Python and HiGHS to solve a
* [`knapsack-highs`][knapsack-highs]: use Python and HiGHS to solve a
knapsack problem.
* [`knapsack-java-ortools`][knapsack-java-ortools]: use Java and OR-Tools to
solve a knapsack problem.
Expand Down Expand Up @@ -63,7 +63,7 @@ Visit the [docs][docs] for more information.
[knapsack-ampl]: ./knapsack-ampl/README.md
[knapsack-gosdk]: ./knapsack-gosdk/README.md
[knapsack-gurobi]: ./knapsack-gurobi/README.md
[knapsack-highspy]: ./knapsack-highspy/README.md
[knapsack-highs]: ./knapsack-highs/README.md
[knapsack-java-ortools]: ./knapsack-java-ortools/README.md
[knapsack-ortools]: ./knapsack-ortools/README.md
[knapsack-ortools-csv]: ./knapsack-ortools-csv/README.md
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0c6a6e1

Please sign in to comment.