Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ post
Method
post
test/int/arithmetic.cpp:462–464 ·
view source on GitHub ↗
Post constraint on \a x
Source
from the content-addressed store, hash-verified
460
}
461
/// Post constraint on \a x
462
virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
463
Gecode::mod(home, x[0], x[1], x[2]);
464
}
465
};
466
467
/// %Test for absolute value constraint
Callers
nothing calls this directly
Calls
1
mod
Function · 0.85
Tested by
no test coverage detected