mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
use a faster version of get_model in debug checks
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
86ed01a63b
commit
9dc7ba73eb
2 changed files with 10 additions and 1 deletions
|
@ -372,6 +372,7 @@ public:
|
|||
|
||||
void get_model(std::unordered_map<var_index, mpq> & variable_values) const;
|
||||
|
||||
void get_model_do_not_care_about_diff_vars(std::unordered_map<var_index, mpq> & variable_values) const;
|
||||
|
||||
std::string get_variable_name(var_index vi) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue