Wikunia / ConstraintSolver.jl

ConstraintSolver in Julia: Blog posts ->
https://opensourc.es/blog/constraint-solver-1
MIT License
136 stars 14 forks source link

bugfix for reverse pruning implements in BoolSet and init or #256

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

Fix #255

codecov[bot] commented 3 years ago

Codecov Report

Merging #256 (6f9ed35) into master (a279216) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   96.67%   96.68%   +0.01%     
==========================================
  Files          48       48              
  Lines        3761     3773      +12     
==========================================
+ Hits         3636     3648      +12     
  Misses        125      125              
Impacted Files Coverage Δ
src/constraints/boolset.jl 100.00% <100.00%> (ø)
src/constraints/or.jl 97.72% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a279216...6f9ed35. Read the comment docs.