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

Method n_symbols

gecode/int/extensional/dfa.hpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 forceinline unsigned int
145 DFA::n_symbols(void) const {
146 const DFAI* d = static_cast<DFAI*>(object());
147 return (d == nullptr) ? 0 : d->n_symbols;
148 }
149
150 forceinline int
151 DFA::n_transitions(void) const {

Callers 3

TupleSetMethod · 0.80
equalMethod · 0.80
operator ==Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected