Closed donghwan-shin closed 3 years ago
https://github.com/SepShr/MLCSHE/blob/cc5018836483c45b498e35d8bc4eff32a81e194f/CCEA.py#L141
for this, you can just do:
pAComplement = [ele for ele in pA if ele not in aA]
Thanks! Changes are applied and now the issue will be closed.
https://github.com/SepShr/MLCSHE/blob/cc5018836483c45b498e35d8bc4eff32a81e194f/CCEA.py#L141
for this, you can just do: