mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									e45ae32685
								
							
						
					
					
						commit
						b69ad786f2
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -148,7 +148,6 @@ class lp_bound_propagator {
 | 
				
			||||||
        if (v1 == v2)
 | 
					        if (v1 == v2)
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        TRACE("eq", tout << v1 << " = " << v2 << "\n");
 | 
					 | 
				
			||||||
        explanation ex;
 | 
					        explanation ex;
 | 
				
			||||||
        explain_fixed_in_row(r1, ex);
 | 
					        explain_fixed_in_row(r1, ex);
 | 
				
			||||||
        explain_fixed_in_row(r2, ex);
 | 
					        explain_fixed_in_row(r2, ex);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue