mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
add validation option for debugging regressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2934618c50
commit
75005d9077
4 changed files with 14 additions and 6 deletions
|
@ -82,6 +82,7 @@ struct theory_arith_params {
|
|||
bool m_arith_adaptive_gcd = false;
|
||||
unsigned m_arith_propagation_threshold = UINT_MAX;
|
||||
|
||||
bool m_arith_validate = false;
|
||||
arith_pivot_strategy m_arith_pivot_strategy = arith_pivot_strategy::ARITH_PIVOT_SMALLEST;
|
||||
|
||||
// used in diff-logic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue