Papers
Topics
Authors
Recent
Search
2000 character limit reached

Hausdorff Distance on Solution Sets

Updated 4 July 2026
  • Hausdorff distance on solution sets is a metric that quantifies the worst-case mutual deviation between sets using directed and symmetric formulations.
  • It encompasses both theoretical complexity results and practical computational approaches, highlighting NP-hardness and inapproximability in semi-algebraic settings.
  • Practical methods vary with set representation, from finite point approximations and grid-based signed distance functions to convex and polyhedral optimizations.

Hausdorff distance on solution sets is the metric comparison of sets of feasible points, real solutions, level sets, compact domains, or convex hulls by their worst-case mutual nearest-neighbor deviation. For nonempty sets, it is built from the directed excess of one set over another and, in Euclidean settings, it admits equivalent formulations through neighborhood containment and distance functions. In current research, the subject spans exact and approximate computation for finite point sets, semi-algebraic decision problems, signed-distance and level-set representations, convex and polyhedral models, generalized hyperspace metrics, and optimization over families of solution sets (Jungeblut et al., 2021, Kraft, 2018).

1. Definitions and geometric meaning

For nonempty subsets A,BRnA,B \subseteq \mathbb{R}^n and a norm \|\cdot\|, the directed and undirected Hausdorff distances are

d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),

and

dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.

The directed quantity d(A,B)d_{\rightarrow}(A,B) is the least t0t \ge 0 such that the closed tt-neighborhood of BB contains AA; the symmetric Hausdorff distance measures mutual containment by neighborhoods. For semi-algebraic solution sets S,TS,T, the threshold test

\|\cdot\|0

is therefore equivalent to the conjunction of the two directed coverage statements

\|\cdot\|1

This quantifier pattern is the basis of the complexity theory of Hausdorff comparison for solution sets (Jungeblut et al., 2021).

For compact \|\cdot\|2, and more generally for closed sets under mild conditions, the Hausdorff distance also satisfies the continuous identity

\|\cdot\|3

where \|\cdot\|4 and \|\cdot\|5. This formulation is central for implicit representations by level sets or signed distance functions, because it turns set comparison into an \|\cdot\|6 comparison of distance profiles (Kraft, 2018).

The metric is finite for many unbounded pairs but not for all. The parallel lines

\|\cdot\|7

satisfy \|\cdot\|8. By contrast, for the diverging rays

\|\cdot\|9

one has d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),0, hence d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),1. This distinction is one reason several frameworks restrict attention to compact, bounded closed, or otherwise controlled classes of solution sets (Jungeblut et al., 2021).

2. Complexity for semi-algebraic solution sets

For semi-algebraic sets d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),2 specified by quantifier-free formulas over the reals using polynomial equalities and inequalities with integer or rational coefficients, the central decision problem is: given a rational threshold d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),3, decide whether d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),4. The main theorem establishes that this problem is complete for the class d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),5 (Strict-UETR). The same completeness holds for the directed problem, and the zero-distance case corresponding to Euclidean Relative Denseness, d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),6, is also d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),7-complete (Jungeblut et al., 2021).

The logical form comes directly from the covering interpretation. In Euclidean norm,

d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),8

and, in strict form with an auxiliary d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),9,

dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.0

The paper shows that the Hausdorff decision problem can be reduced in polynomial time to Strict-UETR by expanding solution-set membership to quantifier-free polynomial encodings, restructuring the sentence to strict inequalities, and using bounded-range encodings and exotic-quantifier normalizations so that all variables lie in dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.1 (Jungeblut et al., 2021).

This classification has several immediate consequences. Since dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.2 contains NP, coNP, dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.3, and dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.4, the Hausdorff threshold problem for semi-algebraic solution sets is NP-, coNP-, dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.5-, and dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.6-hard. The hardness is robust even when both sets are described by conjunctions of quadratic equations or by a single polynomial equation of degree at most four. The reduction also yields an inapproximability gap: unless dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.7, there is no polynomial-time dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.8-approximation of the Hausdorff distance for semi-algebraic sets in dH(A,B)=max{d(A,B),d(A,B)}.d_H(A,B) = \max\{d_{\rightarrow}(A,B), d_{\leftarrow}(A,B)\}.9 (Jungeblut et al., 2021).

The classification is also robust under standard norm changes. For d(A,B)d_{\rightarrow}(A,B)0, the constraint d(A,B)d_{\rightarrow}(A,B)1 is equivalent to the linear inequalities d(A,B)d_{\rightarrow}(A,B)2 for all d(A,B)d_{\rightarrow}(A,B)3. For d(A,B)d_{\rightarrow}(A,B)4, d(A,B)d_{\rightarrow}(A,B)5 can be expressed using auxiliary nonnegative variables d(A,B)d_{\rightarrow}(A,B)6 with

d(A,B)d_{\rightarrow}(A,B)7

These are quantifier-free polynomial inequalities, so the same d(A,B)d_{\rightarrow}(A,B)8 encoding applies and the complexity classification remains unchanged (Jungeblut et al., 2021).

3. Computation under discrete, implicit, and polyhedral representations

The computational status of Hausdorff distance depends sharply on how the solution set is represented. For finite point sets, hierarchical approximation schemes in doubling metrics are available; for level-set and signed-distance representations, one obtains certified lower and upper bounds on grids; for convex polytopes, the representation by vertices or halfspaces determines tractability (Chubet et al., 14 May 2025, Kraft, 2018, König, 2014).

Representation Main statement Reference
Finite point sets in doubling metrics After preprocessing each set in d(A,B)d_{\rightarrow}(A,B)9, compute a t0t \ge 00-approximate directed Hausdorff distance in t0t \ge 01 time (Chubet et al., 14 May 2025)
Gridded signed distance functions Grid evaluation gives an exact lower bound; error satisfies t0t \ge 02, or t0t \ge 03 on suitable grids (Kraft, 2018)
Polytopes t0t \ge 04-t0t \ge 05 inputs are tractable for t0t \ge 06; t0t \ge 07-involved inputs are W[1]-hard or NP-hard in unbounded dimension (König, 2014)

For finite sets t0t \ge 08 in a metric space t0t \ge 09, the directed distance is

tt0

The naïve exact algorithm requires all pairwise distances and runs in tt1 time for total input size tt2. In a doubling metric of dimension tt3, the 2025 approximation framework preprocesses each set into a linear-size greedy tree in tt4 time, where tt5 is the spread, and then answers directed queries in tt6 time. The same preprocessing supports the directed tt7-partial Hausdorff distance

tt8

where tt9 are the sorted nearest-neighbor distances BB0. All values of BB1 can be approximated at once in

BB2

using the same viability graph and a lower-bound heap. The core invariants are a covering invariant, an edge invariant for potential nearest neighbors, and the global lower bound BB3; stopping at radius BB4 yields

BB5

The method is particularly suited to repeated pairwise comparisons of sampled solution sets in low-dimensional Euclidean spaces (Chubet et al., 14 May 2025).

For implicit sets represented by signed distance functions BB6 on a rectangular grid, one first recovers nodewise unsigned distances by

BB7

and then computes the discrete lower bound

BB8

Because the continuous maximizer may lie between grid points, BB9 always. If the grid spacing is AA0, the error AA1 satisfies the worst-case bound

AA2

Under the suitable grid assumption, the improved bound is

AA3

with

AA4

If the sets admit an external Hausdorff distance with radius AA5, then as AA6,

AA7

With randomized grid orientation, the paper reports almost-sure super-quadratic convergence in AA8D along subsequences and the heuristic average rate AA9, namely S,TS,T0 in S,TS,T1D and S,TS,T2 in S,TS,T3D. Computing the lower bound is S,TS,T4, while signed-distance reinitialization by Fast Marching Method, Fast Sweeping, or Euclidean Distance Transform is S,TS,T5–S,TS,T6 in the number of grid points S,TS,T7 (Kraft, 2018).

Specialized exact algorithms also exist for restricted geometric classes. For finite point sets of sizes S,TS,T8 and S,TS,T9 in fixed dimension, brute force computes \|\cdot\|00 in \|\cdot\|01; in the plane, Voronoi-based methods achieve \|\cdot\|02. For convex polygons, linear time is possible. For simplicial complexes of fixed dimension, directed Hausdorff distance between sets of \|\cdot\|03-dimensional simplices can be computed in time \|\cdot\|04, and randomized improvements exist for triangles in \|\cdot\|05 and point sets in \|\cdot\|06. By contrast, for general semi-algebraic sets, quantifier elimination for \|\cdot\|07 sentences runs in time roughly \|\cdot\|08, singly exponential in the formula parameters but impractical for large instances (Jungeblut et al., 2021).

4. Convex, polyhedral, and budgeted variants

For convex compact solution sets \|\cdot\|09, the Hausdorff distance has two standard convex-geometric representations: \|\cdot\|10 and

\|\cdot\|11

where \|\cdot\|12 is the support function and \|\cdot\|13 is the polar of the unit ball. These identities make the Hausdorff metric on convex solution sets equivalent to containment by outer parallel bodies and to the worst directional support mismatch (König, 2014).

Representation matters decisively. When both polytopes are given in \|\cdot\|14-presentation, Hausdorff\|\cdot\|15-\|\cdot\|16-\|\cdot\|17, Hausdorff\|\cdot\|18-\|\cdot\|19-\|\cdot\|20, and Hausdorff\|\cdot\|21-\|\cdot\|22-\|\cdot\|23 are in \|\cdot\|24, because the distance function to a convex set is convex and the maxima are attained at vertices. Distances from vertices can be computed by linear programming for \|\cdot\|25 and by convex quadratic programming for \|\cdot\|26. When an \|\cdot\|27-presentation is involved, the problem becomes W[1]-hard or NP-hard in unbounded dimension: Hausdorff\|\cdot\|28-\|\cdot\|29-\|\cdot\|30 is W[1]-hard and NP-hard for all \|\cdot\|31, and Hausdorff\|\cdot\|32-\|\cdot\|33-\|\cdot\|34 is W[1]-hard for all \|\cdot\|35 and NP-hard for all \|\cdot\|36. For matching under homothety,

\|\cdot\|37

the Euclidean \|\cdot\|38-\|\cdot\|39 problem admits an exact second-order cone program, while \|\cdot\|40-involved inputs admit a factor-\|\cdot\|41 approximation via the reference-point method (König, 2014).

A budgeted variant replaces exact comparison by optimal compression. Given \|\cdot\|42 and an integer \|\cdot\|43, the problem is to choose \|\cdot\|44 with \|\cdot\|45 minimizing

\|\cdot\|46

Because \|\cdot\|47 implies \|\cdot\|48, only the directed distance from \|\cdot\|49 to \|\cdot\|50 is active: \|\cdot\|51 For the planar case, there is a randomized exact algorithm that, with high probability, computes an optimal subset \|\cdot\|52 in time

\|\cdot\|53

which simplifies to

\|\cdot\|54

under the assumption \|\cdot\|55. The algorithm relies on a canonical candidate set of critical values formed by pairwise point distances and maximal point-to-line distances relative to directed hull edges, together with a decision subroutine and randomized parametric search. In the language of solution sets, this is an exact \|\cdot\|56-point compression of a convex feasible region under the Hausdorff metric (Har-Peled et al., 2023).

5. Hyperspace formulations and generalized Hausdorff distances

A hyperspace viewpoint treats solution sets themselves as points. For a \|\cdot\|57 space \|\cdot\|58, \|\cdot\|59 denotes the nonempty closed subsets, \|\cdot\|60 the nonempty compact subsets, and \|\cdot\|61 the nonempty bounded closed subsets. The singleton embedding \|\cdot\|62 places \|\cdot\|63 inside the hyperspace, and on singletons one has

\|\cdot\|64

In compact metric settings, the Hausdorff metric topology on \|\cdot\|65 coincides with the Vietoris topology (Akofor, 13 Mar 2025).

A central structural result expresses the Hausdorff distance as a composition of a set-valued metric and a real-valued postmeasure. On \|\cdot\|66, with \|\cdot\|67, define

\|\cdot\|68

equip \|\cdot\|69 with the sup-order \|\cdot\|70, and take \|\cdot\|71. Then

\|\cdot\|72

An equivalent set-valued profile is the radii family

\|\cdot\|73

This factorization places \|\cdot\|74 in the postmeasure family of distances and motivates generalized Hausdorff distances obtained by changing the set-valued profile, the aggregation rule, or both (Akofor, 13 Mar 2025).

The generalized theory includes relational and integral classes. Upper relational distances take the form

\|\cdot\|75

where \|\cdot\|76 satisfies an intersection-complete and triangle-inequality-compatible condition. Lower relational semimetrics use a selection \|\cdot\|77 and then compare the selected subsets by the ordinary Hausdorff distance: \|\cdot\|78 Integral classes include \|\cdot\|79-type constructions based on \|\cdot\|80, weighted variants with structure-dependent gauges, and extended semimetrics built from integrands \|\cdot\|81. In the “uniform” case,

\|\cdot\|82

so the ordinary Hausdorff metric appears as an \|\cdot\|83 member of the class (Akofor, 13 Mar 2025).

For parameterized solution mappings \|\cdot\|84, the same framework gives precise stability notions. Upper semicontinuity at \|\cdot\|85 is equivalent to

\|\cdot\|86

for small parameter perturbations; lower semicontinuity is equivalent to

\|\cdot\|87

and continuity in the Hausdorff metric is equivalent to both. The paper also records the Lipschitz-type stability template

\|\cdot\|88

under suitable regularity assumptions such as uniform regularity, strong convexity, or contraction assumptions. When \|\cdot\|89 is infinite or too coarse, relational and integral generalized Hausdorff distances localize or reweight the comparison (Akofor, 13 Mar 2025).

6. Optimization, consensus, and shape-based solution sets

The Hausdorff metric is not only a comparison tool; it also supports optimization over families of solution sets. In the metric space \|\cdot\|90 of nonempty compact subsets of a proper metric space \|\cdot\|91, the Fermat–Steiner problem asks, for a finite boundary \|\cdot\|92, to minimize

\|\cdot\|93

For proper \|\cdot\|94, minimizers exist. More structurally, if \|\cdot\|95 is the distance profile of a minimizer, then the corresponding class \|\cdot\|96 has a unique maximal Steiner compact

\|\cdot\|97

and every member of the class lies between a minimal Steiner compact \|\cdot\|98 and \|\cdot\|99: d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),00 Thus each class of consensus solution sets is an order interval in the inclusion order. For a regular triangle in d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),01, the paper constructs a symmetric example in which all shortest trees are asymmetric; the minimum value is d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),02, and the full solution set consists of exactly three classes related by d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),03 rotations (Ivanov et al., 2016).

A related optimization setting uses domains rather than compact subsets. For open sets d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),04 inside a fixed box d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),05, the paper metrizes them by the Hausdorff distance of complements,

d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),06

the Hausdorff–Pompeiu distance. It introduces the class d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),07 of domains that contain a ball d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),08, are relatively compact in d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),09, and satisfy the interior-thickness condition d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),10. The main result is that d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),11 is compact. This compactness is the geometric input for shape optimization in elliptic equations. The same source emphasizes a crucial caveat: d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),12 can contain cusp domains, so d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),13- or Mosco-convergence need not hold on all of d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),14. Under an additional uniform interior cone condition, however, domain convergence in d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),15 can be combined with Mosco convergence of d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),16 to obtain existence of optimal shapes for elliptic PDE objectives (Yang, 2010).

These optimization results connect directly to practical workflows for solution-set comparison. Semi-algebraic feasible regions in verification, robust control, and numerical algebraic geometry are compared by quantifier elimination, Cylindrical Algebraic Decomposition, or ETR and SMT-with-reals techniques, but the d(A,B)=supaAinfbBab,d(A,B)=d(B,A),d_{\rightarrow}(A,B) = \sup_{a\in A} \inf_{b\in B} \|a-b\|, \qquad d_{\leftarrow}(A,B) = d_{\rightarrow}(B,A),17-completeness and inapproximability results explain why worst-case exact algorithms do not scale. Finite sampled solution sets in doubling metrics admit near-linear approximate queries after preprocessing, while signed-distance and level-set representations yield certified lower and upper bounds on grids. Convex and polyhedral solution sets occupy an intermediate regime in which support functions, linear programming, convex quadratic programming, second-order cone programming, and budgeted hull compression become effective. Taken together, these results make the Hausdorff distance on solution sets a unifying notion for geometric stability, representation-sensitive computation, and optimization over families of sets (Jungeblut et al., 2021).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Hausdorff Distance on Solution Sets.