mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 11:12:28 +00:00 
			
		
		
		
	removed debugginf message in interpolation
This commit is contained in:
		
							parent
							
								
									a898bad961
								
							
						
					
					
						commit
						763ae0d246
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -489,9 +489,11 @@ void iz3mgr::get_farkas_coeffs(const ast &proof, std::vector<rational>& rats){ | |||
|   symb s = sym(proof); | ||||
|   int numps = s->get_num_parameters(); | ||||
|   rats.resize(numps-2); | ||||
| #if 0 | ||||
|   if(num_prems(proof) < numps-2){ | ||||
|     std::cout << "bad farkas rule: " << num_prems(proof) << " premises should be " << numps-2 << "\n"; | ||||
|   } | ||||
| #endif | ||||
|   for(int i = 2; i < numps; i++){ | ||||
|     rational r; | ||||
|     bool ok = s->get_parameter(i).is_rational(r); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue