9 #ifndef CPROVER_UTIL_VALIDATION_INTERFACE_H
10 #define CPROVER_UTIL_VALIDATION_INTERFACE_H
12 #define OPT_VALIDATE \
13 "(validate-goto-model)" \
14 "(validate-ssa-equation)"
16 #define HELP_VALIDATE \
17 " {y--validate-goto-model} \t " \
18 "enable additional well-formedness checks on the goto program\n" \
19 " {y--validate-ssa-equation} \t " \
20 "enable additional well-formedness checks on the SSA representation\n"