Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M MTSA
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lafhis
  • MTSA
  • Wiki
  • FSP Keywords

FSP Keywords · Changes

Page history
Update FSP Keywords authored Jun 19, 2026 by Sebastian Uchitel's avatar Sebastian Uchitel
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 6 deletions
+12 -6
  • FSP-Keywords.md FSP-Keywords.md +12 -6
  • No files found.
FSP-Keywords.md
View page @ 249d08da
...@@ -10,19 +10,20 @@ Complete list of keywords recognised by the MTSA parser. ...@@ -10,19 +10,20 @@ Complete list of keywords recognised by the MTSA parser.
* `when` — conditional guard on a choice * `when` — conditional guard on a choice
* `if` / `then` / `else` — conditional expression * `if` / `then` / `else` — conditional expression
* `forall` — universal quantification over an index range * `forall` — universal quantification over an index range
* `exists` — existential quantification * `exists` — existential quantification over an index range
* `foreach` — iteration * `foreach` — iteration over a set
* `property` — adds an error state for every event not enabled in each state * `rigid` — rigid constraint
* `progress` — declares a progress property
## Process Modifiers ## Process Modifiers
* `deterministic` — produces a deterministic LTS preserving the original traces * `deterministic` — produces a deterministic LTS preserving the original traces
* `minimal` — minimises the LTS up to bisimulation * `minimal` — minimises the LTS up to bisimulation
* `compose` — explicit parallel composition
* `closure` — adds transitions via transitive closure over tau events * `closure` — adds transitions via transitive closure over tau events
* `abstract` — builds an MTS by adding may-transitions on disabled labels * `abstract` — builds an MTS by adding may-transitions on disabled labels
* `rigid` — rigid constraint * `property` — adds an error state for every event not enabled in each state
* `progress` — declares a progress property
* `compose` — forces parallel composition
## LTL / Fluents ## LTL / Fluents
...@@ -39,6 +40,7 @@ Complete list of keywords recognised by the MTSA parser. ...@@ -39,6 +40,7 @@ Complete list of keywords recognised by the MTSA parser.
* `actions` — action labelling * `actions` — action labelling
* `controls` — control definition * `controls` — control definition
## Controller Synthesis (GR1) ## Controller Synthesis (GR1)
* `controller` (alias: `gr`) — GR1 controller synthesis * `controller` (alias: `gr`) — GR1 controller synthesis
...@@ -48,6 +50,9 @@ Complete list of keywords recognised by the MTSA parser. ...@@ -48,6 +50,9 @@ Complete list of keywords recognised by the MTSA parser.
* `liveness` — liveness guarantees within a `controllerSpec` * `liveness` — liveness guarantees within a `controllerSpec`
* `controllable` — set of controllable actions * `controllable` — set of controllable actions
* `checkCompatibility` — checks whether GR1 assumptions are compatible * `checkCompatibility` — checks whether GR1 assumptions are compatible
# TO BE CHECKED
* `permissive` — permissive controller mode * `permissive` — permissive controller mode
* `controlled_det` — controlled determinism * `controlled_det` — controlled determinism
* `nonblocking` — non-blocking requirement * `nonblocking` — non-blocking requirement
...@@ -55,6 +60,7 @@ Complete list of keywords recognised by the MTSA parser. ...@@ -55,6 +60,7 @@ Complete list of keywords recognised by the MTSA parser.
* `non_transient` — non-transient constraint * `non_transient` — non-transient constraint
* `reachability` — reachability analysis * `reachability` — reachability analysis
## DCS / Non-blocking ## DCS / Non-blocking
* `heuristic` — triggers Directed Controller Synthesis * `heuristic` — triggers Directed Controller Synthesis
......
Clone repository
  • Developer
  • End User
  • FSP Keywords
  • devs
    • outputmessages
  • enduser
    • DCS
    • Discrete Event Controller Synthesis
    • FSP
    • Fluents and LTL properties
    • Hello World
    • Modal Transition Systems
  • Home