main #9

Merged
ccyj merged 7 commits from sangge/tpre-python:main into main 2023-10-17 21:50:31 +08:00
Showing only changes of commit aeca5c6772 - Show all commits

View File

@ -344,7 +344,6 @@ def Checkcapsule(capsule:Tuple[Tuple[int,int],Tuple[int,int],int]) -> bool: #
return flag
def ReEncapsulate(kFrag:list,capsule:Tuple[Tuple[int,int],Tuple[int,int],int]) -> Tuple[Tuple[int,int],Tuple[int,int],int,Tuple[int,int]] :
id,rk,Xa,U1 = kFrag
E,V,s = capsule