計算幾何学において、デローネイ・グラフの正確なスパニング比率を見つけることは長年の未解決問題であった。現在、正確なスパニング比率が知られているのは、正三角形、四角形、正六角形、そして長方形の4つだけである。本論文では、平行四辺形デローネイ・グラフの正確なスパニング比率を示し、平行四辺形を5番目の凸図形として挙げる。最悪ケースのスパニング比率は以下のように表される:√2q(1 + A^2 + 2Acos(θ0) + (A + cos(θ0))) / p(1 + A^2 + 2Acos(θ0))sin(θ0)。さらに、上記のスパニング比率に一致する平行四辺形デローネイ・グラフを構築する方法も示す。
コンピュータサイエンスでは、多くの現象がグラフで表現されるが、これらのグラフは多くのエッジを持ち、エッジ数を減らすことで計算が簡素化される場合がある。例えばコンパクトルーティングやブロードキャストなど。エッジを捨てるとサブグラフが残り、それが特定距離保存特性を持っていればそれはスパナーと呼ばれる。NarasimhanとSmidによって述べられたように、「良い」スパナーとはアプリケーションに依存する。場合によっては最小重み全域木が必要な場合もあれば、他の場合では十分小さなエッジ数で全ての点をより結びつけたままサイクルを作成しても良いかもしれない。さらに耐障害性も持つ一部のスパナーはエッジを失っても距離保存能力に大きな影響を与えず機能する。
幾何学的グラフGは平面内で点や線分から成り立つ無向加重グラフであり,その辺の重みはその二つ端点間(d2(·,·)で示されます)ユークリッド距離です.幾何学的グラフが特定距離保存特性を持っている場合,それはスパナーと呼ばれます.具体的に言うと,点集合Pが与えられた時,頂点集合Pから始まりa,b ∈ P の間にc · d2(a,b)以下でaからbまで経路が存在するG がc- スパナーです.この条件が真である最小定数c をG のスパニング比率と言います.1- スパナー(完全グラフ)は単純な例です.しかし完全グラフでは頂点数対してエッジ数が二次関係です.したがって,線形個数だけエッジを持つサブグラフ使用することが望ましいです。
Delaunay三角法やΘk- グラフやYao グラフ等変種Delaunay グ ラ フ は 線 分 の 数 か ら 考 察 さ れ る 特 定 距 離保 存 特 性 を 持 ちます[15] (セクション1.2 参照)。本論文ではDelaunay グ ラ フ の ス パ ニ ン グ 比 率 に 特 化します 。Delaunay グ ラ フ は 計 算 幾 領 域 [16] で 徹 底 的 に 調 査されています 。Delaunay グ ラ フ の ス パ ニ ン グ 比 率 を 正確に決定することは非常に困難です 。Dobkin et al. [13] 最初にDelaunay グ ラ フ の ス パ ニ ン グ 比 率 を π(1+√5)/2 ≈5.08以下だと示しました 。これは後日Keil and Gutwin [14]
説明した4π/3√3 ≈2.42以下へ改善されました 。現在知られている最高上限値1.998 をXia [19] 示しました 。Chew [12] Delaunay
16
graph has a spanning ratio of at most π/2 which was long believed to be optimal until Bose et al. [9] proved a lower bound of 1.5846 . This was later improved to
1.5932 by Xia and Zhang [20]. A tight bound on the spanning ratio of the Delaunay graph remains elusive.
Several variations of the Delaunay triangulation come from generalizing the circle to other convex shapes, Bose et al. showed that the Delaunay graph defined by the homothet of any convex shape C has a spanning ratio that is bounded by a constant times the ratio of the perimeter of C to its width. Intuitively, this suggests that when the empty region is a long and skinny shape, the spanning ratio is large.
Determining the exact spanning ratio of the Delaunay graph is a notoriously difficult problem.
Several variations of the Delaunay triangulation come from generalizing the circle to other convex shapes, Bose et al. showed that the Delaunay graph defined by any affine transformation C′ of C is a constant spanner where the spanning ratio depends on eigenvalues of affine transformation.
Our main result is that we push the envelope further by proving a tight bound on the spanning ratio of Delaunay graphs defined by empty parallelograms.
The research in this paper contributes significantly to understanding and determining accurate spanning ratios for various geometric graphs, particularly focusing on parallelogram Delaunay graphs.
To Another Language
from source content
arxiv.org
Key Insights Distilled From
by Prosenjit Bo... at arxiv.org 03-01-2024
https://arxiv.org/pdf/2312.14305.pdfDeeper Inquiries