3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-27 05:26:01 +00:00

Merge branch 'nikolaj' into unstable

This commit is contained in:
Leonardo de Moura 2012-12-06 07:42:50 -08:00
commit 294d40889f
6 changed files with 15 additions and 15 deletions

View file

@ -41,8 +41,6 @@ namespace datalog {
fact_vector m_table_facts;
void reset_negated_tables();
lbool saturate();
relation_plugin & get_ordinary_relation_plugin(symbol relation_name);
@ -109,6 +107,7 @@ namespace datalog {
void display_output_facts(std::ostream & out) const;
void display_facts(std::ostream & out) const;
lbool saturate();
};
};