mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	prepare for handling integer intervals
This commit is contained in:
		
							parent
							
								
									36453c5949
								
							
						
					
					
						commit
						98c9fa7faf
					
				
					 4 changed files with 10 additions and 10 deletions
				
			
		|  | @ -51,7 +51,7 @@ namespace nlsat { | |||
|            Let x be a->max_var(). Then, the resultant set specifies which | ||||
|            values of x falsify the given literal. | ||||
|         */ | ||||
|         interval_set_ref infeasible_intervals(atom * a, bool neg, clause const* cls); | ||||
|         interval_set_ref infeasible_intervals(atom * a, bool is_int, bool neg, clause const* cls); | ||||
| 
 | ||||
|         void push(); | ||||
|         void pop(unsigned num_scopes); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue