3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-26 05:43:33 +00:00

constant overflow forbidden interval

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-01-15 09:46:45 -08:00
parent a68bbb53e4
commit 677e261bb1
5 changed files with 28 additions and 10 deletions

View file

@ -148,7 +148,7 @@ namespace polysat {
}
return find_t::multiple;
}
TRACE("bv", display(tout << "resource-out v" << v << "\n"));
return find_t::resource_out;
}