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

Method init

gecode/int/extensional/layered-graph.hpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 */
76 template<class View, class Val, class Degree, class StateIdx>
77 forceinline void
78 LayeredGraph<View,Val,Degree,StateIdx>::State::init(void) {
79 i_deg=o_deg=0;
80 }
81
82
83 template<class View, class Val, class Degree, class StateIdx>

Callers 2

initializeMethod · 0.45
adviseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected