mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	more dead code removal
This commit is contained in:
		
							parent
							
								
									e430f28813
								
							
						
					
					
						commit
						748c75275f
					
				
					 2 changed files with 0 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -2330,10 +2330,6 @@ namespace lp {
 | 
			
		|||
        return true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void lar_solver::pivot_column_tableau(unsigned j, unsigned row_index) {
 | 
			
		||||
        m_mpq_lar_core_solver.m_r_solver.pivot_column_tableau(j, row_index);
 | 
			
		||||
        m_mpq_lar_core_solver.m_r_solver.change_basis(j, r_basis()[row_index]);
 | 
			
		||||
    }
 | 
			
		||||
} // namespace lp
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -519,8 +519,6 @@ public:
 | 
			
		|||
        return m_mpq_lar_core_solver.lower_bound(j);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void pivot_column_tableau(unsigned j, unsigned row_index);
 | 
			
		||||
    
 | 
			
		||||
    inline const impq & column_upper_bound(unsigned j) const {
 | 
			
		||||
        return m_mpq_lar_core_solver.upper_bound(j);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue