@Test
public final void test_ign3() // long test sequence (which does not exist) which is rejected part-way
{
FSMStructure mach = WMethod.getGraphData(TestFSMAlgo.buildGraph("AM-a->AM-b->AM-c->AM","tmp graph"));
PTATestSequenceEngine engine = new PTA_FSMStructure(mach);
sequenceSet partialPTA = engine.new sequenceSet();partialPTA.setIdentity();
partialPTA = partialPTA.cross(TestFSMAlgo.buildSet(new String[][] {
new String[] {"a","b","b","c","c","d"},
}));
PTA_computePrecisionRecall precComputer = new PTA_computePrecisionRecall(fsm);
precComputer.crossWith(engine);
precComputer.crossWith(engine);