-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
type: bugSomething isn't workingSomething isn't workingtype: enhancementExtensions or improvementsExtensions or improvementstype: optimizationSomething to improveSomething to improve
Description
The current implementation assumes only one prioritized interrupt construct.
So one cannot start one prioritized and finish it, and then later start another one. The fluent interrupt_running will be false.
Also there will be problems if we have different prioritized interrupts running in different concurrent || branches. We need to have different interrupt_running(N) fluents to track each independently.
This is in page 123 in the CONGOLOG paper.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't workingtype: enhancementExtensions or improvementsExtensions or improvementstype: optimizationSomething to improveSomething to improve