Skip to content

Commit

Permalink
print terminals for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
qinheping committed Oct 21, 2023
1 parent 95f3ba3 commit 62e31b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ std::vector<exprt> construct_terminals(const std::set<symbol_exprt> &symbols)
std::vector<exprt> result;
for(const auto &e : symbols)
{
std::cout << format(e) << " ID: " << e.type().id() << "\n";
if(e.type().id() == ID_unsignedbv)
{
// For a variable v with primitive type, we add
Expand Down

0 comments on commit 62e31b0

Please sign in to comment.