Bonobo.jl Versions Save

A general branch and bound framework

v0.1.3

1 year ago

Bonobo v0.1.3

Diff since v0.1.2

Merged pull requests:

  • rename BFS (#42) (@matbesancon)

v0.1.2

1 year ago

Bonobo v0.1.2

Diff since v0.1.1

Closed issues:

  • tree.solutions naming (#26)

Merged pull requests:

  • store all solutions (#34) (@Wikunia)
  • bugfix worse lower bound than incumbent (#36) (@Wikunia)
  • dual gap limit (#39) (@matbesancon)
  • prep for releasew (#41) (@matbesancon)

v0.1.1

2 years ago

Bonobo v0.1.1

Diff since v0.1.0

Closed issues:

  • branching and traversing strategies should take in values, not types (#32)

Merged pull requests:

  • Feature strategies values (#33) (@Wikunia)

v0.1.0

2 years ago

Bonobo v0.1.0

Closed issues:

  • Branching split up into several steps (#3)
  • Visual debugging tool (#13)
  • Close nodes when finding a solution (#16)
  • When should tree.lb be updated (#21)
  • Rename cb to callback (#22)

Merged pull requests:

  • options struct (#7) (@Wikunia)
  • Missing docstrings and index.md (#8) (@Wikunia)
  • Feature branching (#11) (@Wikunia)
  • renaming discrete to be more general (#14) (@Wikunia)
  • update to JuMP (#15) (@matbesancon)
  • set the lower bound based on the parent node if given (#17) (@Wikunia)
  • test always on the latest 1.x julia version (#18) (@Wikunia)
  • close a node when the lb is worse than the incumbent (#19) (@Wikunia)
  • CompatHelper: bump compat for NamedTupleTools to 0.14, (keep existing compat) (#20) (@github-actions[bot])
  • default to Inf (#23) (@matbesancon)
  • cb -> callback + docstring (#24) (@Wikunia)
  • fix priority queue and set tree.lb (#28) (@Wikunia)
  • Tutorial for using it with a LP solver (#29) (@Wikunia)