From 12dd7058980a155f9522a7aaccf9bc35ffeee4cc Mon Sep 17 00:00:00 2001 From: Ilana Shapiro Date: Sun, 24 Aug 2025 22:38:08 -0700 Subject: [PATCH] Rename configuration from 'shareconflicts' to 'depthsplitting' --- PARALLEL_PROJECT_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PARALLEL_PROJECT_NOTES.md b/PARALLEL_PROJECT_NOTES.md index 9b53745c5..cb2c7f18a 100644 --- a/PARALLEL_PROJECT_NOTES.md +++ b/PARALLEL_PROJECT_NOTES.md @@ -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