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

Method n_states

gecode/int/extensional/dfa.hpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 : SharedHandle(d) {}
137
138 forceinline int
139 DFA::n_states(void) const {
140 const DFAI* d = static_cast<DFAI*>(object());
141 return (d == nullptr) ? 1 : d->n_states;
142 }
143
144 forceinline unsigned int
145 DFA::n_symbols(void) const {

Callers 6

layered-graph.hppFile · 0.80
ExecStatus post_lgpFunction · 0.80
TupleSetMethod · 0.80
equalMethod · 0.80
dfa.hppFile · 0.80
operator ==Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected