Skip to content

Releases: GiggleLiu/ProblemReductions.jl

v0.1.1

27 Nov 03:42
0007c38
Compare
Choose a tag to compare

ProblemReductions v0.1.1

Diff since v0.1.0

Merged pull requests:

Closed issues:

  • Write an example to show how to use this package (#8)
  • Reduce 3-SAT to CircuitSAT (#10)
  • Write documentation (#73)
  • Write a blog (#74)
  • Decision: how to measure the size of a problem (#86)

v0.1.0

16 Sep 17:33
49fb9da
Compare
Choose a tag to compare

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)