mirror of
https://github.com/Z3Prover/z3
synced 2025-09-02 00:00:41 +00:00
add missing expr
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2682c2ef2b
commit
0368b52716
2 changed files with 2 additions and 1 deletions
|
@ -327,7 +327,7 @@ namespace euf {
|
|||
out << mdl << "\n";
|
||||
}
|
||||
|
||||
void solver::validate_model(model& mdl) {
|
||||
void solver::validate_model(model& mdl) {
|
||||
if (!m_unhandled_functions.empty())
|
||||
return;
|
||||
if (get_config().m_arith_ignore_int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue