3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

removed ini_file

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-01 16:30:39 -08:00
parent 823dd6ca47
commit 9374a4e20a
38 changed files with 82 additions and 1971 deletions

View file

@ -1295,11 +1295,6 @@ void cmd_context::check_sat(unsigned num_assumptions, expr * const * assumptions
return;
IF_VERBOSE(100, verbose_stream() << "check-sat..." << std::endl;);
TRACE("before_check_sat", dump_assertions(tout););
if (params().m_ignore_checksat) {
m_check_sat_result = 0;
regular_stream() << "unknown" << std::endl;
return;
}
if (!has_manager())
init_manager();
if (m_solver) {