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

Method status

gecode/int/view/bool.hpp:57–60  ·  view source on GitHub ↗

* Value access * */

Source from the content-addressed store, hash-verified

55 *
56 */
57 forceinline BoolStatus
58 BoolView::status(void) const {
59 return x->status();
60 }
61 forceinline int
62 BoolView::min(void) const {
63 return x->min();

Callers 1

tellMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected