formulog
formulog copied to clipboard
Convert user-relevant system properties to proper flags
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.