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

Method symbol_min

gecode/int/extensional/dfa.hpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 forceinline int
175 DFA::symbol_min(void) const {
176 const DFAI* d = static_cast<DFAI*>(object());
177 return ((d != nullptr) && (d->n_trans > 0)) ?
178 d->trans[0].symbol : Int::Limits::min;
179 }
180
181 forceinline int
182 DFA::symbol_max(void) const {

Callers 1

ExecStatus post_lgpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected