How do I usually represent this business logic in a graph?
A is true if B is true or C is true C is true if D is true and E is true and F is true X is true if Y is true and C is not true
Is this a directed acyclic graph? How to represent the logic "and" / "or" on a graph in graph terminology?
(I'm looking for the correct terminology for the graph, so I can focus my reading.)
(D) (E) (F) | | | \ | / [AND] | (B) (C) | | \ / [OR] | (A)
How about a graph with some nodes representing logical variables and other logical operations?
This is an acyclic graph.
NOTE. I am not sure if this is very useful. :)
What about Carnot cards? For me, they feel a natural form to represent your data.
So you can look at the spec template for this.
But it looks like you are seriously overloading things ... you just need a composite data type. Name anything you want while it works.
Source: https://habr.com/ru/post/1304117/More articles:inserting or updating a table violates a foreign key constraint - sqlWhat C / C ++ open source audio compression options exist besides LAME MP3? - c ++Arrange facet_grid with a column without a facet (and labels using a column without a facet) - rGet seconds from the era in any POSIX compatible shell - scriptingReverse engineering and fixing a DirectX game? - directxMaintain flowcharting - algorithmHow to create custom file names in C? - chide columns in crystal report at runtime? - c #Is select () Ok to implement read / write timeout on one socket? - c ++Cassandra API equivalent to "SELECT ... FROM ... WHERE id IN (" ... "," ... "," ... "); - cassandraAll Articles