mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 05:58:55 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8357ac1cfc
commit
586343ce64
24 changed files with 708 additions and 513 deletions
|
@ -26,7 +26,7 @@ namespace bv {
|
|||
ctx(ctx),
|
||||
m(ctx.get_manager()),
|
||||
bv(m),
|
||||
m_axioms(m) {}
|
||||
m_axioms(m) {}
|
||||
|
||||
void sls_terms::register_term(expr* e) {
|
||||
auto r = ensure_binary(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue