# -------------------------------------------- # 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.3 doi: 10.32614/CRAN.package.cayleyR abstract: Implements algorithms for analyzing Cayley graphs of permutation groups for the TopSpin puzzle. 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, including a depth-limited BFS path shortener implemented entirely in C++. authors: - family-names: Baramykov given-names: Yuri email: lbsbmsu@mail.ru repository: https://zabis13.r-universe.dev repository-code: https://github.com/Zabis13/cayleyR commit: 8d2d05b926076ad0db632e1e84696c0b08f74f6f url: https://github.com/Zabis13/cayleyR date-released: '2026-04-09' contact: - family-names: Baramykov given-names: Yuri email: lbsbmsu@mail.ru