We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75ddaf commit 193da7aCopy full SHA for 193da7a
src/cprover/solver.h
@@ -29,6 +29,7 @@ class solver_optionst
29
public:
30
bool trace;
31
bool verbose;
32
+ bool large_step;
33
std::size_t loop_limit;
34
};
35
0 commit comments