Skip to content

iamtushara/operations-research-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operations Research Notebooks

Jupyter Notebooks for (Solved) Operation Research Problems using pyomo Python Library

Project Outline

  |
  |-notebooks           <-------- contains Jupyter Notebooks with solved Linear Programming Problems
  |
  |-references          <-------- lists out useful resources and study materials for OR problems
  |
  |-conda.yaml          <-------- contains the dependencies for this project
  |
  |-Makefile            <-------- contains standard bash scripts to perform different tasks
  |

Conda Environment

In order to run the notebooks, the required dependencies need to be installed. Please use the conda.yaml file to create an environment using the following command:

conda env create --file conda.yaml

Once the environment is created, it can be accessed using the following command:

conda activate opeartions-research-notebooks

Releases

No releases published

Packages

No packages published