def Complement(self) -> "operations_research::Domain":
     return _sorted_interval_list.Domain_Complement(self)
Exemple #2
0
 def Complement(self):
     return _sorted_interval_list.Domain_Complement(self)
Exemple #3
0
 def Complement(self) -> "operations_research::Domain":
     r"""Returns the set Int64 ∖ D."""
     return _sorted_interval_list.Domain_Complement(self)