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

Function BOOL_VAR_AFC_MAX

gecode/int/branch/var.hpp:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 }
402
403 inline BoolVarBranch
404 BOOL_VAR_AFC_MAX(double d, BranchTbl tbl) {
405 return BoolVarBranch(BoolVarBranch::SEL_AFC_MAX,d,tbl);
406 }
407
408 inline BoolVarBranch
409 BOOL_VAR_AFC_MAX(BoolAFC a, BranchTbl tbl) {

Callers 6

runMethod · 0.85
NonogramMethod · 0.85
SatMethod · 0.85
OpenShopMethod · 0.85
ann2bvarselFunction · 0.85
createBranchersMethod · 0.85

Calls 1

BoolVarBranchClass · 0.85

Tested by

no test coverage detected