Add API for retrieving separation heap/nil term (#4663)
authorAndres Noetzli <andres.noetzli@gmail.com>
Sat, 27 Jun 2020 07:12:26 +0000 (00:12 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2020 07:12:26 +0000 (00:12 -0700)
commitfa833542f0e96187b3a02c4e15ec33ba45428b62
tree649809fcc16a8308da86acd528a70eba338d4858
parentccd4500c03685952ebf571b3539bd9e29c829cb5
Add API for retrieving separation heap/nil term (#4663)

This commit extends the API to support the retrieval of heap/nil term
when separation logic is used and changes the corresponding system test
accordingly. This commit is in preparation of making the constructor of
`ExprManager` private.
NEWS
src/api/cvc4cpp.cpp
src/api/cvc4cpp.h
src/api/python/cvc4.pxd
src/api/python/cvc4.pxi
test/system/sep_log_api.cpp
test/unit/api/solver_black.h