mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
bugbash
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
22103c0322
commit
aefbfc6ca4
3 changed files with 30 additions and 2 deletions
|
@ -195,6 +195,7 @@ namespace polysat {
|
|||
void assert_bv2int_axiom(app * n);
|
||||
void assert_int2bv_axiom(app* n);
|
||||
|
||||
void ensure_pdd_var(expr* e);
|
||||
pdd expr2pdd(expr* e);
|
||||
pdd var2pdd(euf::theory_var v);
|
||||
void internalize_set(expr* e, pdd const& p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue