3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Merge pull request #2233 from psychon/cplex_parser

lp_tokenizer: Add missing verbose print
This commit is contained in:
Nikolaj Bjorner 2019-04-13 08:48:52 -07:00 committed by GitHub
commit a27f083177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -411,6 +411,7 @@ private:
}
m_buffer.push_back(0);
m_tokens.push_back(asymbol(symbol(m_buffer.c_ptr()), in.line()));
IF_VERBOSE(10, verbose_stream() << "tok: " << m_tokens.back() << "\n");
continue;
}
}