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:
parent
e4cc9e8404
commit
607a1b3f99
6 changed files with 208 additions and 119 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue