Commit Graph

14 Commits

Author SHA1 Message Date
Sergiu Ivanov 141080d1c6 generic: Use collect-by-key/sets to collect the labels for state graphs. 2020-03-02 18:18:23 +01:00
Sergiu Ivanov 736f210c41 generic: Make dds-step-one fall back to dds-step-one-annotated. 2020-03-02 12:11:09 +01:00
Sergiu Ivanov 1fa342c2ad generic: Make fallback-dds-build-state-graph-edges collect duplicate edges. 2020-03-01 17:40:36 +01:00
Sergiu Ivanov 160713b56b generic: Add dds-build-state-graph-annotated and dds-build-n-step-state-graph-annotated. 2020-02-28 21:45:54 +01:00
Sergiu Ivanov 601e8ed8b3 generic: Generalise fallback-dds-build-state-graph to work with annotations.
This function is now called fallback-dds-build-state-graph-edges and
it is parameterised by a function which produces the next states with
annotations (like dds-one-step-annotated).  The functions
dds-build-state-graph and dds-build-n-step-state-graph now fall back
to calling fallback-dds-build-state-graph-edges, passing it the
function dummy-annotated-dds-step-one to add a 'dummy annotation to
each new state produced.
2020-02-28 21:39:02 +01:00
Sergiu Ivanov 39575f39c2 generic: Add dds-build-state-graph and dds-build-n-step-state-graph.
Also provide a common fallback implementation.
2020-02-23 18:51:57 +01:00
Sergiu Ivanov a26ce5aebc generic: Say which methods have no fallback. 2020-02-23 15:05:06 +01:00
Sergiu Ivanov afb97eae7c generic: Add dds-step-one-annotated. 2020-02-23 14:11:38 +01:00
Sergiu Ivanov 95d248c548 networks, generic: Make all set/c arguments 'dont-care. 2020-02-23 13:38:18 +01:00
Sergiu Ivanov fea113c1dd generic: Fix fallback-dds-step. 2020-02-23 13:36:49 +01:00
Sergiu Ivanov 8c92a4bbd8 networks, generic: Add dds-step. 2020-02-23 13:29:09 +01:00
Sergiu Ivanov 5907edfef0 dds-step -> dds-step-one 2020-02-23 12:23:55 +01:00
Sergiu Ivanov c79c23ada3 generic: Fix the order of parameters in the comment for dds-step. 2020-02-23 12:21:08 +01:00
Sergiu Ivanov 9e818ad2bf generic: Add. 2020-02-23 12:19:37 +01:00