matbesancon / MathOptSetDistances.jl

Distances to sets for MathOptInterface
MIT License
24 stars 4 forks source link

fix argument order #7

Closed matbesancon closed 4 years ago

matbesancon commented 4 years ago
matbesancon commented 4 years ago

ping @AKS1996 for info

codecov[bot] commented 4 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.44%. The diff coverage is 76.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   75.00%   75.44%   +0.44%     
==========================================
  Files           4        4              
  Lines         224      224              
==========================================
+ Hits          168      169       +1     
+ Misses         56       55       -1     
Impacted Files Coverage Δ
src/MathOptSetDistances.jl 100.00% <ø> (ø)
src/distance_sets.jl 66.66% <ø> (ø)
src/distances.jl 50.00% <0.00%> (ø)
src/projections.jl 88.29% <81.25%> (+1.06%) :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 3d345da...85457ff. Read the comment docs.

matbesancon commented 4 years ago

For info noting there is a notion of a product of set, I have been working on this POC for that use case: https://github.com/matbesancon/MathOptCartesians.jl