3
0
Fork 0
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:
Jakob Rath 2023-07-20 15:21:22 +02:00
parent 4142201d88
commit e533c6c78d
2 changed files with 37 additions and 36 deletions

View file

@ -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;