Echtzeitsysteme / Echtzeitsysteme/gips
Feature request: possibility to specify constraints on multiple mappings/... at once
Open
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.