3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-21 02:30:23 +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

@ -368,7 +368,8 @@ namespace smt {
//
// ----------------------------------------------------
virtual void validate_model(model& mdl) {}
virtual void validate_model(proto_model& mdl) {}
// ----------------------------------------------------
//