3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-28 14:08:55 +00:00

adding basic plugin

This commit is contained in:
Nikolaj Bjorner 2024-07-09 19:47:58 -07:00
parent ef54feec3d
commit 8357ac1cfc
19 changed files with 819 additions and 230 deletions

View file

@ -34,10 +34,6 @@ namespace sls {
UNREACHABLE();
return expr_ref(m);
}
void cc_plugin::reset() {
m_app.reset();
}
void cc_plugin::register_term(expr* e) {
if (!is_app(e))