This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/bee/glucose-4
Vitor Santos Costa 86d6751c98 glucose-4 2019-05-02 20:54:22 +01:00
..
core bee 2019-04-22 12:15:21 +01:00
mtl bee 2019-04-22 12:15:21 +01:00
parallel bee 2019-04-22 12:15:21 +01:00
simp bee 2019-04-22 12:15:21 +01:00
utils bee 2019-04-22 12:15:21 +01:00
LICENCE glucose-4 2019-05-02 20:54:22 +01:00
README glucose-4 2019-05-02 20:54:22 +01:00

README

Directory overview:
==================

mtl/            Minisat Template Library
core/           A core version of the solver glucose (no main here)
simp/           An extended solver with simplification capabilities
parallel/       A multicore version of glucose
README
LICENSE
Changelog

To build (release version: without assertions, statically linked, etc):
======================================================================
Like minisat....

cd { simp | parallel }
make rs

Usage:
======

in simp directory:      ./glucose --help

in parallel directory:  ./glucose-syrup --help