def name(self) -> "std::string const &": r""" Returns the name of the constraint.""" return _pywraplp.Constraint_name(self)
def name(self) -> "std::string const &": return _pywraplp.Constraint_name(self)
def name(self): return _pywraplp.Constraint_name(self)