Low-rank semidefinite programming for the MAX2SAT problem

December 15, 2018 Β· Entered Twilight Β· πŸ› AAAI Conference on Artificial Intelligence

πŸŒ… TWILIGHT: Old Age
Predates the code-sharing era β€” a pioneer of its time

"Last commit was 7.0 years ago (β‰₯5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: Makefile, README.md, complete.c, incomplete.c

Authors Po-Wei Wang, J. Zico Kolter arXiv ID 1812.06362 Category math.OC: Optimization & Control Cross-listed cs.AI Citations 20 Venue AAAI Conference on Artificial Intelligence Repository https://github.com/locuslab/mixsat ⭐ 3 Last Checked 1 month ago
Abstract
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.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Optimization & Control