mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
more streamlined diagnostics to prepare for #5106
This commit is contained in:
parent
d03fdf5fed
commit
ff0de59a70
4 changed files with 13 additions and 14 deletions
|
@ -525,6 +525,8 @@ public:
|
|||
std::ostream& print_constraint_indices_only(const lar_base_constraint * c, std::ostream & out) const;
|
||||
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;
|
||||
|
||||
bool init_model() const;
|
||||
mpq get_value(column_index const& j) const;
|
||||
mpq get_tv_value(tv const& t) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue