Skip to content

Commit 36a7490

Browse files
authored
Priority queue for BFS problems (#274)
* seems like I forgot to use the priority queue for BFS problems * v0.7.1
1 parent 2d857b2 commit 36a7490

File tree

7 files changed

+194
-76
lines changed

7 files changed

+194
-76
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ConstrainSolver.jl - Changelog
22

3+
## v0.7.1 (1st of November 2021)
4+
- Using priority queue also for `BFS` problems [PR #274](https://github.com/Wikunia/ConstraintSolver.jl/pull/274)
5+
36
## v0.7.0 (7th of August 2021)
47
- Using [ConstraintProgrammingExtensions.jl](https://github.com/dourouc05/ConstraintProgrammingExtensions.jl)
58
- `AllDifferent` instead of `AllDifferentSet`

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ConstraintSolver"
22
uuid = "e0e52ebd-5523-408d-9ca3-7641f1cd1405"
33
authors = ["Ole Kröger <[email protected]>"]
4-
version = "0.7.0"
4+
version = "0.7.1"
55

66
[deps]
77
ConstraintProgrammingExtensions = "b65d079e-ed98-51d9-b0db-edee61a5c5f8"

0 commit comments

Comments
 (0)