2026/03/02 by A. I. Perminov · 1 voice · 3 citations
Computer Science · #cs.SC
paper · pdf · doi:10.48550/arxiv.2603.02398
An open-source C++ framework for discovering fast matrix multiplication schemes using the flip graph approach is presented. The framework supports multiple coefficient rings -- binary (ℤ2), modular ternary (ℤ3) and integer ternary (ℤT = \-1,0,1\) -- and implements both fixed-dimension and meta-dimensional search operators. Using efficient bit-level encoding of coefficient vectors and OpenMP parallelism, the tools enable large-scale exploration on commodity hardware. The study covers 680 schemes ranging from (2 × 2 × 2) to (16 × 16 × 16), with 276 schemes now in ℤT coefficients and 117 in integer coefficients. With this framework, the multiplicative complexity (rank) is improved for 79 matrix multiplication schemes. Notably, a new 4 × 4 × 10 scheme requiring only 115 multiplications is discovered, achieving ω≈ 2.80478 and beating Strassen's exponent for this specific size. Additionally, 93 schemes are rediscovered in ternary coefficients that were previously known only over rationals or integers, and 68 schemes in integer coefficients that previously required fractions. All tools and discovered schemes are made publicly available to enable reproducible research.