MCPcopy 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.hppFile · 0.70
choiceMethod · 0.70
changeStayOnTopMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected