diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/CommandLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/klee/CommandLine.h b/include/klee/CommandLine.h index dc0f135a..00cdeebb 100644 --- a/include/klee/CommandLine.h +++ b/include/klee/CommandLine.h @@ -44,7 +44,7 @@ enum QueryLoggingSolverType */ extern llvm::cl::list<QueryLoggingSolverType> queryLoggingOptions; -enum CoreSolverType { STP_SOLVER, METASMT_SOLVER, DUMMY_SOLVER }; +enum CoreSolverType { STP_SOLVER, METASMT_SOLVER, DUMMY_SOLVER, Z3_SOLVER }; extern llvm::cl::opt<CoreSolverType> CoreSolverToUse; #ifdef ENABLE_METASMT |