ORDERED_GRAPH
- class ConstraintLink(name: str, nodes: Iterable[str])
- class OrderLink(link_type: str, link_source: str, link_target)
- property source: str
The source of the link.
- Returns:
The name of source PseudoTreeNode computation node.
- Return type:
str
- property target
The target of the link.
- Returns:
The name of target PseudoTreeNode computation node.
- Return type:
str
- class OrderedConstraintGraph(nodes: Iterable[VariableComputationNode])