mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	workaround manylinux build failure (it is advertized as a compiler bug)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									d09d37cb10
								
							
						
					
					
						commit
						35db0ae58b
					
				
					 2 changed files with 8 additions and 7 deletions
				
			
		|  | @ -309,9 +309,9 @@ namespace simplex { | |||
|         all_rows get_rows() { return all_rows(*this); } | ||||
| 
 | ||||
|         numeral const& get_coeff(row r, unsigned v) { | ||||
|             for (auto & [coeff, u] : get_row(r))  | ||||
|                 if (u == v)  | ||||
|                     return coeff; | ||||
|             for (auto & row : get_row(r))  | ||||
|                 if (row.m_var == v)  | ||||
|                     return row.m_coeff; | ||||
|             return m_zero; | ||||
|         } | ||||
|          | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue