mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 00:48:45 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
ef9486913b
47 changed files with 2232 additions and 1198 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue