Wikunia / ConstraintSolver.jl

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

change logging and step_nr => com.c_step_nr #209

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

This makes working with step_nr and logging a bit easier.

The variable step_nr is now inside the CoM similar to the c_backtrack_idx.

codecov[bot] commented 3 years ago

Codecov Report

Merging #209 (89c3b19) into master (87d4c7d) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #209   +/-   ##
=======================================
  Coverage   96.59%   96.59%           
=======================================
  Files          36       36           
  Lines        3115     3116    +1     
=======================================
+ Hits         3009     3010    +1     
  Misses        106      106           
Impacted Files Coverage Δ
src/type_inits.jl 94.44% <ø> (ø)
src/types.jl 97.40% <ø> (ø)
src/ConstraintSolver.jl 98.70% <100.00%> (-0.02%) :arrow_down:
src/logs.jl 95.28% <100.00%> (+0.18%) :arrow_up:
src/traversing.jl 92.85% <100.00%> (+0.08%) :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 87d4c7d...89c3b19. Read the comment docs.