Wikunia / ConstraintSolver.jl

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

Desc of anonymous variables #231

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

Fixes #230

@hakank maybe you can have a short review of this. Do I miss something that you've encountered to be useful?

codecov[bot] commented 3 years ago

Codecov Report

Merging #231 (471fda6) into master (6567726) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #231   +/-   ##
=======================================
  Coverage   96.47%   96.47%           
=======================================
  Files          37       37           
  Lines        3317     3317           
=======================================
  Hits         3200     3200           
  Misses        117      117           

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 6567726...471fda6. Read the comment docs.

Wikunia commented 3 years ago

The new update gives an idea of basic usage which can be improved but might be helpful. I'll improve this further tmr.