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

Method push

gecode/int/rel/lq-le.hpp:180–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179 template<class View, int o>
180 forceinline void
181 NaryLqLe<View,o>::push(Space& home, int p) {
182 // Try to avoid entering same position twice
183 if ((pos != nullptr) && (pos->p == p))
184 return;
185 pos = new (home) Pos(p,pos);
186 }
187 template<class View, int o>
188 forceinline int
189 NaryLqLe<View,o>::pop(Space& home) {

Callers 15

postMethod · 0.45
matchMethod · 0.45
sccMethod · 0.45
markMethod · 0.45
computesccsFunction · 0.45
doprop_valFunction · 0.45
propagateMethod · 0.45
prop_domFunction · 0.45
propagateMethod · 0.45
syncMethod · 0.45
markMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected