3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-17 09:35:38 +00:00

refactor try_bivar_hensel_lift and outline the algorithm

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2026-03-23 14:18:42 -10:00 committed by Lev Nachmanson
parent 117da362f0
commit 44e84dc5d0
3 changed files with 262 additions and 171 deletions

View file

@ -1711,7 +1711,7 @@ void test_dio() {
enable_trace("dioph_eq");
enable_trace("dioph_eq_fresh");
#ifdef Z3DEBUG
auto r = i_solver.dio_test();
i_solver.dio_test();
#endif
}