Open rainoftime opened 3 years ago
There are two main issues with providing an interface for interpolation in SMTLIB
Although it would be nice to have, it's not clear that providing the SMTLIB interface would be useful. The interpolation interface is available from the API so for now this seems good enough for current use cases (model checking).
Hi, I observed the recent paper "Interpolation and Model Checking for Nonlinear Arithmetic". It seems that in the SMT-LIB2 frontend, Yices only exposes the
get-unsat-model-interpolant
interface. Will the interpolant generation component be exposed to the frontend, e.g., via the nameget-interpol
orget-interpolant
? (as in MathSAT and OpenSMT)