mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
make release notes markdown
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
71fc83c051
commit
605a3128d9
|
@ -29,7 +29,7 @@ Version 4.9.0
|
||||||
- Totalizers and RC2
|
- Totalizers and RC2
|
||||||
- The MaxSAT engine now allows to run RC2 with totalizer encoding.
|
- The MaxSAT engine now allows to run RC2 with totalizer encoding.
|
||||||
Totalizers are on by default as preliminary tests suggest this solves already 10% more problems on
|
Totalizers are on by default as preliminary tests suggest this solves already 10% more problems on
|
||||||
standard benchmarks. The option rc2.totalizer (which by default is true) is used to control whether to use
|
standard benchmarks. The option opt.rc2.totalizer (which by default is true) is used to control whether to use
|
||||||
totalizer encoding or built-in cardinality constraints.
|
totalizer encoding or built-in cardinality constraints.
|
||||||
The default engine is still maxres, so you have to set opt.maxsat_engine=rc2 to
|
The default engine is still maxres, so you have to set opt.maxsat_engine=rc2 to
|
||||||
enable the rc2 option at this point. The engines maxres-bin and rc2bin are experimental should not be used
|
enable the rc2 option at this point. The engines maxres-bin and rc2bin are experimental should not be used
|
Loading…
Reference in a new issue