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:
parent
23da36126a
commit
4637339091
7 changed files with 39 additions and 10 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue