JuliaPolyhedra / Polyhedra.jl

Polyhedral Computation Interface
Other
172 stars 27 forks source link

Add Balas extended formulation for convex hull of H-rep #221

Closed blegat closed 3 years ago

blegat commented 3 years ago

This PR adds

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.1%) to 91.497% when pulling 3c5331f15032a8aac8222103d8ca365f1e2333d3 on bl/extended into b61db892182f0872ff4f04e70342db502bb890bf on master.

codecov[bot] commented 3 years ago

Codecov Report

Merging #221 into master will decrease coverage by 0.15%. The diff coverage is 82.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #221      +/-   ##
==========================================
- Coverage   90.88%   90.72%   -0.16%     
==========================================
  Files          34       36       +2     
  Lines        2073     2157      +84     
==========================================
+ Hits         1884     1957      +73     
- Misses        189      200      +11     
Impacted Files Coverage Δ
src/Polyhedra.jl 84.00% <ø> (+4.00%) :arrow_up:
src/dimension.jl 86.36% <50.00%> (-3.64%) :arrow_down:
src/projection_opt.jl 70.37% <70.37%> (ø)
src/elements.jl 83.87% <72.22%> (-1.34%) :arrow_down:
src/extended.jl 97.43% <97.43%> (ø)
src/opt.jl 83.60% <0.00%> (+4.57%) :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 b61db89...3c5331f. Read the comment docs.

joehuchette commented 3 years ago

Good to have this!