mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 08:38:06 +00:00
Add nlsat.factor option. This is a workaround for the slow factorization procedure.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8a69e8a283
commit
70baa3c8c9
4 changed files with 25 additions and 15 deletions
|
@ -212,6 +212,7 @@ namespace nlsat {
|
|||
m_ism.set_seed(m_random_seed);
|
||||
m_explain.set_simplify_cores(m_simplify_cores);
|
||||
m_explain.set_minimize_cores(min_cores);
|
||||
m_explain.set_factor(p.factor());
|
||||
m_am.updt_params(p.p);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue