mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
add accessors for implied values to API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4628cb8e79
commit
59d8895d15
23 changed files with 347 additions and 2 deletions
|
@ -580,6 +580,13 @@ namespace smt {
|
|||
return get_bdata(v).get_theory();
|
||||
}
|
||||
|
||||
expr_ref get_implied_value(expr* e);
|
||||
|
||||
expr_ref get_implied_lower_bound(expr* e);
|
||||
|
||||
expr_ref get_implied_upper_bound(expr* e);
|
||||
|
||||
|
||||
friend class set_var_theory_trail;
|
||||
void set_var_theory(bool_var v, theory_id tid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue