Wikunia / ConstraintSolver.jl

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

Fix in table constraint incremental update #145

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

fix #144

Wikunia commented 4 years ago

There seems to be another bug with the table constraint... Using reset update every time doesn't solve the issue as well. Will check tmr :confused:

codecov[bot] commented 4 years ago

Codecov Report

Merging #145 into master will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
- Coverage   98.91%   98.90%   -0.01%     
==========================================
  Files          31       31              
  Lines        2392     2383       -9     
==========================================
- Hits         2366     2357       -9     
  Misses         26       26              
Flag Coverage Δ
#unittests 98.90% <100.00%> (-0.01%) :arrow_down:
Impacted Files Coverage Δ
src/MOI_wrapper/constraints.jl 100.00% <ø> (ø)
src/Variable.jl 97.70% <100.00%> (-0.08%) :arrow_down:
src/constraints/table.jl 100.00% <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 46dffc9...f4f51c3. Read the comment docs.