mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
update display method for datalog to use predicates, throttle use of extensionality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
847607bda7
commit
2115111dac
3 changed files with 71 additions and 17 deletions
|
@ -581,6 +581,9 @@ namespace datalog {
|
|||
//undefined and private copy constructor and operator=
|
||||
context(const context&);
|
||||
context& operator=(const context&);
|
||||
|
||||
bool is_query(expr* e);
|
||||
void display_rel_decl(std::ostream& out, func_decl* f);
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue