A greedy approach to solve maximum independent set problem: Differential Malatya independent set algorithm
A greedy approach to solve maximum independent set problem: Differential Malatya independent set algorithm
Blog Article
In this study, a method has been plant pot developed for solving the maximum independent set problem, which is one of the significant problems in graph theory.The maximum independent set problem is NP-hard for all types of graphs.The proposed method features a robust and greedy approach that produces results in polynomial time for all graph types.The proposed method is named the Differential Malatya Independent Set Algorithm (DMISA).
The presented method also provides solutions to the minimum vertex cover and maximum clique problems, which are directly related to the independent set.The DMISA algorithm consists of two sub-algorithms.The first algorithm is the Differential Malatya Centrality Algorithm (DMCA), a centrality algorithm that calculates centrality values, providing prioritization in the selection of independent members.The second algorithm uses the DMCA value to select the independent set and vertex cover members in the graphs.
In this study, the DMISA analytical proof has been applied to graphs with known solutions that can be solved in polynomial time.To emphasize the success of the Carriers algorithm, test operations have been conducted on various types of graphs.The conducted tests included 40 lattices, 40 bipartite, 24 multipartite, 32 social, and random graphs.The analysis results showed that DMISA produced optimal results in lattice, bipartite, and complete multipartite graphs, while it produced generally non-optimal results for randomly generated and social graphs.
Additionally, DMISA is compared with MIS methods in popular graph libraries and 7 different MIS methods.In summary, DMISA produces a larger solution than standard greedy algorithms in experiments.