mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 20:01:20 +00:00
removed ini_file
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
823dd6ca47
commit
9374a4e20a
38 changed files with 82 additions and 1971 deletions
|
@ -3103,7 +3103,6 @@ namespace smt {
|
|||
m_next_progress_sample = 0;
|
||||
TRACE("literal_occ", display_literal_num_occs(tout););
|
||||
m_timer.start();
|
||||
m_instr.start();
|
||||
}
|
||||
|
||||
void context::end_search() {
|
||||
|
@ -3359,11 +3358,6 @@ namespace smt {
|
|||
return true;
|
||||
}
|
||||
|
||||
if (m_instr.is_instruction_maxed(m_fparams.m_instr_out)) {
|
||||
m_last_search_failure = TIMEOUT;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (m_progress_callback) {
|
||||
m_progress_callback->fast_progress_sample();
|
||||
if (m_fparams.m_progress_sampling_freq > 0 && m_timer.ms_timeout(m_next_progress_sample + 1)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue