Strength of the Upper Bounds for the Edge-Weighted Maximum Clique Problem
Pith reviewed 2026-05-19 05:58 UTC · model grok-4.3
The pith
None of the three main upper bounds for the edge-weighted maximum clique problem can guarantee a bounded ratio to the optimum.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
For each of the three upper bounds there exist instance families making the ratio to the optimal EWMCP value unbounded. For every pair of bounds the maximum attainable ratio is determined and realized by explicit families of graphs, showing that the bounds are incomparable in strength.
What carries the argument
Families of specially constructed graphs that force each upper bound to diverge unboundedly from the optimal weighted-clique value.
If this is right
- No single upper bound supplies a worst-case guarantee when used inside branch-and-bound or similar solvers for EWMCP.
- Which bound performs best depends on the structure of the particular graph instance.
- Practical solvers must test multiple bounds or combine them rather than relying on one.
Where Pith is reading between the lines
- Similar constructions could reveal whether unbounded ratios appear in related problems such as weighted independent set.
- An algorithm that dynamically selects among the three bounds might improve average-case performance even if none is universally best.
- The results point to the need for new relaxation techniques that achieve bounded ratios on at least some nontrivial graph classes.
Load-bearing premise
The graph families constructed in the paper truly make each upper bound arbitrarily larger than the optimal clique weight.
What would settle it
A calculation on one of the constructed families that keeps the ratio between some upper bound and the optimal value below a fixed constant no matter how large the family parameter grows.
Figures
read the original abstract
We theoretically and computationally compare the strength of the three main upper bounds from the literature on the optimal value of the Edge-Weighted Maximum Clique Problem (EWMCP). We provide a set of instances for which the ratio between any of the three upper bounds and the optimal value of the EWMCP is unbounded, showing that none of them can give a performance guarantee. We further analyze the relative strength among the three upper bounds by determining, for every choice of a ratio between any two of them, the largest values it can attain and providing families of instances for which such values can be reached. Our results show that, for each pair of upper bounds, there exist appropriately chosen instances on which either bound is tighter than the other. Our theoretical analysis is complemented by extensive computational experiments on two benchmark datasets: the standard DIMACS instances and randomly generated instances, providing practical insights into the empirical strength of the upper bounds.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper compares the strength of three main upper bounds from the literature for the Edge-Weighted Maximum Clique Problem (EWMCP). It constructs families of instances showing that for each bound the ratio to the true optimum is unbounded, implying none provides a performance guarantee. It further determines the supremum of the ratio between every pair of bounds and exhibits instance families attaining these values in both directions. The theoretical analysis is complemented by computational experiments on DIMACS benchmark graphs and randomly generated instances.
Significance. If the instance constructions and ratio calculations hold, the results establish that existing upper bounds for EWMCP lack worst-case guarantees and that their relative tightness is instance-dependent. This provides concrete guidance for selecting or combining bounds in branch-and-bound algorithms and highlights the need for stronger bounding techniques in edge-weighted clique problems.
major comments (3)
- [§4.1] §4.1 (unbounded ratio for bound U1): The construction claims that OPT remains constant while U1 grows linearly with parameter k, but the argument that no larger clique can achieve higher total weight relies on an implicit non-negativity assumption on edge weights that is not stated in the bound definition; an explicit verification that all other potential cliques have weight at most 1 is required.
- [§4.3] §4.3, Theorem 3: The family showing that the ratio U2/U3 can be arbitrarily large uses a specific weight assignment; however, the exact evaluation of U3 on this family appears to omit the contribution of the added high-weight edges that are present in the graph but outside the designated clique, which could cap the ratio.
- [Table 2] Table 2 (computational results on random instances): The reported average gaps for the three bounds are presented without standard deviations or instance-size stratification; given that the theoretical claims concern asymptotic behavior, the empirical section should include scaling plots or results for n up to several hundred to support the practical relevance of the unbounded-ratio families.
minor comments (2)
- [§2] Notation for the three bounds is introduced in §2 but the symbols U1, U2, U3 are not consistently used in the theorems of §4; uniform notation would improve readability.
- [Abstract] The abstract states that 'for every choice of a ratio between any two of them, the largest values it can attain' are determined, yet the text only exhibits families achieving large ratios without proving that the exhibited values are indeed the suprema; a short remark clarifying whether the constructions are tight would help.
Simulated Author's Rebuttal
We thank the referee for the careful and constructive review of our manuscript. We address each major comment below and indicate the revisions planned for the next version.
read point-by-point responses
-
Referee: [§4.1] §4.1 (unbounded ratio for bound U1): The construction claims that OPT remains constant while U1 grows linearly with parameter k, but the argument that no larger clique can achieve higher total weight relies on an implicit non-negativity assumption on edge weights that is not stated in the bound definition; an explicit verification that all other potential cliques have weight at most 1 is required.
Authors: We agree that the non-negativity assumption should be stated explicitly. The construction in §4.1 assumes non-negative edge weights, as is standard for the EWMCP. In the revised manuscript we will add an explicit statement of this assumption in the bound definition and provide a direct verification that every clique not contained in the designated structure has total weight at most 1, confirming that OPT equals 1 while U1 grows linearly with k. revision: yes
-
Referee: [§4.3] §4.3, Theorem 3: The family showing that the ratio U2/U3 can be arbitrarily large uses a specific weight assignment; however, the exact evaluation of U3 on this family appears to omit the contribution of the added high-weight edges that are present in the graph but outside the designated clique, which could cap the ratio.
Authors: We thank the referee for raising this point. Upon re-checking the construction, the added high-weight edges outside the designated clique do not increase the value of U3 because U3 is defined as the maximum clique weight and no larger clique can be formed that incorporates those edges while respecting the weight assignment. We will expand the proof of Theorem 3 with an explicit calculation of U3 on the family to make this transparent and to confirm that the ratio U2/U3 is indeed unbounded. revision: partial
-
Referee: [Table 2] Table 2 (computational results on random instances): The reported average gaps for the three bounds are presented without standard deviations or instance-size stratification; given that the theoretical claims concern asymptotic behavior, the empirical section should include scaling plots or results for n up to several hundred to support the practical relevance of the unbounded-ratio families.
Authors: We agree that the empirical section can be strengthened. In the revised manuscript we will augment Table 2 with standard deviations, stratify the reported gaps by instance size, and add scaling plots for randomly generated instances with n up to 500. These additional results have already been computed and will be included to better illustrate the asymptotic behavior observed in the theoretical constructions. revision: yes
Circularity Check
No circularity: explicit instance constructions and literature bounds evaluated directly
full rationale
The paper constructs explicit parameterized families of graphs and edge weights to demonstrate that each of the three literature upper bounds can have unbounded ratio to the EWMCP optimum, and similarly shows that for any pair of bounds either can be tighter on suitable instances. These results follow from direct substitution of the constructed instances into the bound formulas and identification of the optimum (typically a single edge or small clique), without any reduction of a derived quantity back to a fitted parameter, self-definition, or load-bearing self-citation. The bounds are referenced from prior literature rather than redefined in terms of the target results, and the computational experiments on DIMACS and random instances are separate empirical checks. The derivation chain is therefore self-contained and externally verifiable.
Axiom & Free-Parameter Ledger
Lean theorems connected to this paper
-
IndisputableMonolith/Foundation/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
We provide a set of instances for which the ratio between any of the two upper bounds and the optimal value of the EWMCP is unbounded... families of instances for which such values can be reached.
-
IndisputableMonolith/Foundation/AbsoluteFloorClosure.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
U B1(G, c, C) := min ... dual of the LP relaxation... U B2(G, c, C) := sum max sigma_u
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
L. A. Agapito, M. Fornari, D. Ceresoli, A. Ferretti, S. Curtarolo, and M. B. Nardelli. Accurate tight-binding hamiltonians for two-dimensional and layered materials. Physical Review B, 93(12):125137, 2016
work page 2016
- [2]
-
[3]
S. Coniglio, F. Furini, and P. San Segundo. A new combinatorial branch-and-bound algorithm for the knapsack problem with conflicts. European Journal of Operational Research, 289(2):435–455, 2021
work page 2021
- [4]
-
[5]
D. Delle Donne, F. Furini, E. Malaguti, and R. Wolfler Calvo. A branch-and-price algorithm for the minimum sum coloring problem. Discrete Applied Mathematics, 303:39–56, 2021
work page 2021
-
[6]
DIMACS. 2nd dimacs implementation challenge – NP-Hard Problems: Maximum clique, graph coloring, and satisfiability. http://archive.dimacs.rutgers.edu/ Challenges/, 2017
work page 2017
- [7]
- [8]
-
[9]
M. R. Gary and D. S. Johnson. Computers and Intractability: A Guide to the Theory of NP-completeness. WH Freeman and Company, 1979
work page 1979
-
[10]
L. Gouveia and P. Martins. Solving the maximum edge-weight clique problem in sparse graphs with compact formulations. EURO Journal on Computational Optimization, 3(1):1–30, 2015
work page 2015
-
[11]
S. Hosseinian, D. B. M. M. Fontes, and S. Butenko. A nonconvex quadratic optimization approach to the maximum edge weight clique problem. Journal of Global Optimization, 72:219–240, 2018. 26
work page 2018
-
[12]
R. M. Karp. Reducibility among combinatorial problems. In 50 Years of Integer Programming 1958-2008: From the Early Years to the State-of-the-Art , pages 219–241. Springer, 2010
work page 1958
-
[13]
T. L. Lei and R. L. Church. On the unified dispersion problem: Efficient formulations and exact algorithms. European Journal of Operational Research, 241(3):622–630, 2015
work page 2015
- [14]
-
[15]
S. Mattia. Reformulations and complexity of the clique interdiction problem by graph mapping. Discrete Applied Mathematics, 354:48–57, 2024
work page 2024
-
[16]
O. A. Prokopyev, N. Kong, and D. L. Martinez-Torres. The equitable dispersion problem. European Journal of Operational Research, 197(1):59–67, 2009
work page 2009
-
[17]
P. San Segundo and J. Artieda. A novel clique formulation for the visual feature matching problem. Applied Intelligence, 43:325–342, 2015
work page 2015
-
[18]
P. San Segundo, F. Matia, D. Rodriguez-Losada, and M. Hernando. An improved bit parallel exact maximum clique algorithm. Optimization Letters, 7(3):467–479, 2013
work page 2013
-
[19]
P. San Segundo, S. Coniglio, F. Furini, and I. Ljubi´ c. A new branch-and-bound algorithm for the maximum edge-weighted clique problem. European Journal of Operational Research, 278(1):76–90, 2019
work page 2019
-
[20]
P. San Segundo, F. Furini, and J. Artieda. A new branch-and-bound algorithm for the maximum weighted clique problem. Computers & Operations Research, 110: 18–33, 2019
work page 2019
-
[21]
S. Shimizu, K. Yamaguchi, and S. Masuda. A branch-and-bound based exact algorithm for the maximum edge-weight clique problem. In Computational Sci- ence/Intelligence & Applied Informatics , pages 27–47. Springer, 2019
work page 2019
-
[22]
S. Shimizu, K. Yamaguchi, and S. Masuda. A maximum edge-weight clique extraction algorithm based on branch-and-bound. Discrete Optimization, 37:100– 583, 2020. 27
work page 2020
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.