UnitDiskMapping.jl icon indicating copy to clipboard operation
UnitDiskMapping.jl copied to clipboard

New example k23

Open GiggleLiu opened this issue 3 years ago • 2 comments
trafficstars

I used the same graph K23 as in arXiv:2209.03965. Although the DUGG looks the same, however, the mapping here is unweighted.

# output: a 7 x 11 DUGG
# ⋅ ● ⋅ ⋅ ⋅ ● ⋅ ⋅ ⋅ ⋅ ⋅ 
# ● ⋅ ● ● ● ⋅ ● ● ● ⋅ ⋅ 
# ⋅ ● ⋅ ⋅ ⋅ ● ⋅ ⋅ ⋅ ● ⋅ 
# ⋅ ● ⋅ ⋅ ⋅ ● ⋅ ⋅ ⋅ ● ⋅ 
# ⋅ ● ⋅ ⋅ ⋅ ● ⋅ ⋅ ⋅ ● ⋅ 
# ● ● ● ● ● ● ● ● ● ⋅ ● 
# ⋅ ● ⋅ ⋅ ⋅ ● ⋅ ⋅ ⋅ ● ⋅ 

GiggleLiu avatar Nov 16 '22 16:11 GiggleLiu

Codecov Report

Merging #43 (253fe3f) into main (f9cfcc7) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #43   +/-   ##
=======================================
  Coverage   91.40%   91.40%           
=======================================
  Files          15       15           
  Lines        1407     1407           
=======================================
  Hits         1286     1286           
  Misses        121      121           
Impacted Files Coverage Δ
src/mapping.jl 96.08% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Nov 16 '22 17:11 codecov-commenter

@Wang-Shengtao This is the 11 x 11 DUGG for K33

image

And this is the 11 x 15 DUGG for K34

image

GiggleLiu avatar Nov 17 '22 02:11 GiggleLiu