mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 19:36:20 +00:00
remove dead code in nlsat_explain
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
cf6c8810ee
commit
e351266ecb
3 changed files with 0 additions and 178 deletions
|
|
@ -106,8 +106,6 @@ namespace nlsat {
|
|||
/**
|
||||
* Check whether all coefficients of the polynomial `s` (viewed as a polynomial
|
||||
* in its main variable) evaluate to zero under the given assignment `x2v`.
|
||||
* This is exactly the logic used in several places in the nlsat codebase
|
||||
* (e.g. coeffs_are_zeroes_in_factor in nlsat_explain.cpp).
|
||||
*/
|
||||
inline bool coeffs_are_zeroes_on_sample(polynomial_ref const & s, pmanager & pm, assignment & x2v, anum_manager & am) {
|
||||
polynomial_ref c(pm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue