Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi
I want to implement low cost method algorithm (Operational Research).

My requirement is

Assume that there are 3 warehouses namely Mysore, Bangalore, Chennai. Mysore has capacity to supply of 3000 laptops , Bangalore is 2000 and Chennai is 200..

And there are 4 go-downs namely Mysore-1 , Mysore-2 ,Bangalore-1 and Bangalore-2.

The demand in each go-downs is 2000,1500, 3000, 500

Now when i distribute/supply laptops from warehouse to different go-downs it should be appropriate nearest place to avoid transport expensive.

It should be like this

From Mysore to Mysore-1 ----2000
Mysore to Mysore-2 ----1000

Bangalore to Bangalore-1 --- 2000

Chennai to Bangalore-1 ----1000
Chennai to Bangalore-2 ----500
Chennai to Mysore-2 ----1500


I don't know how to implement this algorithm programmatically..


Can anyone please help me..


Thank You

With Regards

Manju K Gowda
Posted

Talk to your teacher if you don't know how to do your homework.
 
Share this answer
 
We are here to guide you not to do your Homework. Please tell us what you have tried for this and what problem you are facing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900