Wikunia / ConstraintSolver.jl

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

rewrote constraint pvals #283

Closed Wikunia closed 2 years ago

Wikunia commented 2 years ago

There was a bug when combining CS.Integers with alldifferent due to some messy set_pvals! function which is written extremely complicated but should be rather simple.

codecov[bot] commented 2 years ago

Codecov Report

Merging #283 (2ba47cb) into master (549f039) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #283      +/-   ##
==========================================
+ Coverage   97.62%   97.66%   +0.03%     
==========================================
  Files          52       52              
  Lines        4344     4328      -16     
==========================================
- Hits         4241     4227      -14     
+ Misses        103      101       -2     
Impacted Files Coverage Δ
src/ConstraintSolver.jl 99.11% <100.00%> (+0.52%) :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 549f039...2ba47cb. Read the comment docs.