Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eye-oh

Convert a register automata (RA) into an input enabled RA

Notes about input model

  • initial state must have initial="true"
  • final state must have final="true"
  • relies on input transitions starting with I, output with O (as does Tomte)
  • relies on the final state having a single incoming OFINAL transition (which will be moved to point to the sink state)

Notes about output model

  • the transition ODummy will be created
  • the final state will be removed, replaced with sink states

usage

  • take one of the relevant binaries from the dist folder and place it in path or /usr/local/bin
  • eye-oh <input_model_name> <output_model_name>

About

A set of tools for automata learning with Tomte

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages