Skip to content

This repository contains a C# application designed to solve the transportation problem using the North-West Corner Rule for initial solutions and the Potential Method for optimization, effectively minimizing transportation costs between multiple suppliers and consumers.

Notifications You must be signed in to change notification settings

ituvtu/TransportationProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransportationProblem

This repository hosts a C# console application aimed at solving the transportation problem, a classic optimization challenge in operations research. The project utilizes a combination of the North-West Corner Rule for generating an initial feasible solution, and the Potential Method for refining this solution to minimize transportation costs between multiple suppliers and consumers.

Key Features

Interactive Input: Users directly input supply, demand, and cost data through console prompts.

Detailed Output: Visual representation of solutions in the console for easy analysis.

Robust Error Handling: Incorporates custom exceptions for managing input errors.

Usage:

Compile and run the TransportProblem class, input the required data as prompted, and view the step-by-step solution process from initial feasible setup to optimized cost distribution.

Contribute:

Contributors are welcome to enhance the application’s efficiency, add features, or improve its interface. Fork the repository, apply your changes, and submit a pull request for review.

About

This repository contains a C# application designed to solve the transportation problem using the North-West Corner Rule for initial solutions and the Potential Method for optimization, effectively minimizing transportation costs between multiple suppliers and consumers.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages