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

Method l

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

Get lambda, sets of symbols per sequence

Source from the content-addressed store, hash-verified

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
91 int d(void) const { return _d.value(); }
92

Callers 1

EFPAMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected