mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	less eager dio
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
		
							parent
							
								
									bbeecc6f7c
								
							
						
					
					
						commit
						18c75e6333
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -231,7 +231,7 @@ namespace lp { | |||
|             ++m_number_of_calls; | ||||
|             if (r == lia_move::undef) r = patch_basic_columns(); | ||||
|             if (r == lia_move::undef && should_find_cube()) r = int_cube(lia)(); | ||||
|             if (r == lia_move::undef && (true||should_solve_dioph_eq())) r = solve_dioph_eq(); | ||||
|             if (r == lia_move::undef && should_solve_dioph_eq()) r = solve_dioph_eq(); | ||||
|             if (r == lia_move::undef) lra.move_non_basic_columns_to_bounds(); | ||||
|             if (r == lia_move::undef && should_hnf_cut()) r = hnf_cut(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue