pydseamslib.cyoda.getSingleRingSize

pydseamslib.cyoda.getSingleRingSize#

pydseamslib.cyoda.getSingleRingSize(rings: List[List[int]], ringSize: int) List[List[int]]#

Returns a vector of vectors of rings of a single size.

Parameters:
  • rings (The vector of vectors containing the primitive rings of all sizes)

  • ringSize (The desired ring size or number of nodes in each ring to be saved.)