This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Phillip.M.Feldman
Recipients Phillip.M.Feldman, Phillip.M.Feldman@gmail.com, cvrebert, mark.dickinson, rhettinger, terry.reedy
Date 2011-09-21.04:33:38
SpamBayes Score 0.07544333
Marked as misclassified No
Message-id <1316579619.11.0.0171072730392.issue12961@psf.upfronthosting.co.za>
In-reply-to
Content
Ideally, I'd like to see support for all combinations of the following occupancy problem features:

- Labeled and unlabeled boxes
- Labeled and unlabeled balls
- Empty boxes allowed and empty boxes forbidden
- Boxes with no capacity limits and with capacity limits

There are 2^4= 16 combinations in total.  As has been previously noted, some of these can be handled with the existing toolset, but the majority cannot.
History
Date User Action Args
2011-09-21 04:33:39Phillip.M.Feldmansetrecipients: + Phillip.M.Feldman, rhettinger, terry.reedy, mark.dickinson, cvrebert, Phillip.M.Feldman@gmail.com
2011-09-21 04:33:39Phillip.M.Feldmansetmessageid: <1316579619.11.0.0171072730392.issue12961@psf.upfronthosting.co.za>
2011-09-21 04:33:38Phillip.M.Feldmanlinkissue12961 messages
2011-09-21 04:33:38Phillip.M.Feldmancreate