|
team |
[ news | download | license | experiments | resources ] PicoSATNewsReentrant PicoSAT Versions 953 and 954. New cleaned up 951 Version. Added CheckMUS script. Version 936 comes with the utility PicoMUS. Version 535 is the first public release. Download[ picosat-954.tar.gz | [ picosat-954.tar.gz | picosat-953.tar.gz | picosat-951.tar.gz | picosat-936.tar.gz | picosat-913.tar.gz | picosat-846.tar.gz | picosat-632.tar.gz | picosat-535.tar.gz ] [ checkmus ] Version 956 contains a fix for a non-initialized memory bug when using 'picosat_deref_partial', which RĂ¼diger Ehlers reported. Version 953 became reentrant. This allows multiple PicoSAT instances in the same process. This changes most of API functions which now require an additional PicoSAT manager object as first argument. In version 954 we define the macro PICOSAT_REENTRANT_API in the header file. The previos release 951 is a cleaned-up version after incorporating comments by Donald Knuth. For more details refer to NEWS and to the SAT Race 2010 system description also published as FMV technical report 10/1. There are three publications on PicoSAT: a longer article in JSAT and a short paper on controlling restarts. In our FMCAD'08 paper on Consistency Checking of All Different Constraints over Bit-Vectors within a SAT-Solver we describe how PicoSAT has been extended to handle all different constraints symbolically. Please use the PicoSAT article for citations. PicoSAT can generate proofs and cores in memory by compressing the proof trace. It supports the proof format of TraceCheck. LicensePicoSAT uses an MIT style license. In essence, you can use and modify the sources as you like provided that you acknowledge the origin of the software in the source code. More details can be found in the LICENSE file that comes with the sources. BackgroundThe SAT problem is the classical NP complete problem of searching for a satisfying assignment of a propositional formula in conjunctive normal form (CNF). General information on SAT can be found at www.satlive.org or www.satlib.org. Our invited talk A Short History on SAT Solver Technology and What is Next? describes some of the new features of PicoSAT. The experimental data used in this talk is available as Biere-SAT07-talk-experiments.tar.bz2 (14 MB). Other ResourcesPycoSAT python bindings for PicoSAT by Ilan Schnell. |