pub(crate) fn solver_commands_for_config(
config: &SymbolicConfig,
) -> Result<Vec<SolverCommand>, SolverConfigError>Expand description
Returns the subprocess commands for the configured SMT solver setup.
pub(crate) fn solver_commands_for_config(
config: &SymbolicConfig,
) -> Result<Vec<SolverCommand>, SolverConfigError>Returns the subprocess commands for the configured SMT solver setup.