-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from Iroy30/update_to_22.12
Update to 22.12
- Loading branch information
Showing
23 changed files
with
71 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from nvcr.io/nvidia/cuopt/cuopt:22.10.01 | ||
from nvcr.io/nvidia/cuopt/cuopt:22.12 | ||
|
||
COPY requirements.txt . | ||
RUN conda run -n cuopt conda install --file requirements.txt -y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,40 @@ | ||
# cuOpt Notebooks | ||
|
||
A collection of Jupyter Notebooks that outline how cuOpt python API can be used to solve a wide variety of routing problems | ||
|
||
These notebooks require a running NVIDIA cuOpt container availble from [NGC](https://catalog.ngc.nvidia.com/) | ||
Contains a collection of Jupyter Notebooks that outline how cuOpt python API can be used to solve a wide variety of problems | ||
|
||
## Summary | ||
Each notebook represents an example use case for NVIDIA cuOpt. All notebooks demonstrate high level problem modeling leveraging the cuOpt DataModel and SolverSettings. In addition, each notebook covers additional cuOpt features listed below alongside notebook descriptions | ||
|
||
- **[cost_matrix_creation.ipynb](cost_matrix_creation.ipynb) :** A notebook demonstrating how to build a cost matrix for various problem types | ||
- **cost_matrix_creation.ipynb :** A notebook demonstrating how to build a cost matrix for various problem types | ||
- *Additional Features:* | ||
- WaypointMatrix | ||
- Visualization | ||
|
||
- **[cvrp_daily_deliveries.ipynb](cvrp_daily_deliveries.ipynb) :** A notebook demonstrating a simple delivery use case | ||
- **cvrp_daily_deliveries.ipynb :** A notebook demonstrating a simple delivery use case | ||
- *Additional Features:* | ||
- Min Vehicles Constraint | ||
|
||
- **[cvrptw_service_team_routing.ipynb](cvrptw_service_team_routing.ipynb) :** A notebook demonstrating service team routing using technicians with varied availability and skillset. | ||
- **cvrptw_service_team_routing.ipynb :** A notebook demonstrating service team routing using technicians with varied availability and skillset. | ||
- *Additional Features:* | ||
- Multiple Capacity (and demand) Dimensions | ||
- Vehicle Time Windows | ||
|
||
- **[cvrpstw_priority_routing.ipynb](cvrpstw_priority_routing.ipynb) :** A notebook demonstrating routing of mixed priority orders | ||
- **cvrpstw_priority_routing.ipynb :** A notebook demonstrating routing of mixed priority orders | ||
- *Additional Features:* | ||
- Secondary Cost Matrix | ||
- Soft Time Windows | ||
- Penalties | ||
|
||
- **[cpdptw_intra-factory_transport.ipynb](cpdptw_intra-factory_transport.ipynb) :** A notebook demonstrating intra-factory routing modeled as a pickup and delivery problem | ||
- **cpdptw_intra-factory_transport.ipynb :** A notebook demonstrating intra-factory routing modeled as a pickup and delivery problem | ||
- *Additional Features:* | ||
- Pickup and Deliver | ||
- Order Locations | ||
- Precedence Constraints | ||
- WaypointMatrix | ||
|
||
- **[cvrptw_benchmark_gehring_homberger.ipynb](cvrptw_benchmark_gehring_homberger.ipynb) :** A notebook demonstrating a benchmark run using a large academic problem instance. | ||
- **cvrptw_benchmark_gehring_homberger.ipynb :** A notebook demonstrating a benchmark run using a large academic problem instance. | ||
|
||
- **[pdptw_mixed_fleet.ipynb](pdptw_mixed_fleet.ipynb) :** A notebook demonstrating heterogenous fleet modeling for a pickup and delivery problem | ||
- **pdptw_mixed_fleet.ipynb :** A notebook demonstrating heterogenous fleet modeling for a pickup and delivery problem | ||
- *Additional Features:* | ||
- Pickup and Deliver | ||
- Order Locations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.