mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
abe3ef2382
commit
ec034679ce
7 changed files with 26 additions and 18 deletions
|
@ -39,7 +39,7 @@ public:
|
|||
};
|
||||
|
||||
class var_register {
|
||||
svector<ext_var_info> m_local_to_external;
|
||||
vector<ext_var_info> m_local_to_external;
|
||||
std::unordered_map<unsigned, unsigned> m_external_to_local;
|
||||
unsigned m_locals_mask;
|
||||
unsigned m_locals_mask_inverted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue