class documentation

class Constraint(object): (source)

Constructor: Constraint(lhs, rhs)

View In Hierarchy

This class represents a constraint of the form (L =< N), where L is a label and N is a node (a label or a hole).

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __ne__ Undocumented
Method __repr__ Undocumented
Instance Variable lhs Undocumented
Instance Variable rhs Undocumented
def __eq__(self, other): (source)

Undocumented

def __hash__(self): (source)

Undocumented

def __init__(self, lhs, rhs): (source)

Undocumented

def __ne__(self, other): (source)

Undocumented

def __repr__(self): (source)

Undocumented

Undocumented

Undocumented