mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 07:27:57 +00:00
get cached tv value (#6756)
This commit is contained in:
parent
f7ec5c5c64
commit
1006955215
2 changed files with 5 additions and 9 deletions
|
@ -506,7 +506,7 @@ public:
|
|||
bool init_model() const;
|
||||
mpq get_value(column_index const& j) const;
|
||||
mpq get_tv_value(tv const& t) const;
|
||||
impq get_tv_ivalue(tv const& t) const;
|
||||
const impq & get_tv_ivalue(tv const& t) const;
|
||||
void get_model(std::unordered_map<var_index, mpq> & variable_values) const;
|
||||
void get_rid_of_inf_eps();
|
||||
void get_model_do_not_care_about_diff_vars(std::unordered_map<var_index, mpq> & variable_values) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue