mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
another sls example
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
deb325b8c2
commit
7fd6549a40
|
@ -5840,5 +5840,5 @@
|
||||||
(* 100 x_1604)
|
(* 100 x_1604)
|
||||||
(* 100 x_1001)))
|
(* 100 x_1001)))
|
||||||
(optimize :print_statistics true
|
(optimize :print_statistics true
|
||||||
:wmaxsat_engine sls
|
:wmaxsat_engine bvsls
|
||||||
:maxsat_engine weighted_maxsat)
|
:maxsat_engine weighted_maxsat)
|
||||||
|
|
Loading…
Reference in a new issue