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

Method add

gecode/minimodel/reg.cpp:775–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773 TransitionBag::TransitionBag(void) : t(heap), n(0) {}
774
775 forceinline void
776 TransitionBag::add(int i_state, int symbol, int o_state) {
777 t[n].i_state = i_state;
778 t[n].symbol = symbol;
779 t[n].o_state = o_state;
780 n++;
781 }
782
783 forceinline void
784 TransitionBag::finish(void) {

Callers 1

reg.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected