mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
remove mk_or_reduced
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e32448d7ea
commit
7e91fb5c15
6 changed files with 53 additions and 120 deletions
|
@ -66,6 +66,7 @@ namespace datalog {
|
|||
void compile_guard(expr* g, udoc& d) const;
|
||||
void apply_guard(expr* g, udoc& result, bit_vector const& discard_cols);
|
||||
void apply_guard(expr* g, udoc& result, subset_ints& equalities, bit_vector const& discard_cols);
|
||||
void apply_eq(expr* g, udoc& result, var* v, unsigned hi, unsigned lo, expr* c);
|
||||
};
|
||||
|
||||
class udoc_plugin : public relation_plugin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue