Recognition: no theorem link
Computation of Set Tolerances with Applications to the Minimum Spanning Tree Problem
Pith reviewed 2026-05-12 04:52 UTC · model grok-4.3
The pith
Linear programming methods compute regular upper and lower set tolerances for combinatorial sum problems, with exact formulas and recursive procedures for the minimum spanning tree problem.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
We investigate a general method for computing regular (upper and lower) set tolerances in combinatorial sum problems. For the upper tolerance, we present a linear programming approach, and for the lower tolerances, three linear programming approaches, where the last two are novel and lead to recursive procedures for computation of the lower tolerances of all subsets of the given ground set. We give new upper bounds for set lower tolerances and exact formulas for sets of cardinality 2 and 3. For the Minimum Spanning Tree Problem we give a formula for single tolerances, a lower bound for regular set upper tolerances and an exact formula for regular set lower tolerances.
What carries the argument
Linear programming models that encode the requirement that every current optimal solution remains optimal after a uniform cost change is applied to all members of a designated set, thereby isolating the largest admissible change (the tolerance).
Load-bearing premise
The objective value of every feasible solution equals the sum of the costs of its elements, so that a change to the cost of any collection of elements shifts the objective by exactly that amount.
What would settle it
A small MST instance in which the value returned by the stated lower-tolerance formula for a chosen set of edges is smaller than the actual largest decrease that leaves the original tree optimal.
Figures
read the original abstract
The regular set tolerance is an important term in sensitivity analysis. For combinatorial sum problems, e.g., the Traveling Salesman Problem, Shortest Path Problem and Minimum Spanning Tree Problem, it determines how much the sum of the costs of the elements of a set can be increased while ensuring that all current optimal solutions remain optimal. The regular set lower tolerance determines how much the sum of the costs of the elements of a set can be decreased while ensuring that the objective value of the optimal solution is not changed. We investigate a general method for computing regular (upper and lower) set tolerances in combinatorial sum problems. For the upper tolerance, we present a linear programming approach, and for the lower tolerances, three linear programming approaches, where the last two are novel and lead to recursive procedures for computation of the lower tolerances of all subsets of the given ground set. Furthermore, we give new upper bounds for set lower tolerances. For both upper and lower tolerances, we give an exact formula for sets of cardinality 2 and 3. Finally, we consider the computation of tolerances for the Minimum Spanning Tree Problem, give a formula for single tolerances, a lower bound for regular set upper tolerances and an exact formula for regular set lower tolerances.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper develops a general framework for computing regular upper and lower set tolerances in combinatorial sum problems (where the objective equals the sum of selected element costs), including TSP, shortest-path, and MST instances. It gives one LP formulation for upper tolerances and three for lower tolerances, with the final two claimed to be novel and to yield recursive procedures that compute lower tolerances for every subset of the ground set. New upper bounds on set lower tolerances are stated, together with closed-form expressions for sets of cardinality 2 and 3. For the MST problem the authors supply an explicit formula for single-element tolerances, a lower bound on regular set upper tolerances, and an exact formula for regular set lower tolerances.
Significance. If the LP constructions and recursive procedures are correct, the work supplies a systematic way to obtain set-wise sensitivity information that goes beyond the single-element tolerances already studied in the literature. The recursive lower-tolerance routines and the MST-specific closed forms could be directly useful for robustness analysis of spanning-tree solutions; the exact formulas for |S|=2,3 also provide immediate, parameter-free checks for small sets.
minor comments (3)
- The abstract and introduction should explicitly compare the two novel LP formulations for lower tolerances with the existing single-tolerance LP literature (e.g., the formulations of Gal and Greenberg or subsequent MST-tolerance papers) so that the claimed novelty is immediately verifiable.
- The recursive procedures are described at a high level; a short pseudocode block or a worked numerical example on a 5-vertex MST instance would clarify the recursion depth and the number of LPs solved per subset.
- Notation for regular upper/lower tolerances (e.g., the symbols used for the set tolerances themselves) should be introduced once and used uniformly; several passages appear to switch between descriptive phrases and symbols without a central definition table.
Simulated Author's Rebuttal
We thank the referee for the positive summary, significance assessment, and recommendation of minor revision. As the report lists no specific major comments, we have no points to address point-by-point.
Circularity Check
No significant circularity; the LP formulations and formulas build on standard combinatorial optimization without reducing to self-defined inputs.
full rationale
The paper presents LP approaches for upper and lower set tolerances in sum-objective combinatorial problems, with novel recursive procedures for lower tolerances and specific formulas for MST. These are derived from the problem definitions and standard LP duality or sensitivity analysis, not from fitting parameters to the target quantities or self-citations that bear the load. The MST results follow from the general method applied to the spanning tree structure. No step equates a prediction to its input by construction, and external benchmarks like LP solvers make the claims independently verifiable.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption The objective function of the combinatorial problem is the sum of costs of the selected elements.
Reference graph
Works this paper leans on
-
[1]
Cacuci, D.: Sensitivity and Uncertainty Analysis, vol. I. Chapman & Hall/CRC (2003)
work page 2003
-
[2]
Journal of Computer and System Sciences16, 334–344 (1978)
Chin, F., Houck, D.: Algorithms for updating minimal spanning trees. Journal of Computer and System Sciences16, 334–344 (1978)
work page 1978
-
[3]
Cook, W., Cunningham, W., Pulleyblank, W., Schrijver, A.: Combinatorial Opti- mization. John Wiley & Sons, Ltd (1997)
work page 1997
-
[4]
Dong, C., Jäger, G., Richter, D., Molitor, P.: Effective tour searching for TSP by contraction of pseudo backbone edges. In: Goldberg, A., Zhou, Y. (eds.) Proc. 5th International Conference on Algorithmic Aspects in Information and Management, AAIM 2009, Lecture Notes in Computer Science, vol. 5564. pp. 175–187. Springer (2009)
work page 2009
-
[5]
Computers and Operations Research39(2), 291– 298 (2012)
Germs, R., Goldengorin, B., Turkensteen, M.: Lower tolerance-based branch and bound algorithms for the ATSP. Computers and Operations Research39(2), 291– 298 (2012)
work page 2012
-
[6]
In: Neogy, S., Bapat, R., Das, A., Parthasarathy, T
Ghosh, D., Goldengorin, B., Gutin, G., Jäger, G.: Tolerance-based Algorithms for the Traveling Salesman Problem. In: Neogy, S., Bapat, R., Das, A., Parthasarathy, T. (eds.) Mathematical Programming and Game Theory for Decision Making, pp. 47–59. World Scientific, New Jersey (2008)
work page 2008
-
[7]
Journal of Computer Science2(9), 716–734 (2006)
Goldengorin, B., Jäger, G., Molitor, P.: Tolerances applied in combinatorial opti- mization. Journal of Computer Science2(9), 716–734 (2006)
work page 2006
-
[8]
European Journal of Operations Research126(1), 106–130 (2000)
Helsgaun, K.: An effective implementation of the Lin-Kernighan traveling salesman heuristic. European Journal of Operations Research126(1), 106–130 (2000)
work page 2000
-
[9]
Journal of Heuristics20(1), 107–124 (2014)
Jäger, G., Dong, C., Goldengorin, B., Molitor, P., Richter, D.: A backbone based TSP heuristic for large instances. Journal of Heuristics20(1), 107–124 (2014)
work page 2014
-
[10]
Discrete Applied Mathematics247, 197–215 (2018)
Jäger, G., Turkensteen, M.: Extending single tolerances to set tolerances. Discrete Applied Mathematics247, 197–215 (2018)
work page 2018
-
[11]
Discrete Applied Mathematics354, 279–300 (2024)
Jäger, G., Turkensteen, M.: Assessing the effect of multiple cost changes using reverse set tolerances. Discrete Applied Mathematics354, 279–300 (2024)
work page 2024
-
[12]
Discrete Optimization56, 100887 (2025)
Jäger, G., Turkensteen, M.: Computation of lower tolerances of combinatorial bot- tleneck problems. Discrete Optimization56, 100887 (2025)
work page 2025
-
[13]
Operations Research Letters65, 107407 (2026)
Jäger, G., Turkensteen, M.: Extending the definition of single and set tolerances. Operations Research Letters65, 107407 (2026)
work page 2026
-
[14]
Information Processing Letters14(1), 30–33 (1982)
Tarjan, R.: Sensitivity analysis of minimum spanning trees and shortest path trees. Information Processing Letters14(1), 30–33 (1982)
work page 1982
-
[15]
Journal of Global Optimization68, 601–622 (2017) 16 G
Turkensteen, M., Malyshev, D., Goldengorin, B., Pardalos, P.: The reduction of computation times of upper and lower tolerances for selected combinatorial opti- mization problems. Journal of Global Optimization68, 601–622 (2017) 16 G. Jäger, D. Panasenko Appendix A. Proof of Theorem 8 In the following letS∗ be an optimal solution forP. (a)W.l.o.g., assume ...
work page 2017
-
[16]
Thenα ∗ =u ′ P(E)holds. Consider the following LP: maximizeα 1 +α 2 +α 3 subject toα 1 +α 2 +α 3 ≤f c(D−(E))−c ∗ (36) α1 +α 2 ≤u ′ P(e1, e2)(37) α1 +α 3 ≤u ′ P(e1, e3)(38) α2 +α 3 ≤u ′ P(e2, e3)(39) α1 ≤u ′ P(e1)(40) α2 ≤u ′ P(e2)(41) α3 ≤u ′ P(e3)(42) α1, α 2, α 3 ≥0 We call the LP above LP2. Let#»α′ = (α′ 1, α′ 2, α′ 3)be an optimal solution of LP2, and...
-
[17]
By Theorem 13,α′ =l ′ P(E)holds. We show thatV1,2,3 =α ′. First, letα ′ =∞. Then there exists ani∈[3]withα ′ i =∞. W.l.o.g., let α′ 1 =∞. Then because of (97), (98), (99), (101) it holds that fc(D+(E))−c ∗ =l ′ P(e1, e2) =l ′ P(e1, e3) =l ′ P(e1) =∞. It follows thatV1,2,3 =∞. Second, letV 1,2,3 =∞. If there existsi∈[3]such thatl ′ P(ei) =∞, then by Theore...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.