Skip to content

theunderdogdev/or-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages