3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-20 08:24:49 +00:00

Fix configuration for depth splitting in notes

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

View file

@ -307,7 +307,7 @@ 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-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
-T:30 smt.threads=4 tactic.default_tactic=smt smt_parallel.share_conflicts=false smt_parallel.share_units=false smt_parallel.frugal_depth_splitting_only=true
</pre>