mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	Added is_considered_uninterpreted() to decl_plugins.
This commit is contained in:
		
							parent
							
								
									3d37c25bcc
								
							
						
					
					
						commit
						7ddd2856c8
					
				
					 4 changed files with 38 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -992,6 +992,8 @@ public:
 | 
			
		|||
    // Event handlers for deleting/translating PARAM_EXTERNAL
 | 
			
		||||
    virtual void del(parameter const & p) {}
 | 
			
		||||
    virtual parameter translate(parameter const & p, decl_plugin & target) { UNREACHABLE(); return p; }
 | 
			
		||||
 | 
			
		||||
    virtual bool is_considered_uninterpreted(func_decl * f) { return false; }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
// -----------------------------------
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue