← Search

Chu-Min Li

15 accepted papers

2026

Bridging LLMs and SAT Solving: Automated Evolution of High-Performance Heuristics

IJCAI 2026

Despite decades of intensive research and optimization, modern Boolean Satisfiability (SAT) solvers have reached a plateau where significant performance gains are increasingly difficult to achieve. While Large Language Models (LLMs) have demonstrated remarkable capabilities in pattern recognition an

Cited by 0Scholar
2025

Improving the Lower Bound in Branch-and-Bound Algorithms for MaxSAT

AAAI 2025technical

The MaxSAT problem is an optimization version of the satisfiability problem (SAT). A tight lower bound (LB) on the number of falsified soft clauses in a MaxSAT solution is crucial for the efficiency of Branch-and-Bound (BnB) MaxSAT solvers. To compute an LB, modern BnB solvers detect disjoint incons…

Cited by 0SourcePDFScholar
2024

A Swap Relaxation-Based Local Search for the Latin Square Completion Problem

IJCAI 2024poster

The Latin square completion (LSC) problem aims to assign n symbols to the empty cells of a partially filled Latin square such that in each row and each column, each symbol appears exactly once. In this paper, we propose a swap relaxation-based fast local search algorithm called SRLS for solving the…

2024

Rethinking the Soft Conflict Pseudo Boolean Constraint on MaxSAT Local Search Solvers

IJCAI 2024poster

MaxSAT is an optimization version of the famous NP-complete Satisfiability problem (SAT). Algorithms for MaxSAT mainly include complete solvers and local search incomplete solvers. In many complete solvers, once a better solution is found, a Soft conflict Pseudo Boolean (SPB) constraint will be gene…

2024

Threshold-Based Responsive Simulated Annealing for Directed Feedback Vertex Set Problem

AAAI 2024technical

As a classical NP-hard problem and the topic of the PACE 2022 competition, the directed feedback vertex set problem (DFVSP) aims to find a minimum subset of vertices such that, when vertices in the subset and all their adjacent edges are removed from the directed graph, the remainder graph is acycli…

Cited by 0SourcePDFScholar
2023

A New Variable Ordering for In-processing Bounded Variable Elimination in SAT Solvers

IJCAI 2023poster

Bounded Variable Elimination (BVE) is an important Boolean formula simplification technique in which the variable ordering is crucial. We define a new variable ordering based on variable activity, called ESA (variable Elimination Scheduled by Activity), for in-processing BVE in Conflict-Driven Claus…

Cited by 2SourcePDFScholar
2023

Hybrid Learning with New Value Function for the Maximum Common Induced Subgraph Problem

AAAI 2023technical

Maximum Common Induced Subgraph (MCIS) is an important NP-hard problem with wide real-world applications. An efficient class of MCIS algorithms uses Branch-and-Bound (BnB), consisting in successively selecting vertices to match and pruning when it is discovered that a solution better than the best s…

Cited by 3SourcePDFScholar
2022

A Strengthened Branch and Bound Algorithm for the Maximum Common (Connected) Subgraph Problem

IJCAI 2022poster

We propose a new and strengthened Branch-and-Bound (BnB) algorithm for the maximum common (connected) induced subgraph problem based on two new operators, Long-Short Memory (LSM) and Leaf vertex Union Match (LUM). Given two graphs for which we search for the maximum common (connected) induced subgra…

2022

BandMaxSAT: A Local Search MaxSAT Solver with Multi-armed Bandit

IJCAI 2022poster

We address Partial MaxSAT (PMS) and Weighted PMS (WPMS), two practical generalizations of the MaxSAT problem, and propose a local search algorithm called BandMaxSAT, that applies a multi-armed bandit to guide the search direction, for these problems. The bandit in our method is associated with all t…

Cited by 28SourcePDFScholar
2022

Combining Clause Learning and Branch and Bound for MaxSAT (Extended Abstract)

IJCAI 2022poster

Branch and Bound (BnB) has been successfully used to solve many combinatorial optimization problems. However, BnB MaxSAT solvers perform poorly when solving real-world and academic optimization problems. They are only competitive for random and some crafted instances. Thus, it is a prevailing opinio…

Cited by 0SourcePDFScholar
2022

HEA-D: A Hybrid Evolutionary Algorithm for Diversified Top-k Weight Clique Search Problem

IJCAI 2022poster

The diversified top-k weight clique (DTKWC) search problem is an important generalization of the diversified top-k clique (DTKC) search problem with extensive applications, which extends the DTKC search problem by taking into account the weight of vertices. In this paper, we formulate DTKWC search p…

2021

Combining Reinforcement Learning with Lin-Kernighan-Helsgaun Algorithm for the Traveling Salesman Problem

AAAI 2021technical

We address the Traveling Salesman Problem (TSP), a famous NP-hard combinatorial optimization problem. And we propose a variable strategy reinforced approach, denoted as VSR-LKH, which combines three reinforcement learning methods (Q-learning, Sarsa and Monte Carlo) with the well-known TSP algorithm,…

2021

Weighting-based Variable Neighborhood Search for Optimal Camera Placement

AAAI 2021technical

The optimal camera placement problem (OCP) aims to accomplish surveillance tasks with the minimum number of cameras, which is one of the topics in the GECCO 2020 Competition and can be modeled as the unicost set covering problem (USCP). This paper presents a weighting-based variable neighborhood sea…

Cited by 14SourcePDFScholar