Interface BasicProverEnvironment.AllSatCallback<R>

Type Parameters:
R - The result type of the callback, passed through by BasicProverEnvironment.allSat(org.sosy_lab.java_smt.api.BasicProverEnvironment.AllSatCallback<R>, java.util.List<org.sosy_lab.java_smt.api.BooleanFormula>).
Enclosing interface:
BasicProverEnvironment<T>

public static interface BasicProverEnvironment.AllSatCallback<R>