Skip to content

Commit

Permalink
document mapped counterexamples
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurel300 committed Jul 19, 2021
1 parent a49fd7a commit b03f80c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/scala/viper/silver/frontend/SilFrontEndConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ abstract class SilFrontendConfig(args: Seq[String], private var projectName: Str
)

val counterexample = opt[String]("counterexample",
descr="Return counterexample for errors. Pass 'native' for returning the native model from the backend " +
"or 'variables' for returning a model of all local Viper variables.",
descr="Return counterexample for errors. Pass 'native' for returning the native model from the backend, " +
"'variables' for returning a model of all local Viper variables, or 'mapped' (only available on Silicon) " +
"for returning a model with Ref variables resolved to object-like structures.",
default = None,
noshort = true
)
Expand Down

0 comments on commit b03f80c

Please sign in to comment.