Skip to content

Releases: tpaviot/ProcessScheduler

0.6.1

28 Apr 15:51
Compare
Choose a tag to compare

Misc:

  • fix regression in render_matplotlib
  • fix features jupyter notebook

0.6.0

28 Apr 15:32
98f2dca
Compare
Choose a tag to compare

New features:

  • full multiobjective optimization support (lexicon, box, pareto fronts)
  • new ScheduleNTasksInTimeIntervals task constraint

Misc:

  • minor bugfixes

0.5.0

23 Apr 14:04
Compare
Choose a tag to compare

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

01 Apr 11:07
Compare
Choose a tag to compare

New features:

  • optional task and resource constraints
    Misc:
  • new unit tests

0.3.0

30 Jan 06:02
Compare
Choose a tag to compare

New features:

  • cumulative worker

0.2.0

23 Jan 10:20
Compare
Choose a tag to compare

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

0.1.0

20 Jan 08:10
Compare
Choose a tag to compare

First public release