Collection<List<String>> questionsOrigA = ComputeQuestions.computeQS_orig(pair, scoreComputer,MergeStates.mergeAndDeterminize(scoreComputer, pair));
CmpVertex Rnew = tempNew.getStateLearnt();
assert Rnew == tempNew.getVertex(scoreComputer.wmethod.computeShortPathsToAllStates().get(pair.getR()));
Collection<List<String>> questionsOrigB = ComputeQuestions.computeQS_orig(new StatePair(Rnew,Rnew), scoreComputer,tempNew);
PTASequenceSet newQuestions =new PTASequenceSet();newQuestions.addAll(questions);
assert newQuestions.containsAll(questionsOrigA);
assert newQuestions.containsAll(questionsOrigB);
}
return questions;
}