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

fixing unit tests

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2012-12-05 12:01:03 -08:00 committed by Leonardo de Moura
parent 3736c5ea3b
commit 6bdde9047a
7 changed files with 16 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();
};
};