mirror of
https://github.com/Z3Prover/z3
synced 2025-11-11 08:32:03 +00:00
Pseudo-inverse op_constraint
This commit is contained in:
parent
84a5ec221f
commit
79e7380ffc
10 changed files with 144 additions and 47 deletions
|
|
@ -87,8 +87,8 @@ namespace polysat {
|
|||
|
||||
pdd get_pseudo_inverse(const pdd& p, unsigned parity);
|
||||
pdd get_inverse(const pdd& p);
|
||||
pdd get_odd(const pdd& p, unsigned parity, svector<signed_constraint>& pat);
|
||||
pdd get_odd(const pdd& p, unsigned parity, clause_builder& precondition);
|
||||
|
||||
std::tuple<pdd, bool, svector<signed_constraint>> eliminate_variable(saturation& saturation, pvar x, const pdd& a, const pdd& b, const pdd& p);
|
||||
std::tuple<pdd, bool> eliminate_variable(saturation& saturation, pvar x, const pdd& a, const pdd& b, const pdd& p, clause_builder& precondition);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue