Fixing color for edge formatter

This commit is contained in:
elvis
2025-07-13 19:32:11 +02:00
parent 75028fbf38
commit 3be9939c09
3 changed files with 18 additions and 12 deletions

View File

@ -4,4 +4,10 @@ Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
Reactions: ([{a,b}, {c}, {b}])
Digraph > Dot Context | Hide | Context.EntitySet ⊆ {a, c} ? "HERE" || Context.NonDeterministicChoice ? "ASDASDSAD" ! "#123" | ! "#987" > Print
Digraph
> Dot
| Context
| Hide
| Context.EntitySet ⊆ {a, c} ? "lightblue" || Context.NonDeterministicChoice ? "yellow" ! "#123"
| Entities < {a} ? "white" ! "#lightgreen"
> Print