mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 23:05:26 +00:00
remove disabling return
This commit is contained in:
parent
5f0077626e
commit
dc15dbfc31
1 changed files with 0 additions and 1 deletions
|
@ -513,7 +513,6 @@ namespace lp {
|
||||||
}
|
}
|
||||||
|
|
||||||
lia_move check() {
|
lia_move check() {
|
||||||
return lia_move::undef;
|
|
||||||
init();
|
init();
|
||||||
while(m_f.size()) {
|
while(m_f.size()) {
|
||||||
if (!normalize_by_gcd()) {
|
if (!normalize_by_gcd()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue