Skip to content

Releases: xuanzhaogao/TreeWidthSolver.jl

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 13 May 03:07
2d1b8e2

TreeWidthSolver v0.3.5

Diff since v0.3.4

Merged pull requests:

Closed issues:

  • Rule-Based Graph Reduction (#20)
  • Safe Separators (#21)

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 23 Dec 15:56

TreeWidthSolver v0.3.4

Diff since v0.3.3

Merged pull requests:

  • Bump codecov/codecov-action from 4 to 5 (#18) (@dependabot[bot])
  • add functions for tree decomposition (#19) (@ArrogantGao)

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 29 Sep 11:45
efd41e3

TreeWidthSolver v0.3.3

Diff since v0.3.2

Merged pull requests:

Closed issues:

  • Set up benchmark instances with known tree width (#4)
  • Benchmarks (#5)
  • Documentations (#6)
  • Type piracy on hash breaks hash(()) (#16)

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:22

TreeWidthSolver v0.3.2

Diff since v0.3.1

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 03:12
07a8151

TreeWidthSolver v0.3.1

Diff since v0.3.0

Merged pull requests:

  • update compat for Julia 1.8 (#15) (@ArrogantGao)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 15:10
cb6cfb3

TreeWidthSolver v0.3.0

Diff since v0.2.0

Merged pull requests:

  • Better performance with a new data structure BitGraph (#14) (@ArrogantGao)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 12:57
186e70b

TreeWidthSolver v0.2.0

Diff since v0.1.0

Merged pull requests:

  • Xz/elimination order (#12) (@ArrogantGao)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 10:27

TreeWidthSolver v0.1.0

Merged pull requests:

  • Bump julia-actions/cache from 1 to 2 (#1) (@dependabot[bot])
  • Bump julia-actions/setup-julia from 1 to 2 (#2) (@dependabot[bot])
  • The BT-DP algorithm for exact tree width (#8) (@ArrogantGao)

Closed issues:

  • Fix test coverage CI (#10)