Class AbstractProverWithAllSat<T>

java.lang.Object
org.sosy_lab.java_smt.basicimpl.AbstractProver<T>
org.sosy_lab.java_smt.basicimpl.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.