mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
local updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c21b860d4e
commit
e9e0293d1a
3 changed files with 4 additions and 8 deletions
|
@ -136,7 +136,6 @@ namespace sat {
|
|||
m_user_scope_literals.reset();
|
||||
m_user_scope_literals.append(src.m_user_scope_literals);
|
||||
|
||||
std::cout << "copy: " << init_trail_size() << " " << src.init_trail_size() << "\n";
|
||||
}
|
||||
|
||||
// -----------------------
|
||||
|
@ -1152,9 +1151,6 @@ namespace sat {
|
|||
}
|
||||
|
||||
void solver::reinit_assumptions() {
|
||||
if (at_search_lvl()) {
|
||||
std::cout << " " << init_trail_size() << " " << m_trail.size() << "\n";
|
||||
}
|
||||
if (tracking_assumptions() && at_base_lvl()) {
|
||||
TRACE("sat", tout << m_assumptions << "\n";);
|
||||
push();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue