mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	cleanup cancelation logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									4e155887b2
								
							
						
					
					
						commit
						61dbb6168e
					
				
					 37 changed files with 93 additions and 198 deletions
				
			
		|  | @ -43,9 +43,6 @@ class hnf { | |||
|                     proof_ref_vector& ps               // [OUT] proofs of rs
 | ||||
|                     ); | ||||
| 
 | ||||
|     void cancel() { set_cancel(true); } | ||||
|     void reset_cancel() { set_cancel(false); } | ||||
|     void set_cancel(bool f); | ||||
|     void set_name(symbol const& name);     | ||||
|     void reset(); | ||||
|     func_decl_ref_vector const& get_fresh_predicates(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue