mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
add tc and trc functionals for binary relations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d3305aac16
commit
ae982c5225
13 changed files with 361 additions and 77 deletions
|
@ -188,5 +188,9 @@ namespace smt {
|
|||
out.flush();
|
||||
}
|
||||
|
||||
theory_var theory::get_th_var(expr* e) const {
|
||||
return get_th_var(get_context().get_enode(e));
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue