3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-17 13:00:26 +00:00

Add stub for match_max

This commit is contained in:
Jakob Rath 2022-12-22 17:47:33 +01:00
parent 516eb55442
commit b42b027a40
2 changed files with 22 additions and 0 deletions

View file

@ -73,6 +73,11 @@ namespace polysat {
rational const & a2, pdd const& b2, pdd const& e2,
fi_record& fi);
bool match_max(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,
pdd const& q,