mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 14:08:55 +00:00
adding basic plugin
This commit is contained in:
parent
ef54feec3d
commit
8357ac1cfc
19 changed files with 819 additions and 230 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue