paper-with-me

Papers

Cable Tree Wiring -- Benchmarking Solvers on a Real-World Scheduling Problem with a Variety of Precedence Constraints

2020-11-25 · Jana Koehler, Joseph Bürgler, Urs Fontana, Etienne Fux, Florian Herzog, Marc Pouly, Sophia Saller, Anastasia Salyaeva, Peter Scheiblechner, Kai Waelti

Cable trees are used in industrial products to transmit energy and information between different product parts. To this date, they are mostly assembled by humans and only few automated manufacturing solutions exist using complex robotic machines. For these machines, the wiring plan has to be translated into a wiring sequence of cable plugging operations to be followed by the machine. In this paper, we study and formalize the problem of deriving the optimal wiring sequence for a given layout of a cable tree. We summarize our investigations to model this cable tree wiring Problem (CTW) as a traveling salesman problem with atomic, soft atomic, and disjunctive precedence constraints as well as tour-dependent edge costs such that it can be solved by state-of-the-art constraint programming (CP), Optimization Modulo Theories (OMT), and mixed-integer programming (MIP) solvers. It is further shown, how the CTW problem can be viewed as a soft version of the coupled tasks scheduling problem. We discuss various modeling variants for the problem, prove its NP-hardness, and empirically compare CP, OMT, and MIP solvers on a benchmark set of 278 instances. The complete benchmark set with all models and instance data is available on github and is accepted for inclusion in the MiniZinc challenge 2020.

📄 PDF Abstract BibTeX arXiv:2011.12862

Code (1)

kw90/ctw_translation_toolchain 공식 구현

Tasks

BenchmarkingSchedulingTraveling Salesman Problem

Similar Papers 제목 키워드 기반

Self-Born Wiring for Neural Trees

2021-01-01 · ICCV 2021 10 · Ying Chen, Feng Mao, Jie Song, Xinchao Wang 외

Neural trees aim at integrating deep neural networks and decision trees so as to bring the best of the two worlds, including representation learning from the former and faster inference from the latter. In this paper…

Representation Learning

Multiscale Neural Operators for Solving Time-Independent PDEs

2023-11-10 · Winfried Ripken, Lisa Coiffard, Felix Pieper, Sebastian Dziadzio

Time-independent Partial Differential Equations (PDEs) on large meshes pose significant challenges for data-driven neural PDE solvers. We introduce a novel graph rewiring technique to tackle some of these challenges, suc…

Post Triangular Rewiring Method for Shorter RRT Robot Path Planning

2021-07-12 · Jin-Gu Kang, Jin-Woo Jung

This paper proposed the 'Post Triangular Rewiring' method that minimizes the sacrifice of planning time and overcomes the limit of Optimality of sampling-based algorithm such as Rapidly-exploring Random Tree (RRT) algori…

Solver-Free Heuristics to Retrieve Feasible Points for Offshore Wind Farm Collection System

2021-08-31 · Juan-Andrés Pérez-Rúa

A set of solver-free heuristics for the offshore wind collection system problem are presented. Currently, methods of this type are not able to cope with typical constraints, and most of their variations minimize only for…

Commute-Time-Optimised Graphs for GNNs

2024-07-09 · Igor Sterner, Shiye Su, Petar Veličković

We explore graph rewiring methods that optimise commute time. Recent graph rewiring approaches facilitate long-range interactions in sparse graphs, making such rewirings commute-time-optimal on average. However, when an …