mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
add dl_context::has_facts(pred)
Signed-off-by: Nuno Lopes <t-nclaud@microsoft.com>
This commit is contained in:
parent
5f298b6965
commit
1ef17cbe67
4 changed files with 16 additions and 1 deletions
|
@ -249,6 +249,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);
|
||||
void add_rules(rule_ref_vector& rs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue