/lyra_graphtool

Lyra Grapth Tool Package developed by ThinkOnward. This package was developed to aid solving the Off the Beaten Path Challenge.

Primary LanguagePythonApache License 2.0Apache-2.0

Onward Lyra Graph Tool repository

lyra graph tool header

🗒️ Description

This tool was built for use in solving the traveling salesman problem. This tool is named thelyra_graphtool and is intended to be used for optimizing paths on graphs between nodes given certain constraints.

ℹ About the tool

This tool was built for use in the Off the beaten path challenge. The challenge gives a high level overview of what this tool is best used for. Once you are ready to dive in to the tool the best place to start in this repository is the 00_lyra_graphtool_tutorial.ipynb Jupyter notebook in the /docs/examples directory. The random walk example solution is located in /docs/ready_setups. Additional API Documentation for using the toolis also available.

graph with sites and origin

⌨️ Initial Setup

To get started with the Lyra Graph Tool follow the instructions in /docs/install.rst. Package dependencies are listed in docs/docs.rst.