mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
fix #3603 - false positive, it is an irrational algebraic numeral
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a1f68a619d
commit
ae447cfdad
2 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,6 @@ class propagate_values_tactic : public tactic {
|
|||
expr * curr = m_goal->form(m_idx);
|
||||
expr_ref new_curr(m);
|
||||
proof_ref new_pr(m);
|
||||
std::cout << m_goal->pr(m_idx) << "\n";
|
||||
|
||||
if (!m_subst->empty()) {
|
||||
m_r(curr, new_curr, new_pr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue