_bmc_ltlsat - Builds a problem for given k and l, then calls the solver
_bmc_ltlsat [-h | -n ltl_property_index | ""]
This command checks that the given property index matched to a valid LTL
formula. k and l must be specified using the bmc_length and bmc_loopback
envirnoment variables.
Command options:
- -n ltl_property_index
- ltl_property_index is the index of a valid LTL specification formula used to build the problem.
The validity of ltl_property_index value is checked out by the system.
- "ltl spec"
- This command is able to parse and check a directly specified LTL formula.
Last updated on 1020130 15h19