theunderdogdev / or-algos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%