I noticed that is some SMT2 benchmarks, notations like (_ bv0 32)
, (_ bv16 32)
, ... are used like, for instance, in:
QF_FP/schanda/spark/zeros_consistent_2.smt2
However, this is no reference to such symbols in theories declarations:
http://smtlib.cs.uiowa.edu/theories.shtml
Any comment on that ? What is their meaning ?
Thanks !