Page 1 of 1
implementation of knapsack branch and bound
Posted: Fri Nov 29, 2013 10:49 pm
by pohontaman
I have a college assignment that is completed with a knapsack problem branch and bound algorithm with php programming language.
The following data will be processed:
$arrW=(2,5,10,5);
$arrP=(40,30,50,10);
please help me..
Re: implementation of knapsack branch and bound
Posted: Sat Nov 30, 2013 3:09 am
by requinix
How about an explanation about exactly what you're having a problem with. Okay,
knapsack problem, "bound algorithm" could mean the bounded knapsack problem or maybe the mathematical concept of bounding (eg, on algorithm complexity), and you've got there a set of values and weights... so what's next?
Re: implementation of knapsack branch and bound
Posted: Sat Nov 30, 2013 10:03 am
by Bill H
I have a college assignment...
Dude, how well are you going to do in a future work environment if you do not get your education in your educational environment? If you can't do your college assignments, get help from your professor so that he will know you are having trouble. Tell your professor that what he is teaching is not getting through, because maybe it is not getting through for other people as well.
Getting people here to do your assingment for you is not going to help you when similar problems come up on a classroom test.