Wikunia / ConstraintSolver.jl

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

refactoring to use FlipSignBridge #234

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

Use the FlipSignBridge for #232

codecov[bot] commented 3 years ago

Codecov Report

Merging #234 (2117d07) into master (b351b92) will decrease coverage by 0.17%. The diff coverage is 79.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #234      +/-   ##
==========================================
- Coverage   96.54%   96.37%   -0.18%     
==========================================
  Files          38       39       +1     
  Lines        3331     3340       +9     
==========================================
+ Hits         3216     3219       +3     
- Misses        115      121       +6     
Impacted Files Coverage Δ
src/MOI_wrapper/Bridges/indicator_greater_than.jl 72.72% <66.66%> (-27.28%) :arrow_down:
src/MOI_wrapper/Bridges/reified_greater_than.jl 72.72% <66.66%> (-27.28%) :arrow_down:
src/MOI_wrapper/Bridges/util.jl 100.00% <100.00%> (ø)
src/MOI_wrapper/MOI_wrapper.jl 91.80% <100.00%> (ø)

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 b351b92...2117d07. Read the comment docs.