Skip to content

Algorithms for Operations Research and Mathematical Optimization.

Notifications You must be signed in to change notification settings

SiMoM0/OperationsResearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operations Research Algorithms

Implementation of some of the most common algorithms in the fields of Operations Research or Mathematical Optimization with small description about their goal and functionalities.

For Simplex Method, please refer to this repo.

Minimum Spanning Tree

Shortest Path Problem

Project Planning

Flow Problems

Knapsack Problem

Requirements

The following python packages are required in order to execute the code:

  • Networkx
  • Matplotlib
  • Numpy