mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +00:00
parent
1ace3d0cf3
commit
99a9a4af03
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ namespace sat {
|
||||||
m_lookahead_delta_fraction = p.lookahead_delta_fraction();
|
m_lookahead_delta_fraction = p.lookahead_delta_fraction();
|
||||||
m_lookahead_use_learned = p.lookahead_use_learned();
|
m_lookahead_use_learned = p.lookahead_use_learned();
|
||||||
if (m_lookahead_delta_fraction < 0 || m_lookahead_delta_fraction > 1.0) {
|
if (m_lookahead_delta_fraction < 0 || m_lookahead_delta_fraction > 1.0) {
|
||||||
verbose_stream() << m_lookahead_delta_fraction << "\n";
|
|
||||||
throw sat_param_exception("invalid value for delta fraction. It should be a number in the interval 0 to 1");
|
throw sat_param_exception("invalid value for delta fraction. It should be a number in the interval 0 to 1");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue