Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Intuition Tactic

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Intuition Tactic


Chronological Thread 
  • From: t x <txrev319 AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Intuition Tactic
  • Date: Fri, 4 Oct 2013 11:56:22 -0700

Hi,

  I want to understand algorithms for solving propositional logic in Coq.

  The initial thing I did was read up on SAT solvers, which was rather insightful. However, this does not appear to relate to Coq Props because I don't have the law of excluded middle (which many SAT solvers) appear to rely on. (In particular, P \/ ~P is solvable in SAT but not in Coq).

  Thus, my question: what algorithm can be used to solve propositional logic in Coq?

Thanks!





Archive powered by MHonArc 2.6.18.

Top of Page