mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	Bugfix for FP model converter.
This commit is contained in:
		
							parent
							
								
									c9373ebc9f
								
							
						
					
					
						commit
						99176cca60
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -384,7 +384,7 @@ void fpa2bv_model_converter::convert(model * bv_mdl, model * float_mdl) { | |||
|         if (!seen.contains(f)) | ||||
|         { | ||||
|             TRACE("fpa2bv_mc", tout << "Keeping: " << mk_ismt2_pp(f, m) << std::endl;); | ||||
|             func_interp * val = bv_mdl->get_func_interp(f); | ||||
|             func_interp * val = bv_mdl->get_func_interp(f)->copy(); | ||||
|             float_mdl->register_decl(f, val); | ||||
|         } | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue