mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									178262fc12
								
							
						
					
					
						commit
						8faad26c3c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -964,7 +964,7 @@ namespace arith {
 | 
			
		|||
        IF_VERBOSE(12, verbose_stream() << "final-check " << lp().get_status() << "\n");
 | 
			
		||||
        SASSERT(lp().ax_is_correct());
 | 
			
		||||
 | 
			
		||||
        if (lp().get_status() != lp::lp_status::OPTIMAL) {
 | 
			
		||||
        if (lp().get_status() != lp::lp_status::OPTIMAL || lp().has_changed_columns()) {
 | 
			
		||||
            switch (make_feasible()) {
 | 
			
		||||
            case l_false:
 | 
			
		||||
                get_infeasibility_explanation_and_set_conflict();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue