mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
properly handle recursive function definitions #898
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3bbe5eceeb
commit
e05cee757b
5 changed files with 12 additions and 32 deletions
|
@ -149,6 +149,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
void simplifier::operator()(bool learned) {
|
||||
std::cout << s.rlimit().count() << "\n";
|
||||
if (s.inconsistent())
|
||||
return;
|
||||
if (!m_subsumption && !m_elim_blocked_clauses && !m_resolution)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue