Skip to content
#

test-case-generation

Here are 6 public repositories matching this topic...

pjljvandelaar
pjljvandelaar commented Dec 13, 2018

The following model is accepted by TorXakis:

PROCDEF p [Input1, Input2 :: Int; Output :: Int] () ::=
        Input1 ? x 
    >-> Input2 ? y [[ x <> y ]] 
    >-> Output ! x + y | Input1 ?x | Input2 ?y [[ x == y ]]
    >-> Output ! x + y
    >-> STOP
ENDDEF

CHANDEF chans ::= Input1,Input2, Output :: Int ENDDEF

MODELDEF M ::=
    CHAN IN Input1, Input2
    CHAN OUT Output
    SY

Improve this page

Add a description, image, and links to the test-case-generation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test-case-generation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.