Model-Driven Rapid Prototyping for Control Algorithms with the GIPS Framework (System Description)

📅 2025-03-26
🏛️ Electronic Proceedings in Theoretical Computer Science
📈 Citations: 1
Influential: 0
📄 PDF
🤖 AI Summary
Software engineers face significant challenges—including difficulty in modeling, lengthy prototyping cycles, and high verification costs—when developing control algorithms for complex dynamic systems such as communication networks. To address these issues, we propose GIPS, the first model-driven engineering framework that tightly integrates graph-structured integer linear programming (ILP) modeling with automated code generation. Using the domain-specific language GIPSL, users declaratively specify constraints and optimization objectives; GIPS then automatically generates functionally complete, executable Java graph-optimization components. This enables end-to-end rapid prototyping—from high-level specifications to runtime deployment. We validate GIPS on a tree-structured peer-to-peer topology control scenario, demonstrating its correctness, efficiency, and scalability. The full implementation—including source code and a ready-to-run virtual machine demonstration environment—is open-sourced, confirming its practical deployability and engineering utility.

Technology Category

Application Category

📝 Abstract
Software engineers are faced with the challenge of creating control algorithms for increasingly complex dynamic systems, such as the management of communication network topologies. To support rapid prototyping for these increasingly complex software systems, we have created the GIPS (Graph-Based ILP Problem Specification) framework to derive some or even all of the building blocks of said systems, by using Model-Driven Software Engineering (MDSE) approaches. Developers can use our high-level specification language GIPSL (Graph-Based ILP Problem Specification Language) to specify their desired model optimization as sets of constraints and objectives. GIPS is able to derive executable (Java) software artifacts automatically that optimize a given input graph instance at runtime, according to the specification. Said artifacts can then be used as system blocks of, e.g., topology control systems. In this paper, we present the maintenance of (centralized) tree-based peer-to-peer data distribution topologies as a possible application scenario for GIPS in the topology control domain. The presented example is implemented using open-source software and its source code as well as an executable demonstrator in the form of a virtual machine is available on GitHub.
Problem

Research questions and friction points this paper is trying to address.

Develops GIPS framework for rapid prototyping of control algorithms
Uses high-level language GIPSL to specify model optimization constraints
Automatically generates executable Java artifacts for graph optimization
Innovation

Methods, ideas, or system contributions that make the work stand out.

Model-Driven Software Engineering for rapid prototyping
Graph-Based ILP Problem Specification Language (GIPSL)
Automatically generates executable Java optimization artifacts
🔎 Similar Papers
No similar papers found.
Maximilian Kratz
Maximilian Kratz
PhD student, Real-Time Systems Lab, TU Darmstadt
S
Sebastian Ehmes
Technical University of Darmstadt, Real-Time Systems Lab, Darmstadt, Germany
P
Philipp Maximilian Menzel
Technical University of Darmstadt, Darmstadt, Germany
Andy Schürr
Andy Schürr
TU Darmstadt
Model-Based Software Engineering