Parse getModel and GetValue responses with constant arrays

Issue #19 new
Franck Cassez repo owner created an issue

Z3 and CVC4 use different syntax for constant arrays. Being able to parse values that are constant arrays (arrays initialised to a constant) would enable us to build witness with arrays.

Comments (2)

  1. Franck Cassez reporter

    For ConstArrayTerm and ArrayStoreAllTerm:

    1. test parsing terms
    2. test pretty-printing
    3. getValue tests
    4. getModel tests
  2. Log in to comment