Squeeze icon indicating copy to clipboard operation
Squeeze copied to clipboard

变量名问题

Open ZhangMingyang-cs opened this issue 3 years ago • 1 comments

https://github.com/lalaland1921/Squeeze/blob/89cfe6ae92a09d0c903aa8e86e5c837fc6b7eaa0/Squeeze.py#L56

这里应该是for j in range(self.attr_num):

ZhangMingyang-cs avatar Jun 30 '21 03:06 ZhangMingyang-cs

attr_value应该存储的是每一个属性对应的取值空间,所以应该没有问题,类似下面这样 attr_value[0] = set(a1, a2, ...) attr_value[1] = set(b1, b2, ...)

woojoo520 avatar Dec 09 '21 01:12 woojoo520