3
0
Fork 0
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:
Nikolaj Bjorner 2026-05-04 13:53:08 -07:00
parent e2e876c7a9
commit a5c01dcddb
4 changed files with 312 additions and 309 deletions

View file

@ -207,6 +207,10 @@ namespace smt {
return true;
}
void theory_nseq::apply_sort_cnstr(enode *n, sort *s) {
mk_var(n);
}
// -----------------------------------------------------------------------
// Equality / disequality notifications
// -----------------------------------------------------------------------