Change interface for printing instantiations in the API (#8251)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 9 Mar 2022 14:58:27 +0000 (08:58 -0600)
committerGitHub <noreply@github.com>
Wed, 9 Mar 2022 14:58:27 +0000 (14:58 +0000)
commitaf930471df9bfe02d8848e1dc1a1eda47dbe8cbe
tree84a0ed64949480b0a7af81ab7683ec0dd24ae031
parentef343301d4a6d424e6cc9630ac6932906b0a354a
Change interface for printing instantiations in the API (#8251)

Furthermore note that this should take several modes, similar to the discussion with `blockModel` / `getLearnedLiterals`.  It is currently limited to a fixed print mode.
src/api/cpp/cvc5.cpp
src/api/cpp/cvc5.h
src/api/java/io/github/cvc5/api/Solver.java
src/api/java/jni/solver.cpp
src/api/python/cvc5.pxd
src/api/python/cvc5.pxi
src/smt/command.cpp