Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ post
Method
post
test/int/element.cpp:65–67 ·
view source on GitHub ↗
Post constraint on \a x
Source
from the content-addressed store, hash-verified
63
}
64
/// Post constraint on \a x
65
virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
66
Gecode::element(home, c, x[0], x[1]);
67
}
68
};
69
70
/// %Test for element with integer array and integer variables
Callers
nothing calls this directly
Calls
1
element
Function · 0.50
Tested by
no test coverage detected