Wikunia / ConstraintSolver.jl

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

Feature sum speed #12

Closed Wikunia closed 5 years ago

Wikunia commented 5 years ago

Solved #7 and strengthen the sum constraint -> faster solving of killer sudokus for example

codecov[bot] commented 5 years ago

Codecov Report

Merging #12 into master will increase coverage by 2.41%. The diff coverage is 97.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage    95.7%   98.11%   +2.41%     
==========================================
  Files           4        4              
  Lines         442      583     +141     
==========================================
+ Hits          423      572     +149     
+ Misses         19       11       -8
Impacted Files Coverage Δ
src/eq_sum.jl 100% <100%> (+12.3%) :arrow_up:
src/all_different.jl 98.23% <91.66%> (+2.32%) :arrow_up:
src/Variable.jl 97.43% <94.87%> (-2.57%) :arrow_down:
src/ConstraintSolver.jl 97.5% <97.5%> (+0.36%) :arrow_up:

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 e4c3530...430b504. Read the comment docs.