Related Experiment Video
Updated: May 1, 2026

Computation of Atmospheric Concentrations of Molecular Clusters from ab initio Thermochemistry
Published on: April 8, 2020
An iterated tabu search approach for the clique partitioning problem
Gintaras Palubeckis1, Armantas Ostreika1, Arūnas Tomkevičius1
1Faculty of Informatics, Kaunas University of Technology, Studentu Street 50-408, 51368 Kaunas, Lithuania.
This study introduces an Iterated Tabu Search (ITS) algorithm to solve the clique partitioning problem (CPP). The ITS algorithm efficiently partitions graph vertices to minimize dissimilarity costs, showing competitive performance on large instances.
Area of Science:
- Graph theory
- Combinatorial optimization
- Computer science
Background:
- The clique partitioning problem (CPP) involves dividing graph vertices into subsets to minimize edge weights within induced cliques.
- Existing methods face challenges with large-scale graph partitioning problems.
Purpose of the Study:
- To develop and evaluate an efficient algorithm for the clique partitioning problem.
- To address the challenge of partitioning large graphs up to 2000 vertices.
Main Methods:
- Development of an Iterated Tabu Search (ITS) algorithm.
- Integration of tabu search, local search, and solution perturbation techniques.
- Computational testing on various CPP instances.
Main Results:
- The proposed ITS algorithm demonstrates effectiveness in solving CPP instances.
- Performance comparisons indicate ITS is competitive with state-of-the-art methods.
- The algorithm scales effectively to graphs with up to 2000 vertices.
Conclusions:
- The Iterated Tabu Search algorithm provides a competitive approach for the clique partitioning problem.
- ITS offers an efficient solution for partitioning large, edge-weighted undirected graphs.
- This research contributes a valuable tool for combinatorial optimization problems.
Related Concept Videos
Statically Indeterminate Problem Solving
Method of Sections: Problem Solving II
Castigliano's Theorem: Problem Solving
Method of Sections: Problem Solving I
Theorems of Pappus and Guldinus: Problem Solving
Stability of Equilibrium Configuration: Problem Solving
Problem-solving in the context of the stability of equilibrium configuration...

