Skip to content

locuslab/mixsat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MIXSAT

A MAXSAT solver by low-rank SDP and branch-and-bound. Crafted by Po-Wei Wang and J. Zico Kolter.


Compilation

The directory contains the source code for the MIXSAT solvers:

complete.c: The MIXSAT solver for complete track, will output solutions only after verification.

incomplete.c: The MIXSAT solver for incomplete track, output solutions once immediately without verification.

To compile the code, please type

make

The solvers can solve any unweighted DIMACS CNF file by

./complete FILE
./incomplete FILE

About

Low-rank semidefinite programming for the MAX2SAT problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published