Skip to content
Snippets Groups Projects
Commit 8e5ad90c authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Update targets

parent c20e79a7
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ trait SMTLIBCVC4Target extends SMTLIBTarget { ...@@ -17,6 +17,8 @@ trait SMTLIBCVC4Target extends SMTLIBTarget {
import trees._ import trees._
import symbols._ import symbols._
def targetName = "cvc4"
override def getNewInterpreter(ctx: InoxContext) = { override def getNewInterpreter(ctx: InoxContext) = {
val opts = interpreterOps(ctx) val opts = interpreterOps(ctx)
ctx.reporter.debug("Invoking solver with "+opts.mkString(" ")) ctx.reporter.debug("Invoking solver with "+opts.mkString(" "))
......
...@@ -4,7 +4,6 @@ package inox ...@@ -4,7 +4,6 @@ package inox
package solvers package solvers
package smtlib package smtlib
import _root_.smtlib.common._
import _root_.smtlib.parser.Terms.{Identifier => SMTIdentifier, Let => SMTLet, _} import _root_.smtlib.parser.Terms.{Identifier => SMTIdentifier, Let => SMTLet, _}
import _root_.smtlib.parser.Commands.{FunDef => SMTFunDef, _} import _root_.smtlib.parser.Commands.{FunDef => SMTFunDef, _}
import _root_.smtlib.interpreters.Z3Interpreter import _root_.smtlib.interpreters.Z3Interpreter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment