A SAT-solver proofs satisfiability of a propositional formula F. However, is it possible to use SAT for testing the satisfiability of a LTL formula? For example, can we proof that the following LTL formula is unsatisfiable?
G (A => B) and (A = True) and (B = False)
It would be great if you could point to a SAT-solver that can handle this.
Thank you very much!