Skip to content

v0.0.3 - Bug fixes, notation changes, other updates

Pre-release
Pre-release
Compare
Choose a tag to compare
@m-hoff m-hoff released this 06 Aug 18:13
· 33 commits to master since this release

This release fixes several bugs that occurred due to parallel SimPy processes. Occasionally, a repaired machine would wait one time unit before resuming production.

Machines are now indexed by i and the number of machines is n, to be consistent with related literature.

Removed graphviz dependency for now.

Some basic tests are included in tests.py.