3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-28 00:48:45 +00:00
This commit is contained in:
Nikolaj Bjorner 2016-10-19 08:57:16 -07:00
commit ef9486913b
47 changed files with 2232 additions and 1198 deletions

View file

@ -519,7 +519,7 @@ namespace smt {
c->m_compilation_threshold = th;
IF_VERBOSE(2, verbose_stream() << "(smt.pb setting compilation threhshold to " << th << ")\n";);
TRACE("pb", tout << "compilation threshold: " << th << "\n";);
compile_ineq(*c);
//compile_ineq(*c);
}
else {
c->m_compilation_threshold = UINT_MAX;