mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
relax an assertion in int_solver::patcher
This commit is contained in:
parent
305c1c1dc2
commit
fd5902f76e
4 changed files with 1215 additions and 7 deletions
|
@ -497,6 +497,7 @@ class lar_solver : public column_namer {
|
|||
std::ostream& display(std::ostream& out) const;
|
||||
|
||||
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;
|
||||
mpq get_tv_value(tv const& t) const;
|
||||
const impq& get_tv_ivalue(tv const& t) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue