Closed maul-esel closed 1 year ago
Setting unknownIsSuccess
to true
is indeed problematic, because we still want to test TreeAutomizer. Also, for unsupported features, exceptions are thrown -- which shouldn't count as UNKNOWN.
@danieldietsch: Sorry:
I still don't understand your issue with merge commits, though.
@maul-esel ... we can discuss this, but if you like you can read, e.g., https://www.atlassian.com/git/tutorials/merging-vs-rebasing
This PR allows access to several CHC solvers via a unified API. Solvers can be invoked via the
IChcScript
interface, or by including theChcSolver
plugin in the toolchain (the plugin just callsIChcScript
methods internally). We have some support for extracting models (if SAT) and derivations or unsat cores (if UNSAT).Script
). Supports models and UNSAT cores.TODO