3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 23:05:26 +00:00

add seed parameter, fix trail undo order from insertion to ensure lifetime

This commit is contained in:
Nikolaj Bjorner 2025-05-27 18:02:51 +01:00
parent b44c897a59
commit d766292dab
2 changed files with 8 additions and 5 deletions

View file

@ -11,6 +11,7 @@ def_module_params('tactic',
('propagate_values.max_rounds', UINT, 4, "maximal number of rounds to propagate values."),
('lia2card.max_range', UINT, 100, "maximal range of integers to compilation into Booleans"),
('lia2card.max_ite_nesting', UINT, 4, "maximal nesting depth for ite expressions to be compiled into PB constraints"),
('randomizer.seed', UINT, 0, "seed for randomizer pre-processor"),
('default_tactic', SYMBOL, '', "overwrite default tactic in strategic solver"),
# ('aig.per_assertion', BOOL, True, "process one assertion at a time"),