Initial Development Release
Pre-release
Pre-release
This software was developed for Cornell's introductory operations research course ENGRI 1101. It will take the place of the previous web-based implementation. This release contains the core functionality of the package. The build module provides functions to generate graphs from CSV files. The algorithms module contains python implementations of multiple graph algortithms for the shortest path problem, MST, and the TSP. Lastly, the plot module uses bokeh to plot tours/trees, show the iterations of an algorithm, create tours/trees, and run Dijkstra's or an MST algorithm in an assisted fashion.