Add support for declaring constant arrays

Issue #20 new
Franck Cassez repo owner created an issue

In Z3/CVC4 const arrays are different S-expression. However, it may be possible to intercept the ScalaSMT command, say ConstArray before it goes to the solver and use the corresponding solver syntax. Similar to get-interpolants, it could also be configured in the application.conf file, together with whether the solver supports declaration of constant arrays.

Comments (0)

  1. Log in to comment