Skip to content

Tags: arminbiere/satch

Tags

rel-0.5.5

Toggle rel-0.5.5's commit message
LICENSE and link to travis fixes

rel-0.5.4

Toggle rel-0.5.4's commit message
new release 0.5.4

rel-0.4.16

Toggle rel-0.4.16's commit message
fixed color output

rel-0.4.17

Toggle rel-0.4.17's commit message
release 0.4.16

- Renamed 'stack' operations (more verbose names).
- Using queue to encode XORs to avoid quadratic worst-case.
- Reusing the trail during restarts using 'matching trail level' (MTL).

rel-0.4.7

Toggle rel-0.4.7's commit message
release 0.4.7

- Almost complete colored solver messages (in 'report' etc.).
- Support for reading and encoding XNF (CNF with OR and XOR clauses).
- New makefile goals: test-two-ways, test-all-pairs, test-all-triples.
- Binary search in two-way combinatorial tester 'gencombi'.
- Code clean-up: sorted statistics fields, moved some internal code up.
- Using stable radix sort in 'reduce' allowed to remove clause ids.
- Radix sorting (to speed-up sorting of 'analyzed' stack).

rel-0.4.2

Toggle rel-0.4.2's commit message
release 0.4.2 - see NEWS.md

saving phases fixed (pointer increase by two - thanks to Mathias Fleury)
using assigned variables instead of trail height for target/best phases
scripts have now colors (thanks to Daniel Le Berre)

rel-0.4.0

Toggle rel-0.4.0's commit message
improved markdown in READMEs

rel-0.3.0

Toggle rel-0.3.0's commit message
VSIDS

rel-0.2.12

Toggle rel-0.2.12's commit message
drat-trim search and testing in tatch.sh fixed

rel-0.2.11

Toggle rel-0.2.11's commit message
binary proofs + testing of proofs