mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 17:41:16 +00:00
add stubs for reinit_clauses
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a82408e89b
commit
67efd6531b
7 changed files with 82 additions and 9 deletions
|
|
@ -77,7 +77,7 @@ namespace polysat {
|
|||
void gc_clauses();
|
||||
|
||||
void normalize_watch(clause& cl);
|
||||
void watch(clause& cl);
|
||||
bool watch(clause& cl);
|
||||
void unwatch(clause& cl);
|
||||
|
||||
void register_clause(clause* cl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue