mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 09:12:16 +00:00
overhaul urle_set
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
9456f16a4c
15 changed files with 233 additions and 253 deletions
|
@ -257,6 +257,7 @@ namespace datalog {
|
|||
void add_fact(app * head);
|
||||
void add_fact(func_decl * pred, const relation_fact & fact);
|
||||
|
||||
bool has_facts(func_decl * pred) const;
|
||||
|
||||
void add_rule(rule_ref& r);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue