@__haoyang__/erwin
    Preparing search index...

    Class StorageLocationConstraintDAG

    A directed acyclic graph that stores the constraints between nodes.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    dag_nodes: Map<number, ConstraintNode> = ...
    edge2leaf: Map<string, Set<number>> = ...
    leaves: Set<number> = ...
    leaves_equal: Set<string> = ...
    leaves_same: Set<string> = ...
    leaves_same_range: Set<string> = ...
    leaves_sub: Set<string> = ...
    name: string
    node2leaf: Map<number, Set<toLeaf>> = ...
    roots: Set<number> = ...
    solution_range: Map<number, StorageLocation[]> = ...
    solutions: Map<number, StorageLocation> = ...
    solutions_collection: Map<number, StorageLocation>[] = []
    sub: Set<string> = ...
    super: Set<string> = ...

    Methods