Home
last modified time | relevance | path

Searched refs:nprioexterncands (Results 1 – 7 of 7) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_random.c241 int nprioexterncands; in SCIP_DECL_BRANCHEXECEXT() local
263 …ExternBranchCands(scip, &externcands, &externcandssol, NULL, NULL, &nprioexterncands, NULL, NULL, … in SCIP_DECL_BRANCHEXECEXT()
264 assert(nprioexterncands > 0); in SCIP_DECL_BRANCHEXECEXT()
271 …getRandomVariable(scip, branchruledata, externcands, externcandssol, nprioexterncands, &bestcand, … in SCIP_DECL_BRANCHEXECEXT()
275 …branchExecrelRandom failed to select a branching variable from %d candidates\n", nprioexterncands); in SCIP_DECL_BRANCHEXECEXT()
283 nprioexterncands, SCIPvarGetName(bestcand), bestcandsol, brpoint); in SCIP_DECL_BRANCHEXECEXT()
H A Dbranch.c156 (*branchcand)->nprioexterncands = 0; in SCIPbranchcandCreate()
464 if( nprioexterncands != NULL ) in SCIPbranchcandGetExternCands()
465 *nprioexterncands = branchcand->nprioexterncands; in SCIPbranchcandGetExternCands()
523 return branchcand->nprioexterncands; in SCIPbranchcandGetNPrioExternCands()
612 branchcand->nprioexterncands = 1; in SCIPbranchcandAddExternCand()
631 insertpos = branchcand->nprioexterncands; in SCIPbranchcandAddExternCand()
633 branchcand->nprioexterncands++; in SCIPbranchcandAddExternCand()
688 …assert(0 <= branchcand->nprioexterncands && branchcand->nprioexterncands <= branchcand->nexterncan… in SCIPbranchcandAddExternCand()
704 branchcand->nprioexterncands = 0; in SCIPbranchcandClearExternCands()
772 i < branchcand->nprioexterncands; i++ ) in SCIPbranchcandContainsExternCand()
[all …]
H A Dstruct_branch.h55 …int nprioexterncands; /**< number of external candidates with largest branch p… member
H A Dbranch_pscost.c665 int nprioexterncands; in SCIP_DECL_BRANCHEXECEXT() local
681 …ands(scip, &externcands, &externcandssol, &externcandsscore, NULL, &nprioexterncands, NULL, NULL, … in SCIP_DECL_BRANCHEXECEXT()
682 assert(nprioexterncands > 0); in SCIP_DECL_BRANCHEXECEXT()
691 …ar(scip, branchrule, externcands, externcandssol, externcandsscore, nprioexterncands, &brvar, &brp… in SCIP_DECL_BRANCHEXECEXT()
H A Dscip_branch.h303 …int* nprioexterncands, /**< pointer to store the number of candidates with maxi…
H A Dbranch.h90 …int* nprioexterncands, /**< pointer to store the number of candidates with maxi…
H A Dscip_branch.c508 …int* nprioexterncands, /**< pointer to store the number of candidates with maxi… in SCIPgetExternBranchCands() argument
520 nprioexterncands, nprioexternbins, nprioexternints, nprioexternimpls) ); in SCIPgetExternBranchCands()