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

Method min

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

* Value access * */

Source from the content-addressed store, hash-verified

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

Callers 9

print.hppFile · 0.45
rtest_eq_bndFunction · 0.45
rtest_eq_dom_checkFunction · 0.45
rtest_nq_bndFunction · 0.45
rtest_nq_dom_checkFunction · 0.45
rtest_lqFunction · 0.45
rtest_leFunction · 0.45
rtest_gqFunction · 0.45
rtest_grFunction · 0.45

Calls 1

minFunction · 0.50

Tested by 8

rtest_eq_bndFunction · 0.36
rtest_eq_dom_checkFunction · 0.36
rtest_nq_bndFunction · 0.36
rtest_nq_dom_checkFunction · 0.36
rtest_lqFunction · 0.36
rtest_leFunction · 0.36
rtest_gqFunction · 0.36
rtest_grFunction · 0.36