Host: The Japanese Society for Artificial Intelligence
Name : The 37th Annual Conference of the Japanese Society for Artificial Intelligence
Number : 37
Location : [in Japanese]
Date : June 06, 2023 - June 09, 2023
An independent set of a given undirected graph is a subset of the vertices that does not include adjacent vertices. The maximum independent set problem is the problem of finding the independent set with the largest number of vertices. It is used to solve scheduling problems, design DNA sequences, etc. In this paper, we propose a method for solving the maximum independent set problem using a SAT solver. Specifically, we propose two constraint models: a basic constraint model and an improved constraint model using a clique cover. We also propose an algorithm for solving the maximum independent set problem using incremental SAT method, which speeds up the process by reusing learnt clauses obtained in the search process. As an evaluation of the proposed method, we compared it with existing methods for the maximum independent set problem and confirmed the effectiveness of the proposed method.