pith. sign in

arxiv: 1909.08387 · v3 · pith:JFALCYRBnew · submitted 2019-09-18 · 💻 cs.AI · cs.LG

Graph Neural Networks for Maximum Constraint Satisfaction

classification 💻 cs.AI cs.LG
keywords problemsconstraintmaximumsatisfactionapproacharchitecturegenericgraph
0
0 comments X
read the original abstract

Many combinatorial optimization problems can be phrased in the language of constraint satisfaction problems. We introduce a graph neural network architecture for solving such optimization problems. The architecture is generic; it works for all binary constraint satisfaction problems. Training is unsupervised, and it is sufficient to train on relatively small instances; the resulting networks perform well on much larger instances (at least 10-times larger). We experimentally evaluate our approach for a variety of problems, including Maximum Cut and Maximum Independent Set. Despite being generic, we show that our approach matches or surpasses most greedy and semi-definite programming based algorithms and sometimes even outperforms state-of-the-art heuristics for the specific problems.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Neural Certificate Pricing for Combinatorial Optimization Problems

    cs.LG 2026-07 unverdicted novelty 6.0

    NCP trains a neural network to predict certificate-level dual prices for CO problems, enabling structured primal recovery with a local second-order error guarantee when consistency holds.