Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(nfa_graph_t), | intent(in) | :: | self |
pure function nfa_graph__is_exceeded(self) result(ret) implicit none class(nfa_graph_t), intent(in) :: self logical :: ret ret = ubound(self%graph, dim=1) < self%top end function nfa_graph__is_exceeded