mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
parent
6ab83466d9
commit
785c9a18ca
5 changed files with 20 additions and 1 deletions
|
@ -404,6 +404,8 @@ namespace smt {
|
|||
bool is_representative(theory_var v) const {
|
||||
return get_representative(v) == v;
|
||||
}
|
||||
|
||||
virtual bool is_safe_to_copy(bool_var v) const { return true; }
|
||||
|
||||
unsigned get_num_vars() const {
|
||||
return m_var2enode.size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue