View Single Post
  #7  
Old 08-28-2007, 05:52 PM
KUJustin KUJustin is offline
Senior Member
 
Join Date: Mar 2004
Posts: 1,616
Default Re: A Math Problem (NP Complete?)

[ QUOTE ]
By "scalable," do you mean the solution steps increase in polynomial time with increasing number of categories and items per category?

[/ QUOTE ]

yes

[ QUOTE ]
Also, can we make the following assumption:

Given any two items X and Y within a group, does

carlories(X) >= calories(Y) imply price(X) >= price(Y)?

[/ QUOTE ]

no

Given that this is "np-hard" is there a better solution for approximating than the one I've given? I'm going to research this based on the links and problem name provided, but if anyone has some more insight I'm obviously interested.
Reply With Quote