3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-18 01:02:15 +00:00

cutset updates

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-09 21:37:25 -08:00
parent e4cc9e8404
commit 607a1b3f99
6 changed files with 208 additions and 119 deletions

View file

@ -70,7 +70,6 @@ namespace sat {
return out;
}
/**
\brief shift table 'a' by adding elements from 'c'.
a.shift_table(c)
@ -92,9 +91,7 @@ namespace sat {
- pre-compute some shift operations.
- use strides on some common cases.
- what ABC does?
*/
*/
uint64_t cut::shift_table(cut const& c) const {
SASSERT(subset_of(c));
unsigned index = 0;