- BFS deprecated for BestFirstSearch
- Bugfix: It was possible to add a node with a worse lower bound than the best incumbent
- Store all solutions
- Default termination function now uses relative and abolute gap tolerance criteria in addition to empty queue
- Branching and traversing strategies take values not types
- BFS traverse strategy
- First and MostInfeasible branching strategies