Please stop top posting!!!
On 25/06/2010 15:14, Nathan Rice wrote:
I solve optimization problems like this all the time using branch and bound.
Just arrange the possible scenarios into a state space tree, (ideally
ordered by lowest average cost supplier) then prune any branch where the
best case
What do you suggest Terry? I think this problem its similar to
traveler salesman. Some people solve it with Heuristic and some with
Linear programming or Stochastic programming.
On 25 jun, 03:28, Terry Reedy wrote:
> On 6/24/2010 9:13 PM, Marcos wrote:
>
> > I have a store, so I want to maximize
I solve optimization problems like this all the time using branch and bound.
Just arrange the possible scenarios into a state space tree, (ideally
ordered by lowest average cost supplier) then prune any branch where the
best case scenario given supplier cost plus shipping cost summed over all
remai
On 25 jun, 04:00, MRAB wrote:
> Terry Reedy wrote:
> > On 6/24/2010 9:13 PM, Marcos wrote:
> >> I have a store, so I want to maximize the profit. I have all the
> >> suppliers with diferent prices, some providers can send products to a
> >> client an others not, this has a plus price. Some provide
Terry Reedy wrote:
On 6/24/2010 9:13 PM, Marcos wrote:
I have a store, so I want to maximize the profit. I have all the
suppliers with diferent prices, some providers can send products to a
client an others not, this has a plus price. Some providers has a
discount over the tansport if a quantity
On 25 jun, 03:36, geremy condra wrote:
> On Thu, Jun 24, 2010 at 9:13 PM, Marcos wrote:
> > I have a store, so I want to maximize the profit. I have all the
> > suppliers with diferent prices, some providers can send products to a
> > client an others not, this has a plus price. Some providers ha
On 25 jun, 03:28, Terry Reedy wrote:
> On 6/24/2010 9:13 PM, Marcos wrote:
>
> > I have a store, so I want to maximize the profit. I have all the
> > suppliers with diferent prices, some providers can send products to a
> > client an others not, this has a plus price. Some providers has a
> > disc
On Thu, Jun 24, 2010 at 9:13 PM, Marcos wrote:
> I have a store, so I want to maximize the profit. I have all the
> suppliers with diferent prices, some providers can send products to a
> client an others not, this has a plus price. Some providers has a
> discount over the tansport if a quantity i
On 6/24/2010 9:13 PM, Marcos wrote:
I have a store, so I want to maximize the profit. I have all the
suppliers with diferent prices, some providers can send products to a
client an others not, this has a plus price. Some providers has a
discount over the tansport if a quantity is reached.
Someti