Open aaronbembenek opened 1 year ago
Right now, Formulog is parameterized by a mix of system properties (like -DdebugSmt) and proper flags (like --dump-idb). For the sake of consistency and usability, we should convert user-relevant system properties to flags.
-DdebugSmt
--dump-idb
Right now, Formulog is parameterized by a mix of system properties (like
-DdebugSmt
) and proper flags (like--dump-idb
). For the sake of consistency and usability, we should convert user-relevant system properties to flags.