gips-tests

Test projects for the GIPS framework.

https://github.com/echtzeitsysteme/gips-tests

Science Score: 52.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization echtzeitsysteme has institutional domain (www.es.tu-darmstadt.de)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.8%) to scientific vocabulary

Keywords

emoflon gips
Last synced: 6 months ago · JSON representation ·

Repository

Test projects for the GIPS framework.

Basic Info
  • Host: GitHub
  • Owner: Echtzeitsysteme
  • License: gpl-3.0
  • Language: Java
  • Default Branch: main
  • Homepage: https://gips.dev
  • Size: 22.7 MB
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 2
  • Open Issues: 15
  • Releases: 0
Topics
emoflon gips
Created almost 4 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

GIPS Tests

GIPS is an open-source framework for Graph-Based (M)ILP Problem Specification. This repository holds some GIPS test projects.

Setup

  • Install GIPS as described in its repository.
  • Launch a runtime workspace (while using a runtime Eclipse) as stated in the eMoflon::IBeX installation steps. (Please refer to the installation steps of GIPS above.)
  • Clone this Git repository to your local machine and import it into Eclipse: File -> Import -> General -> Existing Projects into Workspace. Import all projects.
  • Build all your projects with the black eMoflon hammer. Sometimes, it is required to trigger a cleaning in Eclipse (Project -> Clean... -> Clean all projects).

Requirements

Currently, all of the tests use the Gurobi (M)ILP solver, which is a commercial solution. Thus, you have to install and configure Gurobi or change the configuration of all tests in the GlobalTestConfig file from GUROBI to another solver.

Running all tests

The easiest way of running the whole test suite is by using one of the provided Eclipse launch files: - test.suite.gips.launch - launches all JUnit tests without explicitly setting environment variables. This file fits the use case that you are using an Eclipse runtime workspace with properly set up environment variables in your runtime launch config. - test.suite.gips.envs.launch - launches all JUnit tests with standard environment variable values. This file fits the use case that you did not set up proper environment variables in your Eclipse runtime workspace or you are using GIPS as a deployed plug-in.

Repository/Project structure

| Project name | Type | Purpose | | ---------------------------------------- | ----------------- | ---------------------------------------------------------------------------------------------- | | gips.ilp.lpoutput | GIPSL | Tests the LP output generation (e.g., logs) | | gips.ilp.timeout.* | GIPSL set | Tests the time limit behaviour of the (M)ILP solvers | | gips.multilayeredinheritence.* | GIPSL | Tests the correct behaviour of GIPS for multi-layered inheritence in classes | | gips.null* | GIPSL set | Test project and metamodel to trigger a NPE bug in GIPS | | gips.sort.* | GIPSL set | A simple test to create a sorted linked-list | | gips.scheduling.* | GIPSL set | Test project and metamodel to plan generic task scheduling | | gipsl.all.build.* | GIPSL set | Multiple projects with the same metamodel to test individual language features | | gipsl.imports.* | GIPSL set | Multiple projects to test the import functionality | | gips(l).*bug.* | GIPSL set | Multiple projects to triggern known bugs (fixed or not fixed) | | gipsl.scribble | GIPSL | Scribble project to debug, e.g., the validator - does not contain tests | | shortestpath + genericgraphmetamodel | GIPSL + Metamodel | Generic GIPSL implementation to find the shortest path in a generic graph | | stringrulegipsl | GIPSL | Tests a specific bug with missing default values for the data type EString in GT rules | | test.suite.gips | Test suite | Test suite with a global test runner to run all tests in this repo | | test.suite.utils | Utilities | Utilities for the tests that are also needed by the GIPSL projects above |

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for more details.

Owner

  • Name: Real-Time Systems Lab
  • Login: Echtzeitsysteme
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use the GIPS tests in your research, please cite it using these metadata."
abstract: GIPS is an open-source framework for Graph-Based (M)ILP Problem Specification. This repository holds some tests for GIPS.
authors:
  - family-names: Ehmes
    given-names: Sebastian
    orcid: https://orcid.org/0000-0001-8001-6827
  - family-names: Kratz
    given-names: Maximilian
    orcid: https://orcid.org/0000-0001-7396-7763
title: Graph-Based (M)ILP Problem Specification Tool - Tests
version: 1.5.0
date-released: 2025-07-04
repository-code: "https://github.com/Echtzeitsysteme/gips-tests"
keywords:
  - "model-driven software engineering"
  - simulation
  - "eclipse modeling framework"
  - pattern-matching
  - model
  - metamodel
  - "integer linear programming"
  - "mixed integer linear programming"
  - emoflon
  - "graph transformation"
  - "optimization"
license: "GPL-3.0"

GitHub Events

Total
  • Issues event: 20
  • Delete event: 36
  • Issue comment event: 8
  • Push event: 134
  • Pull request review event: 1
  • Pull request event: 66
  • Fork event: 2
  • Create event: 34
Last Year
  • Issues event: 20
  • Delete event: 36
  • Issue comment event: 8
  • Push event: 134
  • Pull request review event: 1
  • Pull request event: 66
  • Fork event: 2
  • Create event: 34

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 11
  • Total pull requests: 26
  • Average time to close issues: 3 months
  • Average time to close pull requests: 3 months
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.09
  • Average comments per pull request: 0.0
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 10
  • Pull requests: 24
  • Average time to close issues: 9 days
  • Average time to close pull requests: about 9 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 17
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • maxkratz (18)
Pull Request Authors
  • maxkratz (43)
  • arg0n1s (2)
  • j-mastr (1)
Top Labels
Issue Labels
enhancement (14) bug (4)
Pull Request Labels
enhancement (34) bug (8) documentation (1)