DeepAI AI Chat
Log In Sign Up

Low-rank semidefinite programming for the MAX2SAT problem

12/15/2018
by   Po-Wei Wang, et al.
Carnegie Mellon University
0

This paper proposes a new algorithm for solving MAX2SAT problems based on combining search methods with semidefinite programming approaches. Semidefinite programming techniques are well-known as a theoretical tool for approximating maximum satisfiability problems, but their application has traditionally been very limited by their speed and randomized nature. Our approach overcomes this difficult by using a recent approach to low-rank semidefinite programming, specialized to work in an incremental fashion suitable for use in an exact search algorithm. The method can be used both within complete or incomplete solver, and we demonstrate on a variety of problems from recent competitions. Our experiments show that the approach is faster (sometimes by orders of magnitude) than existing state-of-the-art complete and incomplete solvers, representing a substantial advance in search methods specialized for MAX2SAT problems.

READ FULL TEXT

page 1

page 2

page 3

page 4

06/01/2017

The Mixing method: coordinate descent for low-rank semidefinite programming

In this paper, we propose a coordinate descent approach to low-rank stru...
03/21/2023

Fast randomized entropically regularized semidefinite programming

We develop a practical approach to semidefinite programming (SDP) that i...
09/13/2019

A relaxed interior point method for low-rank semidefinite programming problems

A new relaxed variant of interior point method for low-rank semidefinite...
06/01/2015

A Riemannian low-rank method for optimization over semidefinite matrices with block-diagonal constraints

We propose a new algorithm to solve optimization problems of the form f...
12/04/2020

Community detection using fast low-cardinality semidefinite programming

Modularity maximization has been a fundamental tool for understanding th...
07/28/2022

HDSDP: Software for Semidefinite Programming

HDSDP is a numerical software solving the semidefinite programming probl...

Code Repositories

mixsat

Low-rank semidefinite programming for the MAX2SAT problem


view repo