3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-06 21:34:53 +00:00

Remove verbose logging in register_term function of sls_basic_plugin and fix formatting in sls_context

This commit is contained in:
Nikolaj Bjorner 2024-08-30 11:58:50 -07:00
parent 7be2c3ae1e
commit d0da02695c
2 changed files with 1 additions and 2 deletions

View file

@ -102,7 +102,7 @@ namespace sls {
}
return l_undef;
}
void context::propagate_boolean_assignment() {
reinit_relevant();