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

Method final_lst

gecode/int/extensional/dfa.hpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 forceinline int
169 DFA::final_lst(void) const {
170 const DFAI* d = static_cast<DFAI*>(object());
171 return (d == nullptr) ? 0 : d->final_lst;
172 }
173
174 forceinline int
175 DFA::symbol_min(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