mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	bugfix on slack
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									766f5f04c0
								
							
						
					
					
						commit
						4fe423482a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -150,7 +150,7 @@ class BinCoverSolver(UserPropagateBase): | ||||||
|     def _exclude_item2bin(self, item, bin): |     def _exclude_item2bin(self, item, bin): | ||||||
|         # print("exclude", item, "from", bin) |         # print("exclude", item, "from", bin) | ||||||
|         # Check if bin has already been blocked |         # Check if bin has already been blocked | ||||||
|         if bin.slack < bin.weight: |         if bin.slack < bin.min_bound: | ||||||
|             return |             return | ||||||
|         if bin.weight >= bin.min_bound: |         if bin.weight >= bin.min_bound: | ||||||
|             return |             return | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue