New C++ API: Add Term::getId(). (#3360)
authorAina Niemetz <aina.niemetz@gmail.com>
Tue, 8 Oct 2019 01:37:48 +0000 (18:37 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 01:37:48 +0000 (18:37 -0700)
commit217710627bd440cb28524d014afb5f10058302fd
tree7f6ee4d6ed7b17dff5d0619e2f5dcf17af319bfd
parent97c7e81a68b31328e5bf40dd6939826e3cc1cf93
New C++ API: Add Term::getId(). (#3360)

+ use explicit types in NodeValue
+ add unit test for Term::isParameterized()

Co-Authored-By: makaimann <makaim@stanford.edu>
src/api/cvc4cpp.cpp
src/api/cvc4cpp.h
src/expr/expr_template.cpp
src/expr/expr_template.h
src/expr/metakind_template.h
src/expr/node.h
src/expr/node_value.h
test/unit/api/term_black.h