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:
parent
23da36126a
commit
4637339091
7 changed files with 39 additions and 10 deletions
|
@ -368,7 +368,8 @@ namespace smt {
|
|||
//
|
||||
// ----------------------------------------------------
|
||||
|
||||
virtual void validate_model(model& mdl) {}
|
||||
virtual void validate_model(proto_model& mdl) {}
|
||||
|
||||
|
||||
// ----------------------------------------------------
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue