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

Method TupleSet

gecode/int/extensional/tuple-set.cpp:267–268  ·  view source on GitHub ↗

* Tuple set * */

Source from the content-addressed store, hash-verified

265 *
266 */
267 TupleSet::TupleSet(int a)
268 : SharedHandle(new Data(a)) {}
269 void
270 TupleSet::init(int a) {
271 object(new Data(a));

Callers

nothing calls this directly

Calls 12

tFunction · 0.85
addFunction · 0.85
n_statesMethod · 0.80
max_degreeMethod · 0.80
n_symbolsMethod · 0.80
i_stateMethod · 0.80
o_stateMethod · 0.80
final_fstMethod · 0.80
final_lstMethod · 0.80
sFunction · 0.70
IntArgsClass · 0.50
valMethod · 0.45

Tested by

no test coverage detected