solutions package#

Submodules#

solutions.algorithm_template module#

class solutions.algorithm_template.AlgorithmTemplate(data_source=None, algorithm_name=None, logging_level=30)#

Bases: object

generate_dataframe()#
Parameters

scheduling_file

Returns

generate_plot(dataframe, output_file=None)#
Parameters
  • dataframe – the data source for gantt diagram

  • output_file

Returns

solve(po_rowid=None) int#

Method used to start the sheduling algorithm :return: makespan

Module contents#