Skip to content

samcasm/CriticalPathMethod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Critical Path Analysis

Concept:

The critical path method (CPM), or critical path analysis (CPA), is an algorithm for scheduling a set of project activities.It is commonly used in conjunction with the program evaluation and review technique (PERT). A critical path is determined by identifying the longest stretch of dependent activities and measuring the time required to complete them from start to finish.

Steps to use:

1. Clone or download the project 2. cd to the project directory 3. run this command in the terminal: python main.py /samples/sched1.csv 4. You can also use other input samples in the samples folder for testing the output.

Pre-requisite:

Python version- Python 2.7.15rc1

Glossary:

1. ES = Early Start 2. EF = Early Finish 3. LS = Late Start 4. LF = Late Finish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages