3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-28 05:58:55 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-07-14 15:38:56 -07:00
parent 8357ac1cfc
commit 586343ce64
24 changed files with 708 additions and 513 deletions

View file

@ -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);