Metadata-Version: 2.1
Name: pyords
Version: 0.0.0
Summary: A python package for operations research and data science problems.
Home-page: https://github.com/christopherpryer/pyords
Author: Chris Pryer
Author-email: christophpryer@gmail.com
License: PUBLIC
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: atomicwrites (==1.4.0)
Requires-Dist: attrs (==19.3.0)
Requires-Dist: colorama (==0.4.3)
Requires-Dist: more-itertools (==8.3.0)
Requires-Dist: packaging (==20.4)
Requires-Dist: pluggy (==0.13.1)
Requires-Dist: py (==1.8.1)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: pytest (==5.4.2)
Requires-Dist: six (==1.15.0)
Requires-Dist: wcwidth (==0.1.9)

![](https://github.com/christopherpryer/pyords/workflows/build/badge.svg)

# pyords
Python package for operations research and data science problems.

## features

- pyords.transopt - transportation optimization
- pyords.netopt - network optimization
- pyords.schedopt - schedule optimization

## implementations

- graph theory
- genetic algorithm
- simulation


