|
spot 2.16
|
Options controlling the behavior of the automaton stream parser. More...
#include <spot/parseaut/public.hh>
Public Attributes | |
| bool | ignore_abort = false |
| Skip aborted automata. | |
| bool | debug = false |
| Run the parser in debug mode? | |
| bool | trust_hoa = true |
| Trust properties in HOA files. | |
| bool | raise_errors = false |
| Raise errors as exceptions. | |
| bool | want_kripke = false |
| Parse as a Kripke structure. | |
| bool | drop_false_edges = true |
| Drop edges with false labels. | |
Options controlling the behavior of the automaton stream parser.
| bool spot::automaton_parser_options::debug = false |
Run the parser in debug mode?
| bool spot::automaton_parser_options::drop_false_edges = true |
Drop edges with false labels.
| bool spot::automaton_parser_options::ignore_abort = false |
Skip aborted automata.
| bool spot::automaton_parser_options::raise_errors = false |
Raise errors as exceptions.
| bool spot::automaton_parser_options::trust_hoa = true |
Trust properties in HOA files.
| bool spot::automaton_parser_options::want_kripke = false |
Parse as a Kripke structure.
1.9.8