mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
coalesce updates to bounds
This commit is contained in:
parent
579ba8bd70
commit
5cc57b8958
2 changed files with 42 additions and 64 deletions
|
@ -202,8 +202,8 @@ class lar_solver : public column_namer {
|
|||
|
||||
void pop_core_solver_params();
|
||||
void pop_core_solver_params(unsigned k);
|
||||
void set_upper_bound_witness(lpvar j, u_dependency* ci);
|
||||
void set_lower_bound_witness(lpvar j, u_dependency* ci);
|
||||
void set_upper_bound_witness(lpvar j, u_dependency* ci, impq const& high);
|
||||
void set_lower_bound_witness(lpvar j, u_dependency* ci, impq const& low);
|
||||
void substitute_terms_in_linear_expression(const vector<std::pair<mpq, lpvar>>& left_side_with_terms,
|
||||
vector<std::pair<mpq, lpvar>>& left_side) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue