mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
new interpolation fixes; re-added fixedpoint-push/pop
This commit is contained in:
parent
7ca6c744fd
commit
49c72abb2d
10 changed files with 156 additions and 21 deletions
|
@ -1307,7 +1307,7 @@ ast_manager::ast_manager(ast_manager const & src, bool disable_proofs):
|
|||
void ast_manager::init() {
|
||||
// TODO: the following is a HACK to enable proofs in the old smt solver
|
||||
// When we stop using that solver, this hack can be removed
|
||||
m_proof_mode = PGM_FINE;
|
||||
// m_proof_mode = PGM_FINE;
|
||||
|
||||
m_int_real_coercions = true;
|
||||
m_debug_ref_count = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue