1. What is the key observation in KM07?
The key observation in [KM07] was that despite the fact that planar graphs don’t necessarily have spanning trees of average stretch less than O(log n), they still have (k, ck log k) ultrasparsifiers for a large enough constant c; they can be obtained by finding ultrasparsifiers for constant size subgraphs that contain most of theedges of the graph, and conceding the rest of the edges in the global ultrasparsifier.
read more
2. What is the performance of iterative methods?
The performance of iterative methods is commonly measured in terms of the time required to reduce by a constant factor an appropriately defined approximation error.
read more
3. What is the bottleneck in the complexity of the ST-solver?
The bottleneck in the complexity of the ST-solver lies in the running time of the ultra-sparsification algorithm and the approximation quality of the ultrasparsifier.
read more
4. What is the way to calculate the stretch of a sample?
To compute the sample efficiently, the authors can assign each edge an interval on the unit interval [0, 1] with length corresponding to its probability such that no two intervals overlap.
read more