mirror of
https://github.com/Z3Prover/z3
synced 2026-03-04 04:30:23 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
40a01d7a36
commit
428361b22e
6 changed files with 156 additions and 1 deletions
|
|
@ -160,6 +160,7 @@ namespace sls {
|
|||
return expr_ref(e, m);
|
||||
}
|
||||
|
||||
|
||||
void context::set_value(expr * e, expr * v) {
|
||||
for (auto p : m_plugins)
|
||||
if (p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue