Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ pos
Function
pos
gecode/kernel/branch/view.hpp:113–114 ·
view source on GitHub ↗
* Position information * */
Source
from the content-addressed store, hash-verified
111
*
112
*/
113
forceinline
114
Pos::Pos(int p) : pos(p) {}
115
forceinline
116
Pos::Pos(const Pos& p) : pos(p.pos) {}
117
Callers
3
view.hpp
File · 0.70
choice
Method · 0.70
changeStayOnTop
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected