Detailed Description
Definition at line 44 of file reduce_sol.c.
Data Fields | |
int * | nodesol |
SCIP_Real | nodesol_ub |
SCIP_Real | offset |
SCIP_Real | primalbound |
int | nnodes |
SCIP_Bool | isPcMw |
SCIP_Bool | nodesol_use |
Field Documentation
◆ nodesol
int* reduction_local_solution_storage::nodesol |
Definition at line 46 of file reduce_sol.c.
Referenced by nodesolUpdate(), reduce_solFinalizeLocal(), reduce_sollocalGetSolnode(), reduce_sollocalInit(), reduce_sollocalRebuildTry(), reduce_sollocalUpdateNodesol(), reduce_solPack(), and sollocalInitNodesol().
◆ nodesol_ub
SCIP_Real reduction_local_solution_storage::nodesol_ub |
Definition at line 47 of file reduce_sol.c.
Referenced by reduce_solFinalizeLocal(), reduce_solLevelTopTransferSolBack(), reduce_sollocalInit(), reduce_sollocalRebuildTry(), reduce_sollocalUpdateNodesol(), and sollocalInitNodesol().
◆ offset
SCIP_Real reduction_local_solution_storage::offset |
offset NOTE: offset is only used within this structure!
Definition at line 48 of file reduce_sol.c.
Referenced by reduce_solFinalizeLocal(), reduce_sollocalGetUpperBound(), reduce_sollocalInit(), reduce_sollocalRebuildTry(), reduce_sollocalSetOffset(), and reduce_sollocalUpdateUpperBound().
◆ primalbound
SCIP_Real reduction_local_solution_storage::primalbound |
best sollocal bound
Definition at line 49 of file reduce_sol.c.
Referenced by reduce_sollocalGetUpperBound(), reduce_sollocalGetUpperBoundWithOffset(), reduce_sollocalHasUpperBound(), reduce_sollocalInit(), reduce_sollocalRebuildTry(), reduce_sollocalSetOffset(), and reduce_sollocalUpdateUpperBound().
◆ nnodes
int reduction_local_solution_storage::nnodes |
Definition at line 50 of file reduce_sol.c.
Referenced by nodesolGetEdgeSol(), nodesolSetTrivial(), nodesolUpdate(), redlevelInit(), reduce_solGetEdgesol(), reduce_solLevelTopTransferSolBack(), reduce_solLevelTopUpdate(), reduce_sollocalInit(), reduce_sollocalRebuildTry(), reduce_sollocalUpdateNodesol(), reduce_solPack(), and sollocalInitNodesol().
◆ isPcMw
SCIP_Bool reduction_local_solution_storage::isPcMw |
Definition at line 51 of file reduce_sol.c.
Referenced by reduce_sollocalInit(), and reduce_sollocalSetOffset().
◆ nodesol_use
SCIP_Bool reduction_local_solution_storage::nodesol_use |
Definition at line 52 of file reduce_sol.c.
Referenced by reduce_solFinalizeLocal(), reduce_sollocalInit(), reduce_sollocalUsesNodesol(), and sollocalInitNodesol().