mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
bugfixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
15f36f95a4
commit
97225b7d8f
2 changed files with 23 additions and 0 deletions
|
@ -155,6 +155,7 @@ namespace polysat {
|
|||
void axiomatize_int2bv(app* e, unsigned sz, expr* x);
|
||||
void axiomatize_bv2int(app* e, expr* x);
|
||||
void axioms_for_extract(app* e);
|
||||
void axioms_for_concat(app* e);
|
||||
expr* rotate_left(app* e, unsigned n, expr* x);
|
||||
unsigned m_delayed_axioms_qhead = 0;
|
||||
ptr_vector<app> m_delayed_axioms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue