Skip to content

Commit

Permalink
Increase timeout to solve super long MBAs (250+)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam weishaupt committed Oct 15, 2024
1 parent b23983d commit 8a896fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Z3Prover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ llvm::cl::opt<bool>
// Add timeout parameter as string
llvm::cl::opt<std::string>
timeout("timeout", llvm::cl::Optional,
llvm::cl::desc("Timeout for Z3 solver (Default 500)"),
llvm::cl::value_desc("timeout"), llvm::cl::init("500"));
llvm::cl::desc("Timeout for Z3 solver (Default 700)"),
llvm::cl::value_desc("timeout"), llvm::cl::init("700"));

// Accept unknown as unsat
llvm::cl::opt<bool>
Expand Down

0 comments on commit 8a896fb

Please sign in to comment.