def __init__(self, s: 'Solver'):
if self.__class__ == SearchMonitor:
_self = None
else:
_self = self
this = _pywrapcp.new_SearchMonitor(_self, s)
try:
self.this.append(this)
except __builtin__.Exception:
self.this = this
评论列表
文章目录