Wikunia / ConstraintSolver.jl

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

Save backtrack idx in Solution #189

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

Instead of having two vector this combines everything in the Solution object

codecov[bot] commented 3 years ago

Codecov Report

Merging #189 (ab26c18) into master (0327b27) will decrease coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
- Coverage   96.77%   96.67%   -0.11%     
==========================================
  Files          34       34              
  Lines        2851     2854       +3     
==========================================
  Hits         2759     2759              
- Misses         92       95       +3     
Impacted Files Coverage Δ
src/type_inits.jl 93.93% <ø> (ø)
src/types.jl 100.00% <ø> (+2.04%) :arrow_up:
src/ConstraintSolver.jl 99.67% <100.00%> (+0.33%) :arrow_up:
src/objective.jl 96.29% <100.00%> (ø)
src/traversing.jl 98.64% <100.00%> (ø)
src/util.jl 95.74% <100.00%> (ø)
src/logs.jl 95.09% <0.00%> (-4.91%) :arrow_down:

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 0327b27...ab26c18. Read the comment docs.