I have a problem that should be solved with branch and bound algorithm, however i'm having a hard time thinking how to solve it. I'cant figure out how to start the branch and bound algorithm.
Here is the problem:
A car has a maximum weight and volume capacity, and i need to fill the car with packages. Those packages have a determined value of importance, weight and volume. The objective is to put in the car the combination of packages with highest importace value without passing the limits of weight and volume of the car.