You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smt2_parser: expressions/functions are now in hash table
This refactors the SMT2 parser to use hash tables instead of chains of
if()...else if()... for expressions.
This enables extensions, and may have a performance benefit as the number of
expressions grows.
0 commit comments