sosy-lab / java-smt

JavaSMT - Unified Java API for SMT solvers.
Apache License 2.0
180 stars 46 forks source link

Add support for unsat core to the OpenSMT backend #374

Closed daniel-raffler closed 4 months ago

daniel-raffler commented 5 months ago

Hello, there has been some recent work on adding unsat core to OpenSMT (see here and here). Just as for interpolation the feature will be limited to formulas in QF_UF, QF_LIA or QF_LRA and support is still experimental at this point. Nevertheless we should consider updating our own bindings.