Skip to content

Instantly share code, notes, and snippets.

@altnnatra
altnnatra / k=2 n=14 2Coinc
Last active December 22, 2025 12:38
Consecutive cycles NO INV n=13,14
try :
import numba
# Use for CPU,GPU Kaggle machines:
print('Install CayleyPy without dependencies (for Kaggle CPU,GPU):'); print()
!pip install git+https://github.com/cayleypy/cayleypy --no-deps
except :
print('Install CayleyPy with dependencies (for Kaggle TPU):'); print()
# Use for TPU kaggle machines - since no numba
!pip install git+https://github.com/cayleypy/cayleypy