mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	prepare release
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									b6f7deacf4
								
							
						
					
					
						commit
						c826b64e35
					
				
					 3 changed files with 7 additions and 4 deletions
				
			
		|  | @ -627,8 +627,9 @@ namespace arith { | |||
|         else if (use_nra_model() && lp().external_to_local(v) != lp::null_lpvar) { | ||||
|             anum const& an = nl_value(v, *m_a1); | ||||
|             if (a.is_int(o) && !m_nla->am().is_int(an)) | ||||
|                 value = a.mk_numeral(rational::zero(), a.is_int(o));              | ||||
|             //value = a.mk_numeral(m_nla->am(), nl_value(v, *m_a1), a.is_int(o));
 | ||||
|                 value = a.mk_numeral(rational::zero(), a.is_int(o));        | ||||
|             else | ||||
|                 value = a.mk_numeral(m_nla->am(), nl_value(v, *m_a1), a.is_int(o)); | ||||
|         } | ||||
|         else if (v != euf::null_theory_var) { | ||||
|             rational r = get_value(v); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue