Skip to content

Version 2.0

Latest
Compare
Choose a tag to compare
@xblahoud xblahoud released this 25 Jan 23:35
· 8 commits to master since this release

Version 2.0 is almost a complete rewrite of Seminator 1.2.

The main highlights of added functionality are:

  1. Seminator 2 offers handful of optimizations that introduce significant improvement in the size of produced automata
  2. Seminator 2 knows how to complement automata, the complementation proceeds in 2 steps:
    A) semi-determinization of the input automaton
    B) complementation of the semi-deterministic automaton using the specialized algorithm for semi-deterministic automata called NCSB
  3. Seminator now has Python bindings and integrates well with Jupyter notebooks (thanks to Alexandre Duret-Lutz)

The complete list of changes is in Changelog