Scheduling Optimization =========== Node to optimize production scheduling in manufacturing environments by incorporating preventive maintenance and handling operational uncertainties. This ensures efficient utilization of resources, cost savings, and improved decision-making. Type --------- transform Class --------- fire.nodes.lpo.NodeSchedulingOptimisation Fields --------- .. list-table:: :widths: 10 5 10 :header-rows: 1 * - Name - Title - Description * - objective - Objective - Objective * - solver_time - Solver Time - Solver Time * - task_col_name - Task Column Name - Task Column Name * - task_desc_col_name - Task Description Column Name - Task Column Name * - mc_col_name - Machine Column Name - Machine Column Name * - mc_desc_col_name - Machine Description Column Name - Machine Description Column Name * - duration_col_name - Duration Column Name - Duration Column Name * - gap_col_name - Gap Column Name - Gap Column Name * - task_earliest_col_name - Earliest Start Column Name - Earliest Start Column Name * - task_latest_col_name - Latest End Column Name - Latest End Column Name * - prev_task_col_name - Previous Task Column Name - Previous Task Column Name * - current_task_col_name - Current Task Column Name - Current Task Column Name * - task_weight_col_name - Weight Column Name - Weight Column Name * - mc_first_available_col_name - First Available Time Column Name - First Available Time Column Name * - mc_last_available_col_name - Last Available Time Column Name - Last Available Time Column Name * - mc_setup_time_col_name - Setup Time Column Name - Setup Time Column Name