mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 23:44:41 +00:00
Update nlsat_explain.cpp
Remove a duplicate call
This commit is contained in:
parent
a6f44f8c88
commit
543a473993
1 changed files with 1 additions and 2 deletions
|
|
@ -457,8 +457,7 @@ namespace nlsat {
|
|||
TRACE(nlsat_explain, tout << "lc: " << lc << " reduct: " << reduct << "\n";);
|
||||
insert_fresh_factors_in_todo(lc);
|
||||
if (!is_zero(lc) && sign(lc)) {
|
||||
insert_fresh_factors_in_todo(lc);
|
||||
TRACE(nlsat_explain, tout << "lc does no vaninsh\n";);
|
||||
TRACE(nlsat_explain, tout << "lc does no vanish\n";);
|
||||
return;
|
||||
}
|
||||
add_zero_assumption(lc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue