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

Function sequence

gecode/set/sequence.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40namespace Gecode {
41
42 void
43 sequence(Home home, const SetVarArgs& xa) {
44 if (xa.size()==0)
45 throw TooFewArguments("Set::seq");
46 GECODE_POST;
47 ViewArray<SetView> x(home,xa);
48 GECODE_ES_FAIL(Sequence::Seq::post(home, x));
49 }
50
51 void
52 sequence(Home home, const SetVarArgs& xa, SetVar y) {

Callers 10

postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
SteinerMethod · 0.50
CarSequencingMethod · 0.50
p_among_seq_intFunction · 0.50
p_among_seq_boolFunction · 0.50
p_array_set_seqFunction · 0.50
p_array_set_seq_unionFunction · 0.50

Calls 2

postFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected