egri-nagy / kigen

Computational Semigroup Theory Software System written in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

kigen

Computational Semigroup Theory Software System written in Clojure

To main purpose here is to "shadow" other computer algebra packages in semigroup theory, i.e. to serve as a "clean room" implementation recomputation tool. For mathematical research, where proofs or formal verification of the methods are not (yet) available, computing the same experiments with different algorithms implemented in different programming languages running on different architectures is a way to establish the correctness of computational results.

The shadowed semigroup packages are available in the GAP computer algebra system. Namely,

  1. Semigroups,
  2. SgpDec,
  3. SubSemi.

As of the 23.09.14, kigen includes

  • calculating the skeleton for holonomy decompositions of transformation semigroups and constructing chain semigroups
  • enumerating all subsemigroups and independent generating set of a semigroup using its multiplication table
  • backtrack search for relational morphisms, divisions, homomorphism and isomorphisms by multiplication tables
  • finding embeddings and isomorphisms of semigroups given by generating sets using Cayley graphs (not multiplication tables)
  • constructing transducers based on input-output pairs ("lossless machine laerning") using relational programming (core.logic)

kigen - origin in Japanese

About

Computational Semigroup Theory Software System written in Clojure

License:GNU General Public License v3.0


Languages

Language:Clojure 100.0%