Git Product home page Git Product logo

sticky's Introduction

Sticky SAT

Sticky is a parallel SAT solver originally based on Glucose-Syrup 4.0. Sticky uses physical clause sharing, whereby all clauses are represented only once in memory. This is an early stage prototype and is in this version not under development any more.

Build

cd sticky
mkdir build
cd build
cmake ..
make -j

Run examples:

Running standard sticky with 4 threads, maximal 1 hour (3600s) runtime and 4 GB (4000MB) memory:

./sticky -nthreads=4 -maxmemory=4000 -maxtime=3600 ~/path/to/sat_problem.cnf

Running sticky with export vivification and a max LBD of 4 for vivification clauses:

./sticky -nthreads=4 -useExportVivi -maxVifiLBD=4 ~/path/to/sat_problem.cnf

For more useful flags use one of the following two lines:

./sticky --help # shows available flags
./sticky --help-verb # shows flags and short describtions

Comment

Sticky was developed at Zuse Institute Berlin. Employees were funded by BMBF under grand 01IH15006C. We thank the Glucose-Syrup team and the Minisat team for providing the baseline source codes and insides into SAT solving.

For questions contact hartung(ät)zib(dot)de

sticky's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.