mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 09:37:44 +00:00
adding basic plugin
This commit is contained in:
parent
ef54feec3d
commit
8357ac1cfc
19 changed files with 819 additions and 230 deletions
|
@ -86,13 +86,6 @@ namespace sls {
|
|||
return m_arith64->is_sat();
|
||||
return m_arith->is_sat();
|
||||
}
|
||||
void arith_plugin::reset() {
|
||||
if (m_arith)
|
||||
m_arith->reset();
|
||||
else
|
||||
m_arith64->reset();
|
||||
m_shared.reset();
|
||||
}
|
||||
|
||||
void arith_plugin::on_rescale() {
|
||||
if (m_arith)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue