Implement Float Calculations - #43
Open
pisum-sativum wants to merge 3 commits into
Open
Conversation
Author
|
@kathan-majithia I have done the necessary changes kindly check and merge and also add the gssoc and gssoc:approved tags. |
Owner
|
Great @pisum-sativum , also add the display float in the network_summary function. |
Author
@kathan-majithia I have done the necessary changes kindly check and merge with gssoc and gssoc:approved tags pls. |
Owner
|
Display all types of float properly, for each node as well as final values. |
… and final values
Author
@kathan-majithia I have done the required changes pls check and merge with gssoc and gssoc:approved tags. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Resolves #4
This PR introduces the float calculation module required for non-critical activities. Based on the calculated Early Start (ES), Early Finish (EF), Late Start (LS), and Late Finish (LF), the module can now calculate:
Changes Made:
total_float,free_float, andindependent_floatattributes to theNodeclass.calculate_floats()inCriticalPathMethodwhich processes the network logic according to standard CPM/PERT formulas.get_non_critical_floats()inCriticalPathMethodto cleanly extract and return these float metrics exclusively for non-critical activities.Type of change
Checklist