mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
add diagnostics for grobner
This commit is contained in:
parent
ca80d99617
commit
8900db527f
3 changed files with 116 additions and 5 deletions
|
@ -1663,6 +1663,13 @@ void core::run_grobner() {
|
|||
return;
|
||||
}
|
||||
|
||||
#if 0
|
||||
vector<dd::pdd> eqs;
|
||||
for (auto eq : m_pdd_grobner.equations())
|
||||
eqs.push_back(eq->poly());
|
||||
m_nra.check(eqs);
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
bool propagated = false;
|
||||
for (auto eq : m_pdd_grobner.equations()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue