Wikunia / ConstraintSolver.jl

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

Feature optimize #22

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

Graph coloring with optimization. Test cases are still missing

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will decrease coverage by 0.2%. The diff coverage is 98.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
- Coverage   98.95%   98.74%   -0.21%     
==========================================
  Files           7        9       +2     
  Lines         767      878     +111     
==========================================
+ Hits          759      867     +108     
- Misses          8       11       +3
Impacted Files Coverage Δ
src/equal.jl 100% <100%> (+1.92%) :arrow_up:
src/objective.jl 100% <100%> (ø)
src/logs.jl 100% <100%> (ø)
src/not_equal.jl 96.55% <100%> (-0.51%) :arrow_down:
src/all_different.jl 98.16% <83.33%> (-0.13%) :arrow_down:
src/Variable.jl 97.5% <91.66%> (-2.5%) :arrow_down:
src/eq_sum.jl 98.33% <92.3%> (-0.28%) :arrow_down:
src/ConstraintSolver.jl 98.98% <99.03%> (-0.31%) :arrow_down:

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 1e3d637...77c0809. Read the comment docs.