Large Language Models for Combinatorial Optimization of Design Structure Matrix
Shuo Jiang, Min Xie, Jianxi Luo
TL;DR
The paper addresses the challenge of combinatorial optimization in engineering, focusing on Design Structure Matrix (DSM) sequencing, an NP-hard problem. It introduces an LLM-based framework that fuses network topology (edge-list) with contextual domain knowledge to guide DSM sequencing through in-context learning and a solution base, optimizing a backward-dependency objective formalized as $\min_{s}\sum_{i=1}^{n}\sum_{j=i+1}^{n} a_{ij}$. Across four DSM cases and multiple backbone LLMs, the approach achieves faster convergence and higher solution quality than stochastic (GA) and deterministic baselines, with domain knowledge providing consistent gains. The findings suggest a new paradigm for real-world CO that leverages semantic reasoning and domain context to augment mathematical optimization, with practical implications for design engineering workflows and DSM-driven optimization.
Abstract
Combinatorial optimization (CO) is essential for improving efficiency and performance in engineering applications. As complexity increases with larger problem sizes and more intricate dependencies, identifying the optimal solution become challenging. When it comes to real-world engineering problems, algorithms based on pure mathematical reasoning are limited and incapable to capture the contextual nuances necessary for optimization. This study explores the potential of Large Language Models (LLMs) in solving engineering CO problems by leveraging their reasoning power and contextual knowledge. We propose a novel LLM-based framework that integrates network topology and domain knowledge to optimize the sequencing of Design Structure Matrix (DSM)-a common CO problem. Our experiments on various DSM cases demonstrate that the proposed method achieves faster convergence and higher solution quality than benchmark methods. Moreover, results show that incorporating contextual domain knowledge significantly improves performance despite the choice of LLMs. These findings highlight the potential of LLMs in tackling complex real-world CO problems by combining semantic and mathematical reasoning. This approach paves the way for a new paradigm in in real-world combinatorial optimization.
