Class AbstractProverWithAllSat<T>

  • All Implemented Interfaces:
    AutoCloseable, BasicProverEnvironment<T>

    public abstract class AbstractProverWithAllSat<T>
    extends AbstractProver<T>
    This class is a utility-class to avoid repeated implementation of the AllSAT computation.

    If a solver does not support direct AllSAT computation, please inherit from this class.