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

Method max_degree

gecode/int/extensional/dfa.hpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 forceinline unsigned int
157 DFA::max_degree(void) const {
158 const DFAI* d = static_cast<DFAI*>(object());
159 return (d == nullptr) ? 0 : d->max_degree;
160 }
161
162 forceinline int
163 DFA::final_fst(void) const {

Callers 4

initializeMethod · 0.80
ExecStatus post_lgpFunction · 0.80
TupleSetMethod · 0.80
operator ==Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected