mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	chore: add definition for enode_tbl
				
					
				
			This commit is contained in:
		
							parent
							
								
									b5d531f079
								
							
						
					
					
						commit
						2ee1e358b6
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -21,6 +21,7 @@ Revision History:
 | 
			
		|||
 | 
			
		||||
#include "util/list.h"
 | 
			
		||||
#include "util/vector.h"
 | 
			
		||||
#include "util/hashtable.h"
 | 
			
		||||
#include "util/lbool.h"
 | 
			
		||||
 | 
			
		||||
class model;
 | 
			
		||||
| 
						 | 
				
			
			@ -46,6 +47,7 @@ namespace smt {
 | 
			
		|||
    typedef ptr_vector<enode> enode_vector;
 | 
			
		||||
    typedef std::pair<enode *, enode *> enode_pair;
 | 
			
		||||
    typedef svector<enode_pair> enode_pair_vector;
 | 
			
		||||
    typedef ptr_hashtable<enode, obj_ptr_hash<enode>, deref_eq<enode> > enode_tbl;
 | 
			
		||||
 | 
			
		||||
    class context;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue