mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 15:37:58 +00:00
Update PARALLEL_PROJECT_NOTES.md
This commit is contained in:
parent
82b4c3ea23
commit
f6ec7f5381
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ cubing strategy. Ideally, a recursive cubing strategy is symmetric to top-level
|
||||||
in parallel, then an analogy is to share candidates for new cube literals among cubes that are close to each-other.
|
in parallel, then an analogy is to share candidates for new cube literals among cubes that are close to each-other.
|
||||||
For example, if thread $t_1$ processes cube $a, b, c$ and $t_2$ processes $a,b, \neg c$. They are close. They are only
|
For example, if thread $t_1$ processes cube $a, b, c$ and $t_2$ processes $a,b, \neg c$. They are close. They are only
|
||||||
separated by Hamming distance 1. If $t_1$ finds cube literal $d$ and $t_2$ finds cube literal $e$, we could consider the cubes
|
separated by Hamming distance 1. If $t_1$ finds cube literal $d$ and $t_2$ finds cube literal $e$, we could consider the cubes
|
||||||
$a, b, c, d, e$, $a, b, c, d, \neg e$, $\ldots$, $a, b, \neg c, \neg d, \neg e$.
|
$a, b, c, d, e$, and $a, b, c, d, \neg e$, $\ldots$, $a, b, \neg c, \neg d, \neg e$.
|
||||||
|
|
||||||
#### Representing cubes implicitly
|
#### Representing cubes implicitly
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue