apalache
apalache copied to clipboard
[FEATURE] Add CLI support for parameters tunable by the Apalache global configuration file
Title.
Can you explain this issue? I do not quite get it.
Sure, you should be able to pass all of the parameters that are currently only set inside apalache.cfg
via flags when you call check
, including the option to just point to a complete .cfg
file.
Do you mean the option --tuning=apalache.properties
? There is a CLI alternative to that via --tuning-options=key1=value1:key2=value2...
. It's ugly because of the library we are currently using.
No, this is an extension of #1036
all of the parameters that are currently only set inside
apalache.cfg
is this still relevant? what parameters do we have that are passed via .cfg
but cannot be passed on the CLI?