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

Method symbol_max

gecode/int/extensional/dfa.hpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 forceinline int
182 DFA::symbol_max(void) const {
183 const DFAI* d = static_cast<DFAI*>(object());
184 return ((d != nullptr) && (d->n_trans > 0)) ?
185 d->trans[d->n_trans-1].symbol : Int::Limits::max;
186 }
187
188 forceinline std::size_t
189 DFA::hash(void) const {

Callers 1

ExecStatus post_lgpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected