mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 02:08:07 +00:00
add facility to dispense with cancellation (not activated at this point). Address #961 by expanding recurisve function definitions that are not tautologies if the current model does not validate
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0c4b792dac
commit
ec29a03c8f
8 changed files with 62 additions and 28 deletions
|
@ -33,6 +33,7 @@ namespace sat {
|
|||
|
||||
solver::solver(params_ref const & p, reslimit& l, extension * ext):
|
||||
m_rlimit(l),
|
||||
m_checkpoint_enabled(true),
|
||||
m_config(p),
|
||||
m_ext(ext),
|
||||
m_par(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue