# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "cayleyR" in publications use:' type: software license: MIT title: 'cayleyR: Cayley Graph Analysis for Permutation Puzzles' version: 0.2.1 doi: 10.32614/CRAN.package.cayleyR abstract: Implements algorithms for analyzing Cayley graphs of permutation groups, with a focus on the TopSpin puzzle and similar permutation-based combinatorial puzzles. Provides methods for cycle detection, state space exploration, bidirectional BFS pathfinding, and finding optimal operation sequences in permutation groups generated by shift and reverse operations. Includes C++ implementations of core operations via 'Rcpp' for performance. Optional GPU acceleration via 'ggmlR' Vulkan backend for batch distance calculations and parallel state transformations. authors: - family-names: Baramykov given-names: Yuri email: lbsbmsu@mail.ru repository: https://cran.r-universe.dev repository-code: https://github.com/Zabis13/cayleyR commit: 2daaa2ec8948a6ed099b8ee5566c1b2ea983d32b url: https://github.com/Zabis13/cayleyR date-released: '2026-03-01' contact: - family-names: Baramykov given-names: Yuri email: lbsbmsu@mail.ru