mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
ensure solve_eqs is fully disabled when smt.solve_eqs=false, #7743
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a2f17420ff
commit
a6c51df144
2 changed files with 7 additions and 0 deletions
|
@ -41,6 +41,7 @@ namespace euf {
|
|||
struct config {
|
||||
bool m_context_solve = true;
|
||||
unsigned m_max_occs = UINT_MAX;
|
||||
bool m_enabled = true;
|
||||
};
|
||||
|
||||
stats m_stats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue