mirror of
https://github.com/Z3Prover/z3
synced 2026-05-18 07:59:29 +00:00
parent
6d6881c87a
commit
35f184a6b9
11 changed files with 108 additions and 114 deletions
|
|
@ -1019,7 +1019,6 @@ namespace datalog {
|
|||
void rule::display(context & ctx, std::ostream & out) const {
|
||||
ast_manager & m = ctx.get_manager();
|
||||
out << m_name.str () << ":\n";
|
||||
//out << mk_pp(m_head, m);
|
||||
output_predicate(ctx, m_head, out);
|
||||
if (m_tail_size == 0) {
|
||||
out << ".\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue