Home | Trees | Indices | Help |
|
---|
|
AST subclasses to translate to each syntax of: - gr1c: https://tulip-control.github.io/gr1c/md_spc_format.html - JTLV - SMV: http://nusmv.fbk.eu/NuSMV/userman/v21/nusmv_3.html - SPIN: http://spinroot.com/spin/Man/ltl.html http://spinroot.com/spin/Man/operators.html - python (Boolean formulas only) - WRING: http://vlsi.colorado.edu/~rbloem/wring.html (see top of file: LTL.pm)
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
'boolean' or (min_int, max_int)
|
|
||
|
|||
FOL.Node
|
|
Variables | |
logger = logging.getLogger(__name__)
|
|
lang2nodes = {'jtlv': make_jtlv_nodes(), 'gr1c': make_gr1c_nod
|
|
to_lang = {'jtlv': _to_jtlv, 'gr1c': _to_gr1c, 'slugs': _to_sl
|
|
__package__ =
|
Function Details |
Simple translation, unisigned arithmetic only. For signed arithmetic use Promela instead. |
Return equivalent integer domain if
|
Return str or tuple in tool format. Consult the respective documentation in tulip.interfaces concerning formats and links to further reading.
|
Return AST of formula
|
Variables Details |
lang2nodes
|
to_lang
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Nov 19 00:11:17 2016 | http://epydoc.sourceforge.net |