mirror of
https://github.com/Z3Prover/z3
synced 2026-07-06 07:16:13 +00:00
fix #6467
This commit is contained in:
parent
cd3d38caf7
commit
9054e72920
8 changed files with 51 additions and 46 deletions
|
|
@ -365,7 +365,7 @@ namespace datalog {
|
|||
|
||||
void get_vars(ast_manager& m, ptr_vector<sort>& sorts) const;
|
||||
|
||||
void display(context & ctx, std::ostream & out) const;
|
||||
void display(context & ctx, std::ostream & out, bool compact = false) const;
|
||||
|
||||
/**
|
||||
\brief Return the name(s) associated with this rule. Plural for preprocessed (e.g. obtained by inlining) rules.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue