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

    Interface GenericDiffConfiguration

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

    Properties

    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