Open maxkratz opened 10 months ago
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 } [...]
Currently, one has to specify the following constraints on two different mappings:
A nice shortcut would be a possibility to specify these two constrains in one block: