Wikunia / ConstraintSolver.jl

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

Bugfix for indicator constraint #210

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

If the indicator wants to get active we should check that the inner constraint is actually solved if all are fixed.

codecov[bot] commented 3 years ago

Codecov Report

Merging #210 (73096c9) into master (48de9a7) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #210      +/-   ##
==========================================
+ Coverage   96.59%   96.66%   +0.06%     
==========================================
  Files          36       36              
  Lines        3116     3119       +3     
==========================================
+ Hits         3010     3015       +5     
+ Misses        106      104       -2     
Impacted Files Coverage Δ
src/constraints/indicator.jl 100.00% <100.00%> (ø)
src/ConstraintSolver.jl 99.35% <0.00%> (+0.64%) :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 48de9a7...73096c9. Read the comment docs.