mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	missing negation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									d42693d5b5
								
							
						
					
					
						commit
						b2c035ea3f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -166,7 +166,7 @@ bool core::check_monic(const monic& m) const { | |||
|     if (!is_relevant(m.var())) | ||||
|         return true; | ||||
| #endif | ||||
|     if (m_lar_solver.column_is_int(m.var()) && m_lar_solver.get_column_value(m.var()).is_int()) | ||||
|     if (m_lar_solver.column_is_int(m.var()) && !m_lar_solver.get_column_value(m.var()).is_int()) | ||||
|         return true; | ||||
|      | ||||
|     bool ret = product_value(m) == m_lar_solver.get_column_value(m.var()).x;  | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue