mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	print column value
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									f50f21198e
								
							
						
					
					
						commit
						fbfbfa5d76
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -254,7 +254,7 @@ namespace lp {
 | 
			
		|||
            out << "bounds:\n";
 | 
			
		||||
            for (unsigned v = 0; v < m_var_register.size(); ++v) {
 | 
			
		||||
                unsigned j = m_var_register.local_to_external(v);
 | 
			
		||||
                out << "j" << j << ": ";
 | 
			
		||||
                out << "j" << j << ":= " << lra.get_column_value(j) << ": ";
 | 
			
		||||
                if (lra.column_has_lower_bound(j))
 | 
			
		||||
                    out << lra.column_lower_bound(j).x << " <= ";
 | 
			
		||||
                out << "x" << v;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue