Skip to content

Commit dec30a2

Browse files
committed
Documentation for datatype_map
1 parent 587b361 commit dec30a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/solvers/smt2/smt2_conv.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,10 @@ class smt2_convt : public stack_decision_proceduret
208208

209209
identifier_mapt identifier_map;
210210

211-
// for modeling structs as Z3 datatype, enabled when
212-
// use_datatype is set
211+
// for modeling structs as SMT datatype when use_datatype is set
212+
//
213+
// it maintains a map of `struct_typet` or `struct_tag_typet`
214+
// to datatype names declared in SMT
213215
typedef std::map<typet, std::string> datatype_mapt;
214216
datatype_mapt datatype_map;
215217

0 commit comments

Comments
 (0)