Wikunia / ConstraintSolver.jl

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

Feature bipartite #50

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

"Bugfix" return actual best maximum cardinality matching even if there exists no perfect one.

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into master will increase coverage by 0.01%. The diff coverage is 95.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   98.33%   98.34%   +0.01%     
==========================================
  Files          11       11              
  Lines        1080     1088       +8     
==========================================
+ Hits         1062     1070       +8     
  Misses         18       18
Impacted Files Coverage Δ
src/all_different.jl 98.33% <100%> (ø) :arrow_up:
src/bipartite.jl 96.34% <95.77%> (+0.39%) :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 58eedc2...fd1ea44. Read the comment docs.

Wikunia commented 4 years ago

Maybe just rename the function as this is currently not needed.