Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 17:33
· 48 commits to main since this release
49fb9da

ProblemReductions v0.1.0

Merged pull requests:

Closed issues:

  • Reduce 3-SAT to independent set problems (#11)
  • Reduce k-SAT to 3-SAT (#12)
  • Reduce from cutting problem to/from spin-glass (#13)
  • Reduce 3-SAT problem to coloring problem (#14)
  • Setup a testing framework (#15)
  • Reduce from 3-SAT to the dominating set problem (#16)
  • Reduce independent set problem to set packing problem (#17)
  • Reduce set covering problem to vertex covering problem (#18)
  • Decision: how to applied to reduction to constrained topology (#19)
  • Decision: questionable interfaces (#38)
  • Variables Interface in SAT and Set Covering [Need to be discussed] (#50)
  • potential problems in SpinGlass.jl (#60)
  • Reduction path design and complexity analysis (#64)
  • Reduce general SAT to independent problems (#67)
  • More models (#75)
  • Extract Multiple Solutions Interface (#76)