Home | Trees | Indices | Help |
|
---|
|
Interface to gr1c
In general, functions defined here will raise CalledProcessError (from the subprocess module) or OSError if an exception occurs while interacting with the gr1c executable.
Use the logging module to throttle verbosity.
Classes | |
GR1CSession Manage interactive session with gr1c. |
Functions | |||
GRSpec |
|
||
|
|||
|
|||
|
|||
networkx.Digraph
|
|
Variables | |
logger = logging.getLogger(__name__)
|
|
GR1C_BIN_PREFIX =
|
|
DEFAULT_NAMESPACE =
|
|
__package__ =
|
Function Details |
Return GRSpec and MealyMachine constructed from output of gr1c.
|
Check whether given string has correct gr1c specification syntax. Return True if syntax check passed, False on error. |
Decide realizability of specification. Consult the documentation of synthesize about parameters.
|
Synthesize strategy realizing the given specification.
|
Load
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 12 18:21:42 2015 | http://epydoc.sourceforge.net |