mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 15:33:59 +00:00
fix #3038 again
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a4d81b2847
commit
ff436ecb10
3 changed files with 20 additions and 9 deletions
|
@ -124,6 +124,7 @@ namespace sat {
|
|||
void init_cut_set(unsigned id);
|
||||
|
||||
bool eq(node const& a, node const& b);
|
||||
bool similar(node const& a, node const& b);
|
||||
|
||||
unsigned_vector filter_valid_nodes() const;
|
||||
void augment(unsigned_vector const& ids);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue