Skip to content

Adding post-processing steps in the XSTS mapping to decomposte monolithic transitions #183

@grbeni

Description

@grbeni

An example:

trans {
    a := 10;
    choice (
        assume b < 10;
        ....
    } or {
        assume b >= 10;
        ....
    }
}
trans {
    a := 10;
    assume b < 10;
}
trans {
    a := 10;
    assume b >= 10;
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions