Metadata-Version: 2.1
Name: nboxes
Version: 0.0.2
Summary: How to put n boxes into a rectangle area.
Home-page: UNKNOWN
Author: Summer Fang
License: UNKNOWN
Description: # Simple bin packaging problem (Same size bins)
        
        There is a bigger rectange R with width W and height H. We are going to fill n same size smaller rectanges r into R. We know the proportion of width and height of r is p. To make the occupied area as big as possible, what is width w of r? 
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
