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.