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:
parent
bbddeffe0b
commit
cbed3bfde4
2 changed files with 53 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue