Wikunia / ConstraintSolver.jl

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

generalized test to check if solved #148

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

Implements #147

codecov[bot] commented 4 years ago

Codecov Report

Merging #148 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #148   +/-   ##
=======================================
  Coverage   98.90%   98.91%           
=======================================
  Files          31       31           
  Lines        2383     2405   +22     
=======================================
+ Hits         2357     2379   +22     
  Misses         26       26           
Flag Coverage Δ
#unittests 98.91% <100.00%> (+<0.01%) :arrow_up:
Impacted Files Coverage Δ
src/types.jl 100.00% <ø> (ø)
src/MOI_wrapper/constraints.jl 100.00% <100.00%> (ø)
src/constraints/all_different.jl 100.00% <100.00%> (ø)
src/constraints/eq_sum.jl 98.43% <100.00%> (+0.05%) :arrow_up:
src/constraints/equal.jl 95.65% <100.00%> (+0.19%) :arrow_up:
src/constraints/less_than.jl 100.00% <100.00%> (ø)
src/constraints/not_equal.jl 96.29% <100.00%> (+0.29%) :arrow_up:
src/constraints/svc.jl 82.35% <100.00%> (+2.35%) :arrow_up:
src/constraints/table.jl 100.00% <100.00%> (ø)
src/hashes.jl 100.00% <100.00%> (ø)
... 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 d471354...f5bbc40. Read the comment docs.