On computing sets of integers with maximum number of pairs summing to powers of 2

πŸ“… 2023-03-06
πŸ›οΈ International Workshop on Combinatorial Algorithms
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This paper investigates the extremal problem of maximizing the number of unordered pairs $(a,b)$ from a fixed-size set of distinct integers such that $a + b = 2^k$ for some $k in mathbb{N}$β€”i.e., maximizing the number of β€œpower-of-two sums.” The problem is modeled as an integer vertex labeling of a graph, where an edge connects two vertices iff their labels sum to a power of two. Methodologically, the work introduces the first systematic characterization of extremal structures and proposes a backtracking search algorithm incorporating forbidden subgraph pruning. Contributions include: (i) complete enumeration of optimal solutions for all $n leq 18$; (ii) exhaustive identification and verification of all 27 minimal forbidden subgraphs of order at most 11; and (iii) demonstrable superiority over brute-force enumeration. This advances the intersection of combinatorial optimization and extremal graph theory, establishing foundational structural insights and an efficient exact algorithm for this novel extremal problem.
πŸ“ Abstract
We address the problem of finding sets of integers of a given size with maximum number of pairs summing to powers of $2$. By fixing particular pairs this problem reduces to finding a labeling of the vertices of a given graph with pairwise distinct integers such that the endpoint labels for each edge sum to a power of $2$. We propose an efficient algorithm for this problem, which we use to determine the maximum size of graphs of order $n$ that admit such a labeling for all $nleq 18$. We also identify the minimal forbidden subgraphs of order $leq 11$, whose presence prevents graphs from having such a labeling.
Problem

Research questions and friction points this paper is trying to address.

Finding integer sets maximizing pairs summing to powers of two
Developing algorithms for graph labeling with power-of-two edge sums
Identifying maximum admissible graphs and minimal forbidden subgraphs
Innovation

Methods, ideas, or system contributions that make the work stand out.

Graph labeling algorithm for power-of-2 sums
Linear polynomial solver for power-of-2 assignments
Maximum admissible graph construction via forbidden subgraphs
πŸ”Ž Similar Papers
No similar papers found.