mirror of
https://github.com/Z3Prover/z3
synced 2026-05-17 07:29:28 +00:00
move to new model construction instead of original
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e2e876c7a9
commit
a5c01dcddb
4 changed files with 312 additions and 309 deletions
|
|
@ -207,6 +207,10 @@ namespace smt {
|
|||
return true;
|
||||
}
|
||||
|
||||
void theory_nseq::apply_sort_cnstr(enode *n, sort *s) {
|
||||
mk_var(n);
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// Equality / disequality notifications
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue