mirror of
https://github.com/Z3Prover/z3
synced 2025-11-22 21:51:27 +00:00
remove unused method
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
bcb976ba1a
commit
5d77885339
1 changed files with 0 additions and 3 deletions
|
|
@ -691,9 +691,6 @@ namespace nlsat {
|
|||
}
|
||||
}
|
||||
|
||||
void add_zero_assumption_on_factor(polynomial_ref& f) {
|
||||
display(std::cout << "zero factors \n", f);
|
||||
}
|
||||
// this function also explains the value 0, if met
|
||||
bool coeffs_are_zeroes(polynomial_ref &s) {
|
||||
restore_factors _restore(m_factors, m_factors_save);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue