20 #ifndef SPOT_BIN_COMMON_R_HH
21 #define SPOT_BIN_COMMON_R_HH
23 #include "common_sys.hh"
24 #include "ltlvisit/simplify.hh"
28 #define DECLARE_OPT_R \
29 { "simplify", OPT_R, "LEVEL", OPTION_ARG_OPTIONAL, \
30 "simplify formulas according to LEVEL (see below); LEVEL is " \
31 "set to 3 if omitted", 0 }
33 #define LEVEL_DOC(g) \
34 { 0, 0, 0, 0, "The simplification LEVEL may be set as follows.", g }, \
35 { " 0", 0, 0, OPTION_DOC | OPTION_NO_USAGE, \
36 "No rewriting", 0 }, \
37 { " 1", 0, 0, OPTION_DOC | OPTION_NO_USAGE, \
38 "basic rewritings and eventual/universal rules", 0 }, \
39 { " 2", 0, 0, OPTION_DOC | OPTION_NO_USAGE, \
40 "additional syntactic implication rules", 0 }, \
41 { " 3", 0, 0, OPTION_DOC | OPTION_NO_USAGE, \
42 "better implications using containment", 0 }
44 extern int simplification_level;
46 void parse_r(
const char* arg);
49 #endif // SPOT_BIN_COMMON_RANGE_HH
Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Sat Dec 6 2014 12:28:43 for spot by
1.8.4