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

Method q

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

Get q, number of symbols

Source from the content-addressed store, hash-verified

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
89 int l(void) const { return _l.value(); }
90 /// Get d, Hamming distance between sequences

Callers 1

EFPAMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected