An Algorithm Framework for the Exact Solution and Improved Approximation of the Maximum Weighted Independent Set Problem
Kai Sun

TL;DR
This paper introduces a hybrid heuristic framework for solving the Maximum Weighted Independent Set problem, improving exact and approximate solutions, and applies it to resource-constrained process planning and scheduling.
Contribution
The paper presents a novel hybrid heuristic algorithm framework that enhances the accuracy and efficiency of solving MWIS and related subproblems.
Findings
The NHHA framework yields optimal feasible solutions for MWIS.
It improves the accuracy of existing approximation algorithms.
The approach demonstrates scalability and robustness in resource-constrained scheduling applications.
Abstract
The Maximum Weighted Independent Set (MWIS) problem, which considers a graph with weights assigned to nodes and seeks to discover the "heaviest" independent set, that is, a set of nodes with maximum total weight so that no two nodes in the set are connected by an edge. The MWIS problem arises in many application domains, including the resource-constrained scheduling, error-correcting coding, complex system analysis and optimization, and communication networks. Since solving the MWIS problem is the core function for finding the optimum solution of our novel graph-based formulation of the resource-constrained Process Planning and Scheduling (PPS) problem, it is essential to have "good-performance" algorithms to solve the MWIS problem. In this paper, we propose a Novel Hybrid Heuristic Algorithm (NHHA) framework in a divide-and-conquer structure that yields optimum feasible solutions to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Advanced Wireless Network Optimization · Scheduling and Optimization Algorithms
