mirror of
https://github.com/Z3Prover/z3
synced 2026-03-18 02:53:46 +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
|
|
@ -255,7 +255,6 @@ namespace pdr {
|
|||
|
||||
smt_params farkas_learner::get_proof_params(smt_params& orig_params) {
|
||||
smt_params res(orig_params);
|
||||
res.m_proof_mode = PROOF_MODE;
|
||||
res.m_arith_bound_prop = BP_NONE;
|
||||
// temp hack to fix the build
|
||||
// res.m_conflict_resolution_strategy = CR_ALL_DECIDED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue