Wikunia / ConstraintSolver.jl

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

Feature is constraint violated #212

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

This implements #211

codecov[bot] commented 3 years ago

Codecov Report

Merging #212 (7a03d6b) into master (b599b91) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
+ Coverage   96.60%   96.64%   +0.04%     
==========================================
  Files          36       36              
  Lines        3119     3163      +44     
==========================================
+ Hits         3013     3057      +44     
  Misses        106      106              
Impacted Files Coverage Δ
src/constraints/all_different.jl 100.00% <100.00%> (ø)
src/constraints/equal_set.jl 95.50% <100.00%> (+0.50%) :arrow_up:
src/constraints/equal_to.jl 93.54% <100.00%> (+0.10%) :arrow_up:
src/constraints/geqset.jl 100.00% <100.00%> (ø)
src/constraints/indicator.jl 100.00% <100.00%> (ø)
src/constraints/less_than.jl 96.42% <100.00%> (+0.20%) :arrow_up:
src/constraints/not_equal.jl 100.00% <100.00%> (ø)
src/constraints/reified.jl 100.00% <100.00%> (ø)
src/constraints/svc.jl 88.23% <100.00%> (+0.73%) :arrow_up:
src/constraints/table.jl 99.23% <100.00%> (+<0.01%) :arrow_up:
... and 1 more

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 b599b91...7a03d6b. Read the comment docs.