mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
Revert "remove unused random seed parameter on cmd_context"
This reverts commit e2a9cb80e2
.
This commit is contained in:
parent
4faaff5b76
commit
18b8089a1e
3 changed files with 14 additions and 2 deletions
|
@ -466,6 +466,7 @@ cmd_context::cmd_context(bool main_ctx, ast_manager * m, symbol const & l):
|
|||
m_interactive_mode(false),
|
||||
m_global_decls(false),
|
||||
m_print_success(m_params.m_smtlib2_compliant),
|
||||
m_random_seed(0),
|
||||
m_produce_unsat_cores(false),
|
||||
m_produce_unsat_assumptions(false),
|
||||
m_produce_assignments(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue