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

env params

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-01 20:56:40 -08:00
parent 9bd4fd969a
commit 02e763bb6b
15 changed files with 133 additions and 80 deletions

View file

@ -1309,7 +1309,7 @@ void cmd_context::pop(unsigned n) {
void cmd_context::check_sat(unsigned num_assumptions, expr * const * assumptions) {
if (m_ignore_check)
return;
IF_VERBOSE(100, verbose_stream() << "check-sat..." << std::endl;);
IF_VERBOSE(100, verbose_stream() << "(started \"check-sat\")" << std::endl;);
TRACE("before_check_sat", dump_assertions(tout););
if (!has_manager())
init_manager();