mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
fixes/debugging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4c81f8676c
commit
3f3bd5948f
5 changed files with 41 additions and 30 deletions
|
@ -89,6 +89,8 @@ namespace polysat {
|
|||
// p := coeff*x*y where coeff_x = coeff*x, x a variable
|
||||
bool is_coeffxY(pdd const& coeff_x, pdd const& p, pdd& y);
|
||||
|
||||
rational max_value(pdd const& x);
|
||||
|
||||
public:
|
||||
inf_saturate(solver& s) : inference_engine(s) {}
|
||||
bool perform(pvar v, conflict& core) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue