Loading...
Searching...
No Matches
Go to the documentation of this file.
9#ifndef CPROVER_UTIL_VALIDATION_INTERFACE_H
10#define CPROVER_UTIL_VALIDATION_INTERFACE_H
13 "(validate-goto-model)" \
14 "(validate-ssa-equation)"
12#define OPT_VALIDATE \ …
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"
16#define HELP_VALIDATE \ …