mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +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
|
@ -40,6 +40,7 @@ namespace nlsat {
|
|||
void set_simplify_cores(bool f);
|
||||
void set_full_dimensional(bool f);
|
||||
void set_minimize_cores(bool f);
|
||||
void set_factor(bool f);
|
||||
|
||||
/**
|
||||
\brief Given a set of literals ls[0], ... ls[n-1] s.t.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue