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

Method intval

test/set.hh:169–169  ·  view source on GitHub ↗

Return value for first integer variable

Source from the content-addressed store, hash-verified

167 }
168 /// Return value for first integer variable
169 int intval(void) const { return ir[0]; }
170 /// Return assignment for integer variables
171 const Test::Int::Assignment& ints(void) const { return ir; }
172 /// Return arity

Callers 13

solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected