File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Nextmv Java OR-Tools Knapsack
1+ # Nextmv Java Gurobi Knapsack
22
33Example 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
661 . 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments