mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	fixed compilation bug
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									91c65178c7
								
							
						
					
					
						commit
						7f1f0415a7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -557,7 +557,7 @@ namespace datalog {
 | 
			
		|||
    expr_ref bmc::eval_q(model_ref& model, func_decl* f, unsigned i) {
 | 
			
		||||
        func_decl_ref fn = mk_q_func_decl(f);
 | 
			
		||||
        expr_ref t(m), result(m);
 | 
			
		||||
        t = m.mk_app(mk_q_func_decl(f), mk_q_num(i));
 | 
			
		||||
        t = m.mk_app(mk_q_func_decl(f).get(), mk_q_num(i));
 | 
			
		||||
        model->eval(t, result);
 | 
			
		||||
        return result;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue