mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
add option to selectively disable variable solving for only ground expressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1a488bb67a
commit
e54928679f
3 changed files with 10 additions and 1 deletions
|
@ -42,6 +42,7 @@ namespace euf {
|
|||
bool m_context_solve = true;
|
||||
unsigned m_max_occs = UINT_MAX;
|
||||
bool m_enabled = true;
|
||||
bool m_enable_non_ground = true;
|
||||
};
|
||||
|
||||
stats m_stats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue