mirror of
https://github.com/Z3Prover/z3
synced 2025-10-17 21:10:26 +00:00
Merge forbidden intervals for positive and negative equations
This commit is contained in:
parent
6c7f556496
commit
6f1e4283bb
2 changed files with 16 additions and 50 deletions
|
@ -73,11 +73,6 @@ 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