mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
cleanups
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5533fc9dbc
commit
7de8c72246
9 changed files with 17 additions and 14 deletions
|
@ -5523,6 +5523,7 @@ namespace smt {
|
|||
TRACE("str", tout << mk_pp(node, get_manager()) << std::endl;);
|
||||
if (groundedMap.find(node) != groundedMap.end()) {
|
||||
for (auto const &itor : groundedMap[node]) {
|
||||
(void) itor;
|
||||
TRACE("str",
|
||||
tout << "\t[grounded] ";
|
||||
for (auto const &vIt : itor.first) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue