Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 562 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 562 Bytes

OR Algorithms

This repository contains the code for variosu algorithms used to solve problems in Operations Research

Getting started

NOTE: Make sure you have already installed python on your system!

Clone this repository first using

git clone https://github.com/theunderdogdev/or-algos.git

Install the dependencies

pip install -r requirements.txt

Module: transportation

Contains the algorithms that solve the transportation problems

Algorithms:

  • North West Method
  • Least Cost Method
  • Vogel's Approximation Method