MCPcopy Create free account
hub / github.com/Gecode/gecode / n_transitions

Method n_transitions

gecode/int/extensional/dfa.hpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 forceinline int
151 DFA::n_transitions(void) const {
152 const DFAI* d = static_cast<DFAI*>(object());
153 return (d == nullptr) ? 0 : d->n_trans;
154 }
155
156 forceinline unsigned int
157 DFA::max_degree(void) const {

Callers 2

equalMethod · 0.80
operator ==Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected