3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 12:07:52 +00:00

fi: match_non_zero_linear

This commit is contained in:
Jakob Rath 2022-01-26 11:08:03 +01:00
parent bbddeffe0b
commit cbed3bfde4
2 changed files with 53 additions and 7 deletions

View file

@ -57,6 +57,11 @@ namespace polysat {
rational const & a2, pdd const& b2, pdd const& e2,
fi_record& fi);
bool match_non_zero_linear(signed_constraint const& c,
rational const & a1, pdd const& b1, pdd const& e1,
rational const & a2, pdd const& b2, pdd const& e2,
fi_record& fi);
bool match_non_zero(signed_constraint const& c,
rational const & a1, pdd const& b1, pdd const& e1,
fi_record& fi);