3
0
Fork 0
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:
Leonardo de Moura 2012-12-05 08:35:03 -08:00
parent f6a3ec58e5
commit 5379130c8c
12 changed files with 6 additions and 124 deletions

View file

@ -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;
}