mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
add a config parameter to grobner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
cca19ef1a7
commit
d1e9998332
6 changed files with 19 additions and 13 deletions
|
@ -55,6 +55,7 @@ public:
|
|||
unsigned m_max_simplified;
|
||||
unsigned m_random_seed;
|
||||
bool m_enable_exlin;
|
||||
unsigned m_eqs_growth;
|
||||
config() :
|
||||
m_eqs_threshold(UINT_MAX),
|
||||
m_expr_size_limit(UINT_MAX),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue