mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	fix build
This commit is contained in:
		
							parent
							
								
									4431fd17ce
								
							
						
					
					
						commit
						cb3c86736c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -23,9 +23,9 @@ namespace xr {
 | 
			
		|||
        
 | 
			
		||||
        th_solver* clone(euf::solver& ctx) override;
 | 
			
		||||
 | 
			
		||||
        sat::literal internalize(expr* e, bool sign, bool root, bool redundant)  override { UNREACHABLE(); return sat::null_literal; }
 | 
			
		||||
        sat::literal internalize(expr* e, bool sign, bool root)  override { UNREACHABLE(); return sat::null_literal; }
 | 
			
		||||
 | 
			
		||||
        void internalize(expr* e, bool redundant) override { UNREACHABLE(); }
 | 
			
		||||
        void internalize(expr* e) override { UNREACHABLE(); }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        void asserted(sat::literal l) override;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue