Back to Search Start Over

Exact and greedy algorithms of allocating experts to maximum set of programmer teams

Authors :
A. A. Prihozhy
Source :
Sistemnyj Analiz i Prikladnaâ Informatika, Vol 0, Iss 1, Pp 40-46 (2022)
Publication Year :
2022
Publisher :
Belarusian National Technical University, 2022.

Abstract

The allocation of experts to programmer teams, which meet constraints on professional competences related to programming technologies, languages and tools an IT project specifies is a hard combinatorial problem. This paper solves the problem of forming the maximum number of teams whose experts meet all the constraints within each team. It develops and compares two algorithms: a heuristic greedy and exact optimal. The greedy algorithm iteratively solves the set cover problem on a matrix of expert competences until can create the next workable team of remaining experts. The paper proves that the allocation greedy algorithm is not accurate even if the set cover algorithm is exact. We call the allocation algorithm as double greedy if the set cover algorithm is greedy. The exact algorithm we propose finds optimal solution in three steps: generating a set of all non-redundant teams, producing a graph of team’s independency, and searching for a maximum clique in the graph. The algorithm of generating the non-redundant teams traverses a search tree constructed in such a way as to guarantee the creation of all non-redundant teams and absorbing all redundant teams. The edges of the non-redundant team independency graph connect teams that have no common expert. The maximum clique search algorithm we propose accounts for the problem and graph features. Experimental results show that the exact algorithm is a reference one, and the double-greedy algorithm is very fast and can yield suboptimal solutions for large-size allocation problems.

Details

Language :
English, Russian
ISSN :
23094923 and 24140481
Issue :
1
Database :
Directory of Open Access Journals
Journal :
Sistemnyj Analiz i Prikladnaâ Informatika
Publication Type :
Academic Journal
Accession number :
edsdoj.6c8c1d14fafe41b79ef2cff6d23cd254
Document Type :
article
Full Text :
https://doi.org/10.21122/2309-4923-2022-1-40-46