martimy / SANDProject

A library of Standard Algorithms for Network Design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SANDProject

SAND (Standard Algorithms for Network Design) is a collection of algorithms used for network design.

Installation

Clone this repo:

$ git clone https://github.com/martimy/SANDProject

Install the requiremntes

$ pip3 install -r requirements.txt

Getting Started

You can run the examples provided directly:

$ ./MentorExample1.py

The streamlit version of the MENTOR cann be accessed localy or via streamlit

$ streamlit run st_mentor.py

Streamlit App

Documentation

See the comments in the code.

About

A library of Standard Algorithms for Network Design

License:MIT License


Languages

Language:Python 100.0%