mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 20:58:54 +00:00
take the coefficient from cut_result, not lia
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1b3929099b
commit
2ac866a8d0
2 changed files with 4 additions and 3 deletions
|
@ -562,7 +562,9 @@ public:
|
|||
std::ostream& print_implied_bound(const implied_bound& be, std::ostream& out) const;
|
||||
std::ostream& print_values(std::ostream& out) const;
|
||||
std::ostream& display(std::ostream& out) const;
|
||||
|
||||
std::ostream& display_constraint(std::ostream& out, constraint_index ci) const {
|
||||
return m_constraints.display(out, ci);
|
||||
}
|
||||
bool init_model() const;
|
||||
mpq from_model_in_impq_to_mpq(const impq& v) const { return v.x + m_delta * v.y; }
|
||||
mpq get_value(column_index const& j) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue