RESEARCH AND SOFTWARE IMPLEMENTATION OF A PARALLEL ALGORITHM GRAPH EDGE COLORING
DOI:
https://doi.org/10.31891/2307-5732-2025-357-12Keywords:
parallel algorithm, edge coloring, graph coloring, parallel computing, graph theoryAbstract
The paper considers the development of a parallel algorithm for coloring the edges of a graph Edge Coloring. Known methods of coloring graphs are evaluated, the choice of a parallel approach to solving the problem is justified, which allows significantly improving the execution speed. The main stages of implementing a parallel algorithm for coloring the edges of a graph are determined. The analysis of the subject area has proven the importance of the edge coloring problem and the main applications of this problem in various fields are determined, such as: graph theory, task scheduling, computer graphics. A comparison of known algorithms for coloring edges, in particular, sequential and parallel approaches, is carried out. The most acceptable structure for representing graphs is determined - the adjacency matrix. The use of the adjacency matrix ensures efficient use of memory and facilitates simple distribution of tasks between processors for parallel calculations. The main parameters of the effectiveness of the parallel algorithm are formulated: execution time, scalability, use of computing resources. A stable parallel algorithm is created. On its basis, a software implementation of a parallel algorithm for edge coloring was carried out. The UML class diagram and the algorithm flowchart give a clear idea of the structure of the software implementation and describe the main stages of parallel execution. A software module using Python libraries (NetworkX, ThreadPoolExecutor) for an effective parallel algorithm was developed. Defining parallel stages of algorithm execution allowed to effectively distribute resources and maximize the use of multithreading capabilities. The results of testing the program on different sets of graphs showed high efficiency of the parallel algorithm compared to traditional methods. Comparison of execution time and used resources confirmed that the parallel approach significantly reduces the processing time of large graphs, which is critically important for the application of this algorithm in real problems.
Downloads
Published
Issue
Section
License
Copyright (c) 2025 ВАЛЕРІЙ ДЕНИСЮК, ОЛЬГА РУЗАКОВА, ОЛЕКСІЙ СІЛАГІН, ВІТАЛІЙ ТРОЯНОВ (Автор)

This work is licensed under a Creative Commons Attribution 4.0 International License.