mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
apply hardcoded thresholds
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
976f10c613
commit
2b7393778e
4 changed files with 50 additions and 875 deletions
|
@ -1436,7 +1436,7 @@ void core::run_pdd_grobner() {
|
|||
m_pdd_grobner.set(cfg);
|
||||
|
||||
m_pdd_manager.set_max_num_nodes(10000); // or something proportional to the number of initial nodes.
|
||||
|
||||
m_pdd_grobner.set_thresholds();
|
||||
m_pdd_grobner.saturate();
|
||||
bool conflict = false;
|
||||
for (auto eq : m_pdd_grobner.equations()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue