Skip to content

Commit

Permalink
Reactivate all tests. Tag new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Oct 17, 2022
1 parent 244a0f8 commit 3c9f51a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ConstraintLearning"
uuid = "4bd09668-9077-4be7-adc9-6307a490e6df"
authors = ["azzaare <jf@baffier.fr> and contributors"]
version = "0.1.2"
version = "0.1.3"

[deps]
CompositionalNetworks = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
Expand Down
12 changes: 6 additions & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ using ConstraintLearning
using QUBOConstraints
using Test

# @testset "CompositionalNetworks.jl" begin
# println("\nICN: Test for All Different 4×4")
# domains = [domain([1,2,3,4]) for i in 1:4]
# compo = icn(domains, allunique)
# @test compo([1,2,3,3], dom_size = 4) > 0.0
# end
@testset "CompositionalNetworks.jl" begin
println("\nICN: Test for All Different 4×4")
domains = [domain([1,2,3,4]) for i in 1:4]
compo = icn(domains, allunique)
@test compo([1,2,3,3], dom_size = 4) > 0.0
end

@testset "QUBOConstraints.jl" begin
println("\nQUBO: Test for All Different 3×3")
Expand Down

0 comments on commit 3c9f51a

Please sign in to comment.