Skip to content

pure pythonic way to implement PERT&cpm project management system .

Notifications You must be signed in to change notification settings

talcohen19/Pert-project-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Pert-project-management

pure pythonic way to implement PERT&cpm project management system .

Pay attention: the tasks is on the nodes, and the graph is manged by a dictonary.

In this program you can :

  1. add or remove nodes
  2. add multiply edged from each node
  3. find earliest time to start /finish each task.
  4. find if your graph is cyclic.
  5. find slack time for ALL tasks -(if there are cycles in your graph you cant calculate slack time)

Note: see file project.py and in the end of it you can see output & input examples.

About

pure pythonic way to implement PERT&cpm project management system .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages