3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-30 13:19:04 +00:00

micro tuning perfect square test

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-09-13 20:10:35 -07:00
parent c350ddf990
commit 573c2cb8f7
5 changed files with 77 additions and 7 deletions

View file

@ -2156,6 +2156,7 @@ namespace algebraic_numbers {
}
if (restart) {
checkpoint();
// Some non-basic value became basic.
// So, restarting the whole process
TRACE(anum_eval_sign, tout << "restarting some algebraic_cell became basic\n";);