TUDelft-CITG / OpenCLSim

Rule driven scheduling of cyclic activities for in-depth comparison of alternative operating strategies.
https://openclsim.readthedocs.io
MIT License
14 stars 16 forks source link

implement cp ( refactoring) #120

Open luke-moth opened 1 year ago

luke-moth commented 1 year ago

placeholder issue for 6 scopes

OUTLINE SCOPES

UPDATE 28th Feb: Change order (first 6 then 5)

Example production code

my_env = MyCustomSimpyEnv()
# OR
my_env = simpy.Environment()

# simulation code
# ...

# call CP functionality
cp_log = DependenciesFromModel(...)  # OR 1 of other classes that inherits
critical_path_df = cp_log.get_critical_path_df()
plot.gantt_chart(critical_path_df)
ariedeniet commented 1 year ago

@luke-moth scope3, scope4 and scope6 can be marked done