3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-07 10:11:25 +00:00

Rename configuration from 'shareconflicts' to 'depthsplitting'

This commit is contained in:
Ilana Shapiro 2025-08-24 22:38:08 -07:00 committed by GitHub
parent b9256ba336
commit 12dd705898
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -306,7 +306,7 @@ threads-4-cube-shareconflicts
threads-4-cube-maxdepth-10
-T:30 smt.threads=4 tactic.default_tactic=smt smt_parallel.share_conflicts=false smt_parallel.share_units=false smt_parallel.max_cube_depth=10
threads-4-cube-shareconflicts
threads-4-cube-depthsplitting
-T:30 smt.threads=4 tactic.default_tactic=smt smt_parallel.share_conflicts=true smt_parallel.share_units=false smt_parallel.frugal_depth_splitting_only=true
</pre>