Releases: msoos/cryptominisat
CryptoMiniSat 5.8.0
Massive new release! Many-many improvements:
- Gauss-Jordan elimination is enabled by default
- Target Phases ("Stable Polarities") are used
- CCAnr SLS solver is enabled and is set to work by default
- Hybrid variable branching heuristics
- Many-many speed improvements
- Better DIMACS parsing to work for other systems
- Made to work with new ApproxMC and UniGen
CryptoMiniSat 5.7.1
Removing LSIDS, as it was interfering with performance.
CryptoMiniSat 5.7.0
- Improved parameters
- Hybrid branching strategies
- and much more
CryptoMiniSat 5.6.8
Fixing Windows build
CryptoMiniSat 5.6.7
Some fixes and misc improvements. Also, a slightly changed naming for the independent variables. They are really sampling variables and so the interface has been renamed accordingly.
CryptoMiniSat 5.6.6
Better support for ApproxMC
CryptoMiniSat 5.6.5
This release has a set of interesting improvements:
- Much reduced startup time thanks to @mbargull and the Conda development team
- Improved CNF dumping interface thanks to @janmazak
- compilation issue fixes thanks to @videlec
- some fixes to the fuzzing and testing systems
All in all, it's a more refined solver, with few internal changes. It's a lot faster to start up (about 2x as fast!) and it has more full-featured API interface.
CryptoMiniSat 5.6.4
Some minor fixes, including:
- license texts
- manpage
- typos
- removal of "debian" folder
Many thanks to Julian Rüth for helping me with a lot of the above!
5.6.3
Main 5.6.x release. This release brings a TON of improvements:
- new Gauss-Jordan elimination as contributed by the authors of "When Boolean Satisfiability Meets Gaussian Elimination in a Simplex Way"
- lots of performance improvements
- some fun new interfaces
- much more testing of a lot of interesting interfaces
CryptoMiniSat 5.6.1
Most likely the first real release of the 5.6.x series.