项目作者: nasedil

项目描述 :
Strassen cube multiplication -- algorithm finder for 3-dimensional array multiplication
高级语言: Python
项目地址: git://github.com/nasedil/strassen-sat-cube.git
创建时间: 2015-06-01T05:29:44Z
项目社区:https://github.com/nasedil/strassen-sat-cube

开源协议:MIT License

下载


strassen-sat-cube

This program in written as an attempt to find a Strassen-like algorithm for cube multiplication operation. The operation is a generalization of matrix multiplication, it procuduces 3-dimensional n by n by n array from three 3-dimensional n by n by n arrays.

The puzzle of finding such algorithm could be formulated differently, this is just one of ways. The Python scripts here create SAT-solver input files which may be passed to SAT solvers.

The program was written as a part of master thesis in informatics “Exact algorithms for MAX-2SAT and MAX-3SAT via multidimensional matrix multiplication” in 2013-2015 by Eugene Petkevich (Yevgheni Petkevich) in University of Bergen.