Skip to content

Releases: spbu-se/KotlinAutomataConstructor

1.2.1

29 May 16:58
Compare
Choose a tag to compare
  • Add "Enable all hints" setting

1.2.0

24 May 20:13
Compare
Choose a tag to compare
  • Static layout
  • Dynamic layout
  • Minimization of finite automata
  • Regular expression to finite automaton conversion
  • Improved hints

1.2.0-SNAPSHOT

08 Apr 14:49
Compare
Choose a tag to compare
  • Static layout
  • Dynamic layout
  • Minimization of finite automata
  • Regular expression to finite automaton conversion
  • Improved hints

1.1.0

12 Feb 20:15
Compare
Choose a tag to compare
  • Russian language support
  • Mealy machine to Moore machine conversion
  • Moore machine to Mealy machine conversion
  • Epsilon-transition elimination
  • Turing machine with building blocks
  • Determinization of finite automata

1.1.0-SNAPSHOT

30 Nov 19:11
Compare
Choose a tag to compare
  • Russian language support
  • Mealy machine to Moore machine transformation
  • Moore machine to Mealy machine transformation
  • Epsilon-transition elimination
  • Turing machine with building blocks
  • Determinization of finite automata

v1.0.0

22 May 16:34
Compare
Choose a tag to compare
  • Automaton types
    • DFA, NFA, epsilon-NFA
    • PDA, n-PDA, DPDA, n-DPDA
    • Register automaton
    • Mealy machine, Moore machine
    • TM, multi-tape TM, multi-track TM, TM with registers
  • Automaton graph editing and visualization
    • State and transition addition, editing, and deletion
    • State moving
    • Group selection
    • Graph pane zooming and scrolling
    • Undoing and redoing performed operations
  • Simulation
    • Instant simulation
    • Step by state simulation
    • Step by closure simulation
    • Execution tree
    • Advancing and restarting execution for individual execution states
    • Freezing executions states
    • Viewing execution states associated with given state
  • Other features
    • Non determinism detection
    • Epsilon-transition detection
    • Problem detection
    • Serialization