mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	fix #6969, again
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									a957a5673d
								
							
						
					
					
						commit
						160971df60
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -203,7 +203,7 @@ namespace nla { | |||
|         auto ql = q; | ||||
|         while (!ql.is_val()) { | ||||
|             lc = lcm(lc, denominator(ql.hi().val())); | ||||
|             ql = q.lo(); | ||||
|             ql = ql.lo(); | ||||
|         } | ||||
|         lc = lcm(denominator(ql.val()), lc); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue