Home
last modified time | relevance | path

Searched refs:trust_hoa (Results 1 – 20 of 20) sorted by relevance

/dports/math/spot/spot-2.10.2/bin/
H A Dcommon_hoaread.cc82 opt_parse.trust_hoa = parse_bool("--trust-hoa", arg); in parse_opt_hoaread()
/dports/math/py-spot/spot-2.10.2/bin/
H A Dcommon_hoaread.cc82 opt_parse.trust_hoa = parse_bool("--trust-hoa", arg); in parse_opt_hoaread()
/dports/math/spot/spot-2.10.2/spot/parseaut/
H A Dpublic.hh96 bool trust_hoa = true; ///< Trust properties in HOA files member
H A Dparseaut.cc1293 if (res.opts.trust_hoa) in parse()
H A Dparseaut.yy575 if (res.opts.trust_hoa)
/dports/math/py-spot/spot-2.10.2/spot/parseaut/
H A Dpublic.hh96 bool trust_hoa = true; ///< Trust properties in HOA files member
H A Dparseaut.cc1293 if (res.opts.trust_hoa) in parse()
H A Dparseaut.yy575 if (res.opts.trust_hoa)
/dports/math/spot/spot-2.10.2/python/spot/
H A D__init__.py551 trust_hoa=True, no_sid=False, debug=False, argument
632 o.trust_hoa = trust_hoa
H A Dimpl.py3432trust_hoa = property(_impl.automaton_parser_options_trust_hoa_get, _impl.automaton_parser_options_… variable in automaton_parser_options
H A Dimpl_wrap.cxx131397 if (arg1) (arg1)->trust_hoa = arg2; in _wrap_automaton_parser_options_trust_hoa_set()
131420 result = (bool) ((arg1)->trust_hoa); in _wrap_automaton_parser_options_trust_hoa_get()
/dports/math/py-spot/spot-2.10.2/python/spot/
H A D__init__.py551 trust_hoa=True, no_sid=False, debug=False, argument
632 o.trust_hoa = trust_hoa
H A Dimpl.py3432trust_hoa = property(_impl.automaton_parser_options_trust_hoa_get, _impl.automaton_parser_options_… variable in automaton_parser_options
H A Dimpl_wrap.cxx131397 if (arg1) (arg1)->trust_hoa = arg2; in _wrap_automaton_parser_options_trust_hoa_set()
131420 result = (bool) ((arg1)->trust_hoa); in _wrap_automaton_parser_options_trust_hoa_get()
/dports/math/spot/spot-2.10.2/tests/python/
H A D_autparserr.ipynb236 ….py\u001b[0m in \u001b[0;36mautomata\u001b[0;34m(timeout, ignore_abort, trust_hoa, no_sid, debug, …
259 ….py\u001b[0m in \u001b[0;36mautomata\u001b[0;34m(timeout, ignore_abort, trust_hoa, no_sid, debug, …
350 ….py\u001b[0m in \u001b[0;36mautomata\u001b[0;34m(timeout, ignore_abort, trust_hoa, no_sid, debug, …
/dports/math/py-spot/spot-2.10.2/tests/python/
H A D_autparserr.ipynb236 ….py\u001b[0m in \u001b[0;36mautomata\u001b[0;34m(timeout, ignore_abort, trust_hoa, no_sid, debug, …
259 ….py\u001b[0m in \u001b[0;36mautomata\u001b[0;34m(timeout, ignore_abort, trust_hoa, no_sid, debug, …
350 ….py\u001b[0m in \u001b[0;36mautomata\u001b[0;34m(timeout, ignore_abort, trust_hoa, no_sid, debug, …
/dports/math/spot/spot-2.10.2/
H A DNEWS3797 "trust_hoa": when true (the default) supported properties declared
3839 - trust_hoa: can be set to False to ignore HOA properties
H A DChangeLog23297 parseaut: Add a trust_hoa option.
23301 * src/parseaut/public.hh: Add support for a trust_hoa option.
23302 * src/parseaut/parseaut.yy: If trust_hoa is set, recognize the
23315 * wrap/python/spot.py (automata): Add option trust_hoa.
/dports/math/py-spot/spot-2.10.2/
H A DNEWS3797 "trust_hoa": when true (the default) supported properties declared
3839 - trust_hoa: can be set to False to ignore HOA properties
H A DChangeLog23297 parseaut: Add a trust_hoa option.
23301 * src/parseaut/public.hh: Add support for a trust_hoa option.
23302 * src/parseaut/parseaut.yy: If trust_hoa is set, recognize the
23315 * wrap/python/spot.py (automata): Add option trust_hoa.