mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
'na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
352f4b5b37
commit
f8dcaa8885
3 changed files with 4 additions and 3 deletions
|
@ -1800,7 +1800,7 @@ static void track_id(ast* n, unsigned id) {
|
|||
if (n->get_id() != id) return;
|
||||
++s_count;
|
||||
std::cout << s_count << "\n";
|
||||
// SASSERT(s_count != 7);
|
||||
//SASSERT(s_count != 23);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue