mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 06:45:25 +00:00
extract method add_equation
This commit is contained in:
parent
4142201d88
commit
e533c6c78d
2 changed files with 37 additions and 36 deletions
|
@ -227,6 +227,8 @@ namespace polysat {
|
|||
/** Get variable representing src[hi:lo] */
|
||||
pvar mk_extract(enode* src, unsigned hi, unsigned lo);
|
||||
|
||||
bool add_equation(pvar x, pdd const& body, sat::literal lit);
|
||||
|
||||
bool invariant() const;
|
||||
bool invariant_needs_congruence() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue