More examples

This commit is contained in:
elvis
2025-09-02 01:34:01 +02:00
parent 7dcdc3a727
commit aa0f795fae
18 changed files with 109 additions and 18 deletions

View File

@ -0,0 +1,8 @@
Environment: [x = {a}.y, y =({a}.x + {b}.y)]
Initial Entities: {a, b}
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
Reactions: ([{a,b}, {c}, {b}])
Bisimilarity ("bisimilarity2.system")
relabel label { return true }
> Print,

View File

@ -0,0 +1,4 @@
Environment: [x = {a}.y, y =({a}.x + {b}.y)]
Initial Entities: {a}
Context: [{a,b}.{a}.{a,c}.nill]
Reactions: ([r: {a,b}, i: {c}, p: {b}])

View File

@ -0,0 +1,3 @@
Deserialize ("deserialize.serial")
Stats > Print

View File

@ -0,0 +1,16 @@
Environment: [x = {a}.y, y =({a}.x + {b}.y) ]
Initial Entities: {a, b}
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
Reactions: ([{a,b}, {c}, {b}])
Digraph > Dot
| Entities " - " Context " - entities masked: " MaskEntities {a}
| Entities
| Entities < {a} ? "blue" ! "white"
| ! "black"
> Print,
Digraph > GraphML
| Entities
| Entities
> Print

View File

@ -0,0 +1,2 @@
Weights: 10, 5
Sets: {a,b}, {a}

View File

@ -0,0 +1,6 @@
Environment: [ x = {b}.{c}.x ]
Initial Entities: {a, b}
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
Reactions: ([{a}, {b}, {b}]; [{b}, {a}, {a}]; [{c}, {b}, {c}])
FastFrequency("fastfrequency.experiment") > Print

View File

@ -0,0 +1,6 @@
Environment: [x = {a}.y, y =({a}.{a, b}.nill + {b}.nill) ]
Initial Entities: {a, b}
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
Reactions: ([{a,b}, {c}, {b}])
Frequency > Print

View File

@ -0,0 +1,2 @@
Weights: 10, 5
Sets: {a,b}, {a}

View File

@ -0,0 +1,6 @@
Environment: [ x = {b}.{c}.x ]
Initial Entities: {a, b}
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
Reactions: ([{a}, {b}, {b}]; [{b}, {a}, {a}]; [{c}, {b}, {c}])
LimitFrequency("limitfrequency.experiment") > Print

View File

@ -0,0 +1,7 @@
Environment: [ x = {b}.x, y = {a, c}.y ]
Initial Entities: {a, b}
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.y)]
Reactions: ([{a}, {b}, {b}]; [{b}, {a}, {a}]; [{c}, {}, {d}])
Loop (x) > Print,
Loop (y) > Print

View File

@ -0,0 +1,6 @@
Environment: [x = {a}.y, y =({a}.{a, b}.nill + {b}.nill) ]
Initial Entities: {a, b}
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
Reactions: ([{a,b}, {c}, {b}])
Run > Print

View File

@ -0,0 +1,8 @@
Environment: [x = {a}.y, y =({a}.x + {b}.y)]
Initial Entities: {a, b}
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
Reactions: ([{a,b}, {c}, {b}])
Digraph > Serialize ("deserialize.serial"),
Stats > Print

View File

@ -0,0 +1,6 @@
Environment: [x = {a}.y, y =({a}.x + {b}.y) ]
Initial Entities: {a, b}
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
Reactions: ([{a,b}, {c}, {b}])
Stats > Print

View File

@ -0,0 +1,6 @@
Environment: [x = {a}.y, y =({a}.{a, b}.nill + {b}.nill) ]
Initial Entities: {a, b}
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
Reactions: ([{a,b}, {c}, {b}])
Target > Print