Closed fpoli closed 1 year ago
Also, the default of assertionMode
is wrong. It's push-pop in the code.
-Llogger=level is indented in a different way.
I agree it looks weird, but that seems to be a feature of the library we're using for this kind of option, and I don't really want to change the type of option in case that breaks anyone's code. I've addressed the rest (except for the newline between options, which I also haven't found a way to do with the current library).
Feel free to close this issue when the exeption is fixed. The other stuff might be subjective.
Executing
silicon --help
fails with an exception. Also:--proverSaturationTimeoutWeights
,--stateConsolidationMode
,--z3SaturationTimeoutWeights
).-Llogger=level
is indented in a different way.--numberOfParallelVerifiers
misses a)
.Output of
silicon --help
: