check_invar_bmc - Generates and solve the given invariant, or all invariants if no formula is given
check_invar_bmc [-h | -n idx | -p "formula" [IN context]] [-o filename]
Command options:
- -n index
- index is the numeric index of a valid INVAR specification
formula actually located in the properties database.
The validity of index value is checked out by the system.
- -p "formula [IN context]"
- Checks the formula specified on the command-line.
context is the module instance name which the variables
in formula must be evaluated in.
- -o filename
- filename is the name of the dumped dimacs file.
It may contain special symbols which will be macro-expanded to form
the real file name. Possible symbols are:
- @F: model name with path part
- @f: model name without path part
- @n: index of the currently processed formula in the properties
database
- @@: the '@' character
Last updated on 2004/06/23 13h:55