mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
fix compilation errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5f245de36d
commit
ede9549818
9 changed files with 16 additions and 6 deletions
|
@ -3376,5 +3376,5 @@
|
|||
; :wmaxsat_engine pwmax
|
||||
:wmaxsat_engine bvmax
|
||||
:print_statistics true
|
||||
:timeout 60000
|
||||
:timeout 1200000
|
||||
)
|
||||
|
|
|
@ -3371,10 +3371,12 @@
|
|||
(assert-soft |dn([7,Main.main],50)_scc(7)| :weight 2)
|
||||
(assert-soft |dn([7,Main.main],54)_scc(7)| :weight 2)
|
||||
(assert-soft |dn([7,Main.main],58)_scc(7)| :weight 2)
|
||||
(set-option :smt.pb.conflict_frequency 100)
|
||||
|
||||
(optimize
|
||||
; :wmaxsat_engine wpm2
|
||||
:wmaxsat_engine pwmax
|
||||
; :wmaxsat_engine bvmax
|
||||
:print_statistics true
|
||||
:timeout 60000
|
||||
:timeout 1200000
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue