Echtzeitsysteme / Echtzeitsysteme/gips

Feature request: possibility to specify constraints on multiple mappings/... at once

Open
#134 0 comments 0 reactions 0 assignees View on GitHub
enhancement wontfix
Dominant language
Java
Stars
7
Forks
4
Avg merge
5d 11h
Merged PRs (30d)
10

Description

Currently, one has to specify the following constraints on two different mappings:
```
[...]
constraint -> mapping::srv2srv {
self.value() <= self.variables().index
}
constraint -> mapping::sw2node {
self.value() <= self.variables().index
}
[...]
```

A nice shortcut would be a possibility to specify these two constrains in one block:
```
[...]
constraint -> mapping::srv2srv, mapping::sw2node {
self.value() <= self.variables().index
}
[...]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.