-
Notifications
You must be signed in to change notification settings - Fork 1
DPLL(T)-based search algorithm for ground input supporting inductively defined concepts, finite domain constraints, pseudo-boolean aggregates and subtheory queries (polynomial hierarchy expressivity).
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
broesdecat/Minisatid
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the readme for the MinisatID solver. MinisatID is the search algorithm used in the knowledge base system IDP, supporting a ground fragment of the language FO(·)^IDP. *** Features - Accepts input in the languages CNF, ECNF (native format), OPB (pseudo-boolean) QBF, FlatZinc and ground Lparse. - Can transform the input theory into CNF or FlatZinc. - Extensible, open-source research solver. - High performance: 4th place of 16 in the 2nd ASP competition, eye-to-eye with clasp (winner) in the NP category in the 3rd ASP competition. *** Technology - Extends the SAT solver MiniSat using the DPLL(T) architecture. - Efficient propagation for pseudo-boolean aggregate expressions (e.g. cardinality). - Unfounded set detection algorithms to support inductive definitions (e.g. reachability). - Branch-and-bounds optimization. - Lazy clause generation for finite domain constraints over integers. - Interface for incrementally adding any type of variable or constraint, minimally disturbing the current state (used in lazy grounding algorithms). - Developed by Broes De Cat and the KRR-group at KU Leuven (dtai.cs.kuleuven.be/krr). *** Installing and running the system Required software packages: - C and C++ compiler, the C++11 standard. Examples are GCC 4.6 or higher, clang 3.2 or visual studio 11. - Cmake build tools. - Bison 2.6 and Flex parser generator software. - Pdflatex and doxygen for building the documentation. Assume MinisatID is unpacked in <minisatiddir>, you want to build in <builddir> (cannot be the same as <minisatiddir>) and install in <installdir>. Building and installing is then achieved by executing the following commands: cd <builddir> cmake <minisatiddir> -DCMAKE_INSTALL_PREFIX=<installdir> -DCMAKE_BUILD_TYPE="Release" make -j 4 make test make install Alternatively, cmake-gui can be used as a graphical way to set cmake options. *** Further information For more information on using the system, please check out our website dtai.cs.kuleuven.be/software/minisatid
About
DPLL(T)-based search algorithm for ground input supporting inductively defined concepts, finite domain constraints, pseudo-boolean aggregates and subtheory queries (polynomial hierarchy expressivity).
Resources
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Stars
Watchers
Forks
Packages 0
No packages published