MCPcopy Create free account
hub / github.com/Gecode/gecode / insert

Method insert

gecode/int/branch/cbs.hpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58 template<class View>
59 forceinline void
60 CBSBrancher<View>::VarIdToPos::insert(unsigned int var_id,
61 unsigned int pos) {
62 static_cast<VarIdToPosO*>(object())
63 ->_varIdToPos.insert(std::make_pair(var_id, pos));
64 }
65
66 template<class View>
67 CBSBrancher<View>::CBSBrancher(Home home, ViewArray<View>& x0)

Callers 2

CBSBrancherMethod · 0.45
choiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected