mirror of
https://github.com/Z3Prover/z3
synced 2025-12-04 19:16:46 +00:00
fix crash on arie branch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b835bd4c92
commit
711572e73c
3 changed files with 24 additions and 29 deletions
|
|
@ -166,7 +166,7 @@ namespace nla {
|
|||
unsigned degree_of_var_in_constraint(lpvar v, lp::constraint_index ci) const;
|
||||
factorization factor(lpvar v, lp::constraint_index ci);
|
||||
lbool resolve_variable(lpvar x, lp::constraint_index ci);
|
||||
lbool resolve_variable(lpvar x, lp::constraint_index ci, lp::constraint_index other_ci, rational const& p_value,
|
||||
bool resolve_variable(lpvar x, lp::constraint_index ci, lp::constraint_index other_ci, rational const& p_value,
|
||||
factorization const& f, unsigned_vector const& m1, dd::pdd _f_p);
|
||||
|
||||
bool constraint_is_true(lp::constraint_index ci) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue