mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 23:34:55 +00:00
working on udoc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a50cbef877
commit
22808a039d
17 changed files with 171 additions and 39 deletions
|
@ -644,7 +644,8 @@ namespace datalog {
|
|||
tout << " num unifiers: " << m_unifiers.size();
|
||||
tout << " num positions: " << m_positions.find(e).size() << "\n";
|
||||
output_predicate(m_context, to_app(e), tout); tout << "\n";);
|
||||
return true;
|
||||
// stop visitor when we have more than 1 unifier, since that's all we want.
|
||||
return m_unifiers.size() <= 1;
|
||||
}
|
||||
|
||||
void mk_rule_inliner::visitor::reset(unsigned sz) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue