mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
aig-simplifier: add root tracking, make incremental, split files
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
192c6e39c2
commit
a18d2a606b
7 changed files with 146 additions and 20 deletions
|
@ -51,6 +51,7 @@ namespace sat {
|
|||
void add_xor(literal head, unsigned sz, literal const* args);
|
||||
void add_ite(literal head, literal c, literal t, literal e);
|
||||
void add_iff(literal head, literal l1, literal l2);
|
||||
void set_root(bool_var v, literal r);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue