Modeling the Impacts of Worker Fatigue on Order Batching and Sequencing in a Put-Wall-assisted Based Order Fulfillment System
Description
Dataset: Worker Fatigue in Put-Wall Order Fulfillment System Description This repository contains supplementary materials for the paper "Modeling the Impacts of Worker Fatigue on Order Batching and Sequencing in a Put-Wall-assisted Based Order Fulfillment System". The dataset includes algorithm pseudocode and test instances used in our computational experiments. Repository Contents 1. Algorithm Pseudocode (pseudocode.txt) This text file contains detailed pseudocode for the four benchmark heuristic algorithms implemented and compared in our study:CBSA,SGA,and GVNS. Each algorithm section includes: Input/output specifications,Key parameters and fatigue modeling components,Main procedural steps with detailed comments,Fatigue accumulation and recovery mechanisms 2. Test Instances (test_instances.zip) Compressed archive containing order fulfillment test instances of varying complexity: Small-Scale Instances ( 10 set of instances);large-Scale Instances ( 5 set of instances);
Files
Steps to reproduce
The text is a pesudo code that can help coding the algorithms.