Releases: tpaviot/ProcessScheduler
Releases · tpaviot/ProcessScheduler
0.6.1
Misc:
- fix regression in render_matplotlib
- fix features jupyter notebook
0.6.0
New features:
- full multiobjective optimization support (lexicon, box, pareto fronts)
- new ScheduleNTasksInTimeIntervals task constraint
Misc:
0.5.0
New features:
- date and times in problem definition and result
- plotly gantt chart
Misc:
- use z3 Solver instead of SolverFor(logic)
- fix flowtime objective for optional tasks
- fix priorities for optional tasks
0.4.0
New features:
- optional task and resource constraints
Misc:
- new unit tests
0.2.0
New features:
- optional tasks (optional flag, OptionalTaskConditionSchedule and OptionalTasksDependency constraints)
- resource utilization indicator
- boolean ops and implies/ite can take lists of constraints
Misc:
- extend coverage and test suite
- add a new notebook to the documentation: Flow Shop scheduling example.
- bump z3 solver dependency up to 4.8.10.0