Wikunia / ConstraintSolver.jl

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

Bugfix real coefficients #64

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

Bugfix for real coefficients: Appeared for 0.2x + 0.1y = 0.15z with 1 <= x,y <= 3 and 1 <= z <= 2 such that the minimum sum of 0.2x + 0.1y - 0.15z was bigger than 0.

Should have been a new bugfix branch...

codecov[bot] commented 4 years ago

Codecov Report

Merging #64 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #64   +/-   ##
=======================================
  Coverage   98.93%   98.93%           
=======================================
  Files          20       20           
  Lines        1407     1407           
=======================================
  Hits         1392     1392           
  Misses         15       15
Impacted Files Coverage Δ
src/eq_sum.jl 100% <100%> (ø) :arrow_up:
src/util.jl 100% <100%> (ø) :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 660fac2...3e17535. Read the comment docs.