public static interface FormulaManagerFactory.SolverFactory
This interface is only meant to be implemented by SMT solvers and used by this class, not by other classes.
| Modifier and Type | Method and Description |
|---|---|
FormulaManager |
create(Configuration config,
LogManager logger,
ShutdownNotifier pShutdownNotifier,
PathCounterTemplate solverLogfile,
long randomSeed) |
FormulaManager create(Configuration config, LogManager logger, ShutdownNotifier pShutdownNotifier, @Nullable PathCounterTemplate solverLogfile, long randomSeed) throws InvalidConfigurationException
InvalidConfigurationException