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
The best documentation I found is this manual section. It documents the principle format, but I had to guess the JSON keys since there is no 1:1 correspondence to CLI flags.
@shonfeder Maybe I missed something and there is documentation of the supported config file options somewhere?
The second thing I struggled with is setting --tuning-options / checker.tuning via the config file, which is passed as a single :-separated key=value string on the CLI, but (at least it seems so) needs to be a nested JSON object in the config file. We should confirm this, and document how to set tuning options via config.
The text was updated successfully, but these errors were encountered:
While addressing informalsystems/quint#1196, I tried to write an Apalache config file, but struggled.
The best documentation I found is this manual section. It documents the principle format, but I had to guess the JSON keys since there is no 1:1 correspondence to CLI flags.
@shonfeder Maybe I missed something and there is documentation of the supported config file options somewhere?
The second thing I struggled with is setting
--tuning-options
/checker.tuning
via the config file, which is passed as a single:
-separatedkey=value
string on the CLI, but (at least it seems so) needs to be a nested JSON object in the config file. We should confirm this, and document how to set tuning options via config.The text was updated successfully, but these errors were encountered: