mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
eliminated m_proof_mode from smt_params, ast_manager has this information
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
f6a3ec58e5
commit
5379130c8c
12 changed files with 6 additions and 124 deletions
|
@ -51,6 +51,5 @@ void smt_params::updt_params(context_params const & p) {
|
|||
m_soft_timeout = p.m_timeout;
|
||||
m_model = p.m_model;
|
||||
m_model_validate = p.m_model_validate;
|
||||
m_proof_mode = p.m_proof ? PGM_FINE : PGM_DISABLED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue