mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	fix #7753
This commit is contained in:
		
							parent
							
								
									4542fc0b3b
								
							
						
					
					
						commit
						21e3168421
					
				
					 2 changed files with 5 additions and 2 deletions
				
			
		|  | @ -1301,8 +1301,8 @@ public: | |||
|             mk_axiom(eqz, eq); | ||||
|             mk_axiom(eqz, mod_ge_0); | ||||
|             mk_axiom(eqz, mod_lt_q); | ||||
| //            if (!a.is_uminus(q)) 
 | ||||
| //                mk_axiom(mk_literal(m.mk_eq(mod, a.mk_mod(p, a.mk_uminus(q)))));
 | ||||
|             if (!a.is_uminus(q))  | ||||
|                 mk_axiom(mk_literal(m.mk_eq(mod, a.mk_mod(p, a.mk_uminus(q))))); | ||||
|              | ||||
|             m_arith_eq_adapter.mk_axioms(th.ensure_enode(mod_r), th.ensure_enode(p)); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue