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

Method final_fst

gecode/int/extensional/dfa.hpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 forceinline int
163 DFA::final_fst(void) const {
164 const DFAI* d = static_cast<DFAI*>(object());
165 return (d == nullptr) ? 0 : d->final_fst;
166 }
167
168 forceinline int
169 DFA::final_lst(void) const {

Callers 6

initializeMethod · 0.80
postMethod · 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