JuliaPolyhedra / Polyhedra.jl

Polyhedral Computation Interface
Other
172 stars 27 forks source link

implement sethrep for interval #267

Closed chachaleo closed 3 years ago

chachaleo commented 3 years ago

Refactors the constructors into helpers as suggested in the issue. And implementation of sethrep!

Closes https://github.com/JuliaPolyhedra/Polyhedra.jl/issues/263

codecov[bot] commented 3 years ago

Codecov Report

Merging #267 (23439ae) into master (e772525) will increase coverage by 9.77%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #267      +/-   ##
==========================================
+ Coverage   78.08%   87.86%   +9.77%     
==========================================
  Files          39       37       -2     
  Lines        3212     2867     -345     
==========================================
+ Hits         2508     2519      +11     
+ Misses        704      348     -356     
Impacted Files Coverage Δ
src/interval.jl 99.20% <100.00%> (+0.06%) :arrow_up:
src/vecrep.jl 100.00% <0.00%> (ø)
src/tmp.jl
src/doubledescription_debug.jl

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 e772525...23439ae. Read the comment docs.