check_invariant_sat - Check invariant property using sat based unmounded model checking _________________________________________________________________ check_invariant_sat [-h] [-d] [-t ] [-m ] [-v ] Perform SAT-based unbounded model checking on And-Inverter-Graph. The command compute fixed point of AG using AX operation. AX is implemented using AllSAT enumeration algorithm. Command options: -d Disable inclusion test on initial states. -v Specify verbosity level. This sets the amount of feedback on CPU usage and code status. -t Specify the time out period (in seconds) after which the command aborts. By default this option is set to infinity. -m Specify the method for AllSAT algorithm. -h Print the command usage. File containing Invariant formulae to be checked. _________________________________________________________________ Last updated on 20100410 00h02