Learning to Solve Weighted Maximum Satisfiability with a Co-Training Architecture
Kaidi Wan, Minghao Liu, Yong Lai
TL;DR
This paper tackles weighted MaxSAT by introducing SplitGNN, a co-training GNN that merges supervised message passing on an edge-splitting factor graph with an unsupervised, GPU-accelerated solution boosting layer. The edge-splitting graph, guided by a spanning tree, creates four edge types to enable targeted, direction-aware information flow, while the USB layer refines solutions through relaxation-based optimization. Empirically, SplitGNN achieves faster convergence and higher quality solutions than prior GNN-based solvers on unweighted MaxSAT and, notably, outperforms modern heuristic solvers on large, hard weighted benchmarks, with strong generalization across diverse structural instances. The work demonstrates the viability of end-to-end learning for weighted MaxSAT and highlights the benefits of combining structured graph representations with hybrid optimization strategies for combinatorial problems.
Abstract
Wepropose SplitGNN, a graph neural network (GNN)-based approach that learns to solve weighted maximum satisfiabil ity (MaxSAT) problem. SplitGNN incorporates a co-training architecture consisting of supervised message passing mech anism and unsupervised solution boosting layer. A new graph representation called edge-splitting factor graph is proposed to provide more structural information for learning, which is based on spanning tree generation and edge classification. To improve the solutions on challenging and weighted instances, we implement a GPU-accelerated layer applying efficient score calculation and relaxation-based optimization. Exper iments show that SplitGNN achieves 3* faster convergence and better predictions compared with other GNN-based ar chitectures. More notably, SplitGNN successfully finds solu tions that outperform modern heuristic MaxSAT solvers on much larger and harder weighted MaxSAT benchmarks, and demonstrates exceptional generalization abilities on diverse structural instances.
