Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 15:36
· 27 commits to master since this release
3879754

DisjunctiveProgramming v0.5.0

Diff since v0.4.1

Breaking changes

  • Rename DisjunctConstraint as Disjunct: #86
  • Add exactly 1 constraints via the exactly1 keyword argument when creating disjunctions: #90
  • Refactor logical constraints to use new := true syntax instead of in IsTrue(): #91
  • Disallow logical constraints with only 1 logical variable: #92
  • Support general number types: #93

Additional changes

  • Various coverage improvements, bug fixes, and doc improvements

Merged pull requests:

Closed issues:

  • Array disjunctions (#67)
  • Create Docs (#69)
  • Add Code Coverage (#70)
  • Have @disjunction automatically add exactly one constraints with a keyword argument (#72)
  • Replace DisjunctConstraint with Disjunct (#77)
  • Support the new := logical constraint syntax used by JuMP (#83)
  • Generalize to AbstractModels (#85)