Skip to content

Commit

Permalink
Update smt2_commands.h
Browse files Browse the repository at this point in the history
update comments
  • Loading branch information
ahmed-irfan committed May 23, 2023
1 parent dc49201 commit ea0b002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/frontend/smt2/smt2_commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ typedef struct smt2_cmd_stats_s {
* occur after a (push ..) command are removed by the matching (pop ..).
* In global mode, declarations are kept independent of (push ..) and (pop ...)
* global_decls is false by default.
* - clean_model_format is true by default. This flag determines how models
* are displayed in (get-model). The default is to use a Yices-style
* format. If the flag is false, we use the SMT2-style format (not clean!).
* - clean_model_format is false by default. This flag determines how models
* are displayed in (get-model). If the flag is false, we use the SMT2-style
*. format (not clean!). Otherwise, we use the Yices-style format.
* - bvconst_in_decimal is false by default. This flag determines how bit-vector
* constants are displayed in (get-model) and (get-value ..>). If the flag
* is true, we print them in decimal otherwise, we print them in binary.
Expand Down

0 comments on commit ea0b002

Please sign in to comment.