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

Method BAB

gecode/search/bab.hpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70 template<class T>
71 inline
72 BAB<T>::BAB(T* s, const Search::Options& o)
73 : Search::Base<T>(Search::babengine(s,o)) {}
74
75 template<class T>
76 inline T*

Callers

nothing calls this directly

Calls 1

babengineFunction · 0.85

Tested by

no test coverage detected