def __init__(self, *args):
if self.__class__ == IntVarLocalSearchOperator:
_self = None
else:
_self = self
this = _pywrapcp.new_IntVarLocalSearchOperator(_self, *args)
try:
self.this.append(this)
except __builtin__.Exception:
self.this = this
评论列表
文章目录