mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
31302ec851
commit
071a654a9a
8 changed files with 360 additions and 212 deletions
|
@ -1405,7 +1405,6 @@ namespace smt {
|
|||
else if (d.is_theory_atom()) {
|
||||
theory * th = m_theories.get_plugin(d.get_theory());
|
||||
SASSERT(th);
|
||||
TRACE("seq", tout << d.get_theory() << "\n";);
|
||||
th->assign_eh(v, val == l_true);
|
||||
}
|
||||
else if (d.is_quantifier()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue