Skip to content
Snippets Groups Projects
Commit fac28729 authored by Regis Blanc's avatar Regis Blanc
Browse files

also add array encoder to cvc4

parent 3e99e54d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import solvers.theories._
import purescala.Definitions.Program
class SMTLIBCVC4Solver(context: SolverContext, program: Program)
extends SMTLIBSolver(context, program, new BagEncoder(context.context, program))
extends SMTLIBSolver(context, program, new BagEncoder(context.context, program) >> new ArrayEncoder(context.context, program))
with SMTLIBCVC4Target
with cvc4.CVC4Solver {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment