Table of Contents
Fetching ...

An efficient algorithm for generating transmission irregular trees

Ivan Stošić, Ivan Damnjanović

TL;DR

The paper addresses the problem of generating all transmission irregular (TI) trees up to a given order more efficiently than brute-force filtration. It introduces weakly transmission irregular (WTI) trees and an unbalanced canonical representation to decompose TI trees, then builds TI trees by joining WTI components with a new root while preserving level-wise transmission distinctness. The authors present a concrete generation framework, including data structures and algorithms (generateWTITrees, generateTITrees) implemented in C++20, and demonstrate substantial speedups over existing tools, enabling TI-tree enumeration up to at least order $42$ within feasible time. This work provides a practical, scalable tool for TI-tree exploration with potential implications for transmission-based graph characterizations and related combinatorial generation problems.

Abstract

The transmission of a vertex in a connected graph is the sum of distances from that vertex to all the other vertices. A connected graph is transmission irregular if any two distinct vertices have different transmissions. We present an efficient algorithm that generates all the transmission irregular trees up to a given order, up to isomorphism.

An efficient algorithm for generating transmission irregular trees

TL;DR

The paper addresses the problem of generating all transmission irregular (TI) trees up to a given order more efficiently than brute-force filtration. It introduces weakly transmission irregular (WTI) trees and an unbalanced canonical representation to decompose TI trees, then builds TI trees by joining WTI components with a new root while preserving level-wise transmission distinctness. The authors present a concrete generation framework, including data structures and algorithms (generateWTITrees, generateTITrees) implemented in C++20, and demonstrate substantial speedups over existing tools, enabling TI-tree enumeration up to at least order within feasible time. This work provides a practical, scalable tool for TI-tree exploration with potential implications for transmission-based graph characterizations and related combinatorial generation problems.

Abstract

The transmission of a vertex in a connected graph is the sum of distances from that vertex to all the other vertices. A connected graph is transmission irregular if any two distinct vertices have different transmissions. We present an efficient algorithm that generates all the transmission irregular trees up to a given order, up to isomorphism.

Paper Structure

This paper contains 7 sections, 6 theorems, 11 equations, 1 table.

Key Result

Lemma 1

For any connected graph $G$ and edge $u v \in E(G)$, we have

Theorems & Definitions (12)

  • Lemma 1
  • Corollary 2
  • Lemma 3
  • proof
  • Definition 4
  • Definition 5
  • Lemma 6
  • proof
  • Lemma 7
  • proof
  • ...and 2 more