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

Method init

gecode/set/view/complement.hpp:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370 template<class View>
371 forceinline void
372 LubRanges<ComplementView<View> >::init(const ComplementView<View>& s) {
373 lb.init(s.base());
374 lbc.init(lb);
375 }
376
377 template<class View>
378 forceinline bool

Callers

nothing calls this directly

Calls 1

baseMethod · 0.45

Tested by

no test coverage detected