Wikunia / ConstraintSolver.jl

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

Refactoring constraint creation #228

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

Solves #218

Still some work to do to make it even simpler.

codecov[bot] commented 3 years ago

Codecov Report

Merging #228 (93b625f) into master (10288bb) will decrease coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #228      +/-   ##
==========================================
- Coverage   96.50%   96.41%   -0.10%     
==========================================
  Files          36       36              
  Lines        3352     3319      -33     
==========================================
- Hits         3235     3200      -35     
- Misses        117      119       +2     
Impacted Files Coverage Δ
src/ConstraintSolver.jl 98.48% <100.00%> (-0.61%) :arrow_down:
src/MOI_wrapper/constraints.jl 100.00% <100.00%> (ø)
src/constraints/equal_set.jl 95.60% <100.00%> (+0.04%) :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 10288bb...93b625f. Read the comment docs.