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

Function plus

gecode/int/task/tree.hpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace Gecode { namespace Int {
37
38 forceinline int
39 plus(int x, int y) {
40 assert(y != -Limits::infinity);
41 return (x == -Limits::infinity) ? x : x+y;
42 }
43
44 forceinline long long int
45 plus(long long int x, long long int y) {

Callers 4

updateMethod · 0.85
ExecStatus edgefindingFunction · 0.85
updateMethod · 0.85
envMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected