mirror of
https://github.com/Z3Prover/z3
synced 2026-03-17 18:43:45 +00:00
Missing file edits
This commit is contained in:
parent
e439504ec8
commit
39bf6af870
2 changed files with 0 additions and 7 deletions
|
|
@ -91,9 +91,6 @@ namespace euf {
|
|||
stats m_stats;
|
||||
bool m_add_plugin; // whether sgraph created the seq_plugin
|
||||
|
||||
// tracks allocated subst caches for cleanup
|
||||
ptr_vector<snode_subst_cache> m_subst_caches;
|
||||
|
||||
// maps expression id to snode
|
||||
ptr_vector<snode> m_expr2snode;
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ namespace euf {
|
|||
|
||||
class sgraph;
|
||||
class snode;
|
||||
struct snode_subst_cache;
|
||||
|
||||
typedef ptr_vector<snode> snode_vector;
|
||||
|
||||
|
|
@ -73,9 +72,6 @@ namespace euf {
|
|||
// all zeros means not cached, non-zero means cached
|
||||
unsigned m_hash_matrix[2][2] = {{0,0},{0,0}};
|
||||
|
||||
// substitution cache (lazy-initialized, owned by sgraph)
|
||||
snode_subst_cache* m_subst_cache = nullptr;
|
||||
|
||||
snode* m_args[0]; // variable-length array, allocated via get_snode_size(num_args)
|
||||
|
||||
friend class sgraph;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue