Skip to content

Chips-n-Salsa, version 2.5.0

Compare
Choose a tag to compare
@cicirello cicirello released this 02 Nov 19:05
· 1774 commits to master since this release
8462ec8

[2.5.0] - 2020-11-2

Added

  • EXPET heuristic, a constructive heuristic for common duedate scheduling problems.

Changed

  • Minor optimizations in scheduling problem classes (heuristics and cost functions).

Fixed

  • Fixed bug in parallel searches involving handling exceptions thrown by component searches.
  • Added missing parameter checks in constructors of parallel metaheuristic implementations.
  • Added missing parameter bounds check in LINET scheduling heuristic implementation.
  • Added test cases to improve coverage.

CI/CD

  • Code coverage reporting, via JaCoCo, added to build process.