New C++ API: Clean up usage of internal Result. (#6043)
authorAina Niemetz <aina.niemetz@gmail.com>
Thu, 4 Mar 2021 01:36:57 +0000 (17:36 -0800)
committerGitHub <noreply@github.com>
Thu, 4 Mar 2021 01:36:57 +0000 (01:36 +0000)
commiteca92626dafa1e22e59aec94f6e34788c51e777a
tree421e86a3bd6c1f870646a6ee34a574d4b8151abf
parent27d6a284f34ff787882a952572519233ec12b939
New C++ API: Clean up usage of internal Result. (#6043)

This disables the temporarily available internals of Result.
It further changes the interface for getUnknownExplanation, which now
returns an enum value instead of a string.
src/api/cvc4cpp.cpp
src/api/cvc4cpp.h
src/main/command_executor.cpp
src/smt/command.h
src/util/result.cpp
src/util/result.h
test/unit/api/result_black.cpp