mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
add has_value utility to retrieve value from solver state
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
593a6e5139
commit
b6054b8406
3 changed files with 25 additions and 2 deletions
|
@ -426,6 +426,7 @@ public:
|
|||
|
||||
bool has_upper_bound(var_index var, constraint_index& ci, mpq& value, bool& is_strict) const;
|
||||
|
||||
bool has_value(var_index var, mpq& value) const;
|
||||
|
||||
void get_infeasibility_explanation(vector<std::pair<mpq, constraint_index>> & explanation) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue