Remove the double \n\n in send EchoCmd in Interpreters.

Issue #24 open
Franck Cassez repo owner created an issue

In the latest releases of CVC4 1.6, it is necessary to send two "\n" after the echo command for it to get processed by the solver. A temporary solution is to alter the interpreter and send two "\n".

When CVC4 1.6 (or another release) is fixed, we can revert back to a single "\n".

The change is in the file Interpreters.scala, method evalCmdInSolver.

Comments (5)

  1. Log in to comment