Skip to Content.
Sympa Menu

coq-club - [Coq-Club] SMT solvers for Coq?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] SMT solvers for Coq?


Chronological Thread 
  • From: Jonathan Leivent <jonikelee AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] SMT solvers for Coq?
  • Date: Tue, 28 Apr 2015 11:23:49 -0400

Does anyone know of any work linking an SMT solver to Coq?

In particular, I'm wondering if it would be better to view multiple goals in Coq that are inter-dependent through shared evars as a satisfiability problem for the evars, or perhaps as some hybrid of satisfiability and proving.

Unfortunately, I don't know much about SMT, or related fields like constraint-based programming - just enough to think (hope?) that these might offer something useful to Coq with respect to solving evar-interdependent goals - something to supplement Coq's own backtracking proof search automation.

-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page