use of at.ac.tuwien.kr.alpha.core.grounder.ChoiceGrounder in project Alpha by alpha-asp.
the class SolverTests method choiceGrounder.
@RegressionTest
public void choiceGrounder(RegressionTestConfig cfg) {
AtomStore atomStore = new AtomStoreImpl();
assertEquals(ChoiceGrounder.EXPECTED, buildSolverForRegressionTest(atomStore, new ChoiceGrounder(atomStore), cfg).collectSet());
}
Aggregations