Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addDomainConstraint
Function · 0.80
yyparse
Function · 0.80
vs2is
Function · 0.80
vs2bsl
Function · 0.80
vs2bsh
Function · 0.80
newSetVar
Method · 0.80
newFloatVar
Method · 0.80
~IntVarSpec
Method · 0.80
~BoolVarSpec
Method · 0.80
~SetVarSpec
Method · 0.80
Calls
no outgoing calls
Tested by
3
~IntVarSpec
Method · 0.64
~BoolVarSpec
Method · 0.64
~SetVarSpec
Method · 0.64