ORDERED_GRAPH

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])
class VariableComputationNode(variable: Variable, constraints: Iterable[RelationProtocol], name: str | None = None)