@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Interface GenericDiffConfiguration

    interface GenericDiffConfiguration {
        compareControlFlow?: boolean;
        leftIsSubgraph?: boolean;
        rightIsSubgraph?: boolean;
    }
    Index
    compareControlFlow?: boolean

    Compare the control flow a dataflow graph carries as well. Off by default: the control flow is compared through the control flow graph, so a dataflow comparison that included it would only be repeating that check on a less readable representation.

    leftIsSubgraph?: boolean

    Similar to rightIsSubgraph, but for the left/first graph.

    rightIsSubgraph?: boolean

    The left/first graph may contain more vertices and or edges than the right/second graph. However, those which are the same (based on their ids) have to be equal