-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Hello @auszok!
I was wondering how we should define the following constraint:
For each step, entity, only one of the action_create, action_move, action_destory can be correct
Is the following correct?
forAllL(
combinationC(step, entity)('i', 'e'),
ifL(
action(path=(('i', action_step.reversed), ('e', action_entity.reversed))),
atMostL(action_create, action_destroy, action_move)
)
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed