New C++ API: Catch and throw recoverable exception. (#5122)
authorAina Niemetz <aina.niemetz@gmail.com>
Wed, 23 Sep 2020 04:25:07 +0000 (21:25 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 04:25:07 +0000 (23:25 -0500)
commit24b44a8e559f1d89f309d611922098e667293920
tree01dbbc2a27fd607e8a2ff5f774e19f2fb50554b8
parente7c50fad0015527e854b3ceee692907e8242a05b
New C++ API: Catch and throw recoverable exception. (#5122)

This allows to distinguish recoverable from non-recoverable exceptions,
and recover if possible.
src/api/cvc4cpp.cpp
src/api/cvc4cpp.h
test/unit/api/solver_black.h