3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-17 15:39:27 +00:00

update model validate to include arithmetic

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-08-03 15:51:29 -07:00
parent 23da36126a
commit 4637339091
7 changed files with 39 additions and 10 deletions

View file

@ -2160,7 +2160,7 @@ app* theory_seq::mk_value(app* e) {
}
void theory_seq::validate_model(model& mdl) {
void theory_seq::validate_model(proto_model& mdl) {
return;
for (auto const& eq : m_eqs) {
sort* srt = eq.ls[0]->get_sort();