Class SolverContextFactory.InnerUtilFactory

  • Enclosing class:
    SolverContextFactory

    public abstract static class SolverContextFactory.InnerUtilFactory
    extends Object
    Interface for completely encapsulating all accesses to a solver's package to decouple the solver's package from the rest of the code.

    This interface is only meant to be implemented by SMT solvers and used by this class, not by other classes.