Skip to content

Releases: Guillaume-Helbecque/P3D-DFS

P3D-DFS v1.2 release

19 Dec 17:46
Compare
Choose a tag to compare

Main changes:

  • Add support for the 0/1-Knapsack problem
  • Extend support for PFSP (e.g., branching rule)
  • Improve overall performance
  • Update Chapel to 2.1.0
  • Fix several bugs
  • Clean code

P3D-DFS v1.1 release

19 Dec 17:29
Compare
Choose a tag to compare

Main changes:

  • Add support for the N-Queens problem
  • Update Chapel to 1.29.0
  • Fix several bugs
  • Clean code

P3D-DFS v1.0 release

19 Dec 17:11
ee5fc8e
Compare
Choose a tag to compare

Add initial support for solving instances of the Permutation Flowshop Scheduling Problem (PFSP) and Unbalanced Tree Search benchmark (UTS) using parallel depth-first tree search.