Skip to content

Commit

Permalink
Removing unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jah12014 committed Dec 21, 2017
1 parent 0091d70 commit bc9f939
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions IncrementalMinimization/src/TestIncrementalMinimization.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ public void testMyAut() throws TimeoutException {
Assert.assertTrue(incrMinAut.getStates().size() <= stdMinAut.getStates().size());
Assert.assertTrue(SFA.areEquivalent(incrMinAut, aut, ba));
Assert.assertTrue(SFA.areEquivalent(incrMinAut, stdMinAut, ba));

//Note that because of how the symbolic automata library stores automata that it does not
//recognize as explicitly minimal, we may have a case where our minimum automata has
//less states than theirs (b/c the SFA does not store "sink states" AFAIK). So, to check that
//our SFA is minimal, we test if it is deterministic and has no more than the minimum
//SFA that the library computes
}

@Test
Expand Down

0 comments on commit bc9f939

Please sign in to comment.