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

Method some

gecode/flatzinc/option.hh:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return o;
54 }
55 static Option<Val> some(const Val& v) {
56 Option<Val> o;
57 o._some = true;
58 o._v = v;
59 return o;
60 }
61 };
62
63}}

Callers 10

addDomainConstraintFunction · 0.80
yyparseFunction · 0.80
vs2isFunction · 0.80
vs2bslFunction · 0.80
vs2bshFunction · 0.80
newSetVarMethod · 0.80
newFloatVarMethod · 0.80
~IntVarSpecMethod · 0.80
~BoolVarSpecMethod · 0.80
~SetVarSpecMethod · 0.80

Calls

no outgoing calls

Tested by 3

~IntVarSpecMethod · 0.64
~BoolVarSpecMethod · 0.64
~SetVarSpecMethod · 0.64