# A Critical Improvement On Open Shop Scheduling Algorithm For Routing In   Interconnection Networks

**Authors:** Stavros Birmpilis, Timotheos Aslanidis

arXiv: 1702.08236 · 2017-02-28

## TL;DR

This paper introduces IHSA, an improved hybrid scheduling algorithm for interconnection network routing that effectively approximates NP-hard packet scheduling problems, outperforming existing algorithms in various datasets.

## Contribution

The paper presents a novel hybrid algorithm, IHSA, which improves polynomially solvable instances of open shop scheduling for interconnection network routing, achieving near-optimal performance.

## Key findings

- IHSA produces schedules close to optimal in all tested datasets.
- IHSA outperforms SGA in efficiency and scheduling quality.
- Statistical analysis confirms IHSA's robustness across different data distributions.

## Abstract

In the past years, Interconnection Networks have been used quite often and especially in applications where parallelization is critical. Message packets transmitted through such networks can be interrupted using buffers in order to maximize network usage and minimize the time required for all messages to reach their destination. However, preempting a packet will result in topology reconfiguration and consequently in time cost. The problem of scheduling message packets through such a network is referred to as PBS and is known to be NP-Hard. In this paper we have improved, critically, variations of polynomially solvable instances of Open Shop to approximate PBS. We have combined these variations and called the induced algorithm IHSA, Improved Hybridic Scheduling Algorithm. We ran experiments to establish the efficiency of IHSA and found that in all datasets used it produces schedules very close to the optimal. In addition, we tested IHSA with datasets that follow non-uniform distributions and provided statistical data which illustrates better its performance.To further establish the efficiency of IHSA we ran tests to compare it to SGA, another algorithm which when tested in the past has yielded excellent results.

---
Source: https://tomesphere.com/paper/1702.08236