Wikunia / ConstraintSolver.jl

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

set correct best bound, set bad nodes to :Worse #35

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

Even if not sorting it should produce the correct result

Currently all nodes have to be saved (they can't be removed from backtrack_vec as the id corresponds to position in the array.

codecov[bot] commented 4 years ago

Codecov Report

Merging #35 into master will decrease coverage by 0.85%. The diff coverage is 80.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage    98.9%   98.05%   -0.86%     
==========================================
  Files          10       10              
  Lines         913      924      +11     
==========================================
+ Hits          903      906       +3     
- Misses         10       18       +8
Impacted Files Coverage Δ
src/ConstraintSolver.jl 96.52% <80.95%> (-2.46%) :arrow_down:
src/eq_sum.jl 100% <0%> (+1.66%) :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 effd217...723f119. Read the comment docs.