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

Method v

examples/efpa.cpp:85–85  ·  view source on GitHub ↗

Get v, number of sequences

Source from the content-addressed store, hash-verified

83 }
84 /// Get v, number of sequences
85 int v(void) const { return _v.value(); }
86 /// Get q, number of symbols
87 int q(void) const { return _q.value(); }
88 /// Get lambda, sets of symbols per sequence

Callers 2

EFPAMethod · 0.80
connectedMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected