We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ace3d0 commit 99a9a4aCopy full SHA for 99a9a4a
src/sat/sat_config.cpp
@@ -158,7 +158,6 @@ namespace sat {
158
m_lookahead_delta_fraction = p.lookahead_delta_fraction();
159
m_lookahead_use_learned = p.lookahead_use_learned();
160
if (m_lookahead_delta_fraction < 0 || m_lookahead_delta_fraction > 1.0) {
161
- verbose_stream() << m_lookahead_delta_fraction << "\n";
162
throw sat_param_exception("invalid value for delta fraction. It should be a number in the interval 0 to 1");
163
}
164
0 commit comments