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