mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	Avoid crashing on cancel
This commit is contained in:
		
							parent
							
								
									f6dcc6fc72
								
							
						
					
					
						commit
						2b4d92821a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1361,7 +1361,7 @@ lbool pred_transformer::is_reachable(pob& n, expr_ref_vector* core, | |||
| 
 | ||||
|     if (is_sat == l_true || is_sat == l_undef) { | ||||
|         if (core) { core->reset(); } | ||||
|         if (model) { | ||||
|         if (model && model->get()) { | ||||
|             r = find_rule(**model, is_concrete, reach_pred_used, num_reuse_reach); | ||||
|             TRACE ("spacer", tout << "reachable " | ||||
|                    << "is_concrete " << is_concrete << " rused: "; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue