|
primal data and solution storage
Definition at line 36 of file struct_primal.h.
#include <struct_primal.h>
number of new best primal CIP solutions respecting the objective limit found up to now
Definition at line 42 of file struct_primal.h.
upper bound for better primal solutions (if objective value is always integral, cutoffbound is equal to ceil(upperbound) - 1.0 (+eps)
Definition at line 45 of file struct_primal.h.
Referenced by applyBounding(), initSolve(), priceAndCutLoop(), primalSetCutoffbound(), propAndSolve(), SCIPbranchExtern(), SCIPbranchLP(), SCIPbranchPseudo(), SCIPendDive(), SCIPgetAvgDualbound(), SCIPgetAvgLowerbound(), SCIPgetCutoffbound(), SCIPnodeFocus(), SCIPpriceLoop(), SCIPprimalHeuristics(), SCIPprimalSetCutoffbound(), SCIPsolveCIP(), SCIPupdateNodeLowerbound(), and solveNode().
primal CIP solutions
Definition at line 47 of file struct_primal.h.
Referenced by ensureSolsSize(), freeTransform(), presolve(), primalAddOrigSol(), primalAddSol(), primalExistsOrigSol(), primalExistsSol(), primalSearchOrigSolPos(), primalSearchSolPos(), printSolutionStatistics(), SCIPgetBestSol(), SCIPgetSols(), SCIPprimalAddOrigObjoffset(), SCIPprimalAddSol(), SCIPprimalRetransformSolutions(), SCIPprimalUpdateObjoffset(), SCIPprimalUpperboundIsSol(), SCIPsolveCIP(), and SCIPtransformProb().
int SCIP_Primal::solssize |
number of primal CIP solutions stored in sols array
Definition at line 53 of file struct_primal.h.
Referenced by ensureSolsSize(), freeTransform(), presolve(), primalAddOrigSol(), primalAddSol(), primalExistsOrigSol(), primalExistsSol(), primalSearchOrigSolPos(), primalSearchSolPos(), printSolutionStatistics(), SCIPgetBestSol(), SCIPgetNSols(), SCIPprimalAddOrigObjoffset(), SCIPprimalAddSol(), SCIPprimalRetransformSolutions(), SCIPprimalUpdateObjoffset(), SCIPprimalUpperboundIsSol(), SCIPsolveCIP(), SCIPstoreSolutionGap(), and SCIPtransformProb().
int SCIP_Primal::existingsolssize |
int SCIP_Primal::nexistingsols |
|