Skip to content

Commit 435d8b7

Browse files
committed
Fixing some small issues
1 parent 0614b23 commit 435d8b7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

java-gurobi-knapsack/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Nextmv Java OR-Tools Knapsack
1+
# Nextmv Java Gurobi Knapsack
22

33
Example for running a Java `Maven` application on the Nextmv Platform using the
4-
OR-Tools package. We solve a knapsack Mixed Integer Programming problem.
4+
Gurobi solver. We solve a knapsack Mixed Integer Programming problem.
55

66
1. Generate a `main.jar`.
77

@@ -35,7 +35,7 @@ the command `Dev Containers: Reopen in Container`.
3535

3636
## Next steps
3737

38-
* Open `main.py` and modify the model.
38+
* Open `src/main/java/com/nextmv/example/Main.java` and modify the model.
3939
* Visit our [docs][docs] and [blog][blog]. Need more assistance?
4040
[Contact][contact] us!
4141

java-gurobi-knapsack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>jar</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
12-
<description>Sample using Google OR-Tools.</description>
12+
<description>Sample using Gurobi via Java.</description>
1313
<url>https://github.com/nextmv-io</url>
1414

1515
<licenses>

java-ortools-knapsack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ the command `Dev Containers: Reopen in Container`.
3535

3636
## Next steps
3737

38-
* Open `main.py` and modify the model.
38+
* Open `src/main/java/com/nextmv/example/Main.java` and modify the model.
3939
* Visit our [docs][docs] and [blog][blog]. Need more assistance?
4040
[Contact][contact] us!
4141

java-ortools-routing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ the command `Dev Containers: Reopen in Container`.
3535

3636
## Next steps
3737

38-
* Open `main.py` and modify the model.
38+
* Open `src/main/java/com/nextmv/example/Main.java` and modify the model.
3939
* Visit our [docs][docs] and [blog][blog]. Need more assistance?
4040
[Contact][contact] us!
4141

0 commit comments

Comments
 (0)