mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
pretty print rules with quoted symbols
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
646ace6842
commit
654c02701c
2 changed files with 30 additions and 1 deletions
|
@ -461,6 +461,11 @@ namespace datalog {
|
|||
{
|
||||
rule_ref r(r0, m_context.get_rule_manager());
|
||||
|
||||
if (r->has_quantifiers()) {
|
||||
res = r;
|
||||
return false;
|
||||
}
|
||||
|
||||
start:
|
||||
unsigned u_len = r->get_uninterpreted_tail_size();
|
||||
unsigned len = r->get_tail_size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue