3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00

remove disabling return

This commit is contained in:
Lev Nachmanson 2024-10-08 09:33:23 -07:00
parent 5f0077626e
commit dc15dbfc31

View file

@ -513,7 +513,6 @@ namespace lp {
}
lia_move check() {
return lia_move::undef;
init();
while(m_f.size()) {
if (!normalize_by_gcd()) {