structure that contains all the data that defines the single-node-flow relaxation of an aggregation row
Data Fields | |
| int * | transvarcoefs |
| SCIP_Real * | transbinvarsolvals |
| SCIP_Real * | transcontvarsolvals |
| SCIP_Real * | transvarvubcoefs |
| int | ntransvars |
| SCIP_Real | transrhs |
| int * | origbinvars |
| int * | origcontvars |
| SCIP_Real * | aggrcoefsbin |
| SCIP_Real * | aggrcoefscont |
| SCIP_Real * | aggrconstants |
| int* SNF_Relaxation::transvarcoefs |
coefficients of all vars in relaxed set
Definition at line 9180 of file cuts.c.
Referenced by allocSNFRelaxation(), computeLiftingData(), constructSNFRelaxation(), destroySNFRelaxation(), generateLiftedFlowCoverCut(), and getFlowCover().
| SCIP_Real* SNF_Relaxation::transbinvarsolvals |
sol val of bin var in vub of all vars in relaxed set
Definition at line 9181 of file cuts.c.
Referenced by allocSNFRelaxation(), constructSNFRelaxation(), destroySNFRelaxation(), and getFlowCover().
| SCIP_Real* SNF_Relaxation::transcontvarsolvals |
sol val of all real vars in relaxed set
Definition at line 9182 of file cuts.c.
Referenced by allocSNFRelaxation(), constructSNFRelaxation(), and destroySNFRelaxation().
| SCIP_Real* SNF_Relaxation::transvarvubcoefs |
coefficient in vub of all vars in relaxed set
Definition at line 9183 of file cuts.c.
Referenced by allocSNFRelaxation(), computeLiftingData(), constructSNFRelaxation(), destroySNFRelaxation(), generateLiftedFlowCoverCut(), and getFlowCover().
| int SNF_Relaxation::ntransvars |
number of vars in relaxed set
Definition at line 9184 of file cuts.c.
Referenced by computeLiftingData(), constructSNFRelaxation(), generateLiftedFlowCoverCut(), and getFlowCover().
| SCIP_Real SNF_Relaxation::transrhs |
rhs in relaxed set
Definition at line 9185 of file cuts.c.
Referenced by computeLiftingData(), constructSNFRelaxation(), and getFlowCover().
| int* SNF_Relaxation::origbinvars |
associated original binary var for all vars in relaxed set
Definition at line 9186 of file cuts.c.
Referenced by allocSNFRelaxation(), constructSNFRelaxation(), destroySNFRelaxation(), and generateLiftedFlowCoverCut().
| int* SNF_Relaxation::origcontvars |
associated original continuous var for all vars in relaxed set
Definition at line 9187 of file cuts.c.
Referenced by allocSNFRelaxation(), constructSNFRelaxation(), destroySNFRelaxation(), and generateLiftedFlowCoverCut().
| SCIP_Real* SNF_Relaxation::aggrcoefsbin |
aggregation coefficient of the original binary var used to define the continuous variable in the relaxed set
Definition at line 9188 of file cuts.c.
Referenced by allocSNFRelaxation(), constructSNFRelaxation(), destroySNFRelaxation(), and generateLiftedFlowCoverCut().
| SCIP_Real* SNF_Relaxation::aggrcoefscont |
aggregation coefficient of the original continuous var used to define the continuous variable in the relaxed set
Definition at line 9190 of file cuts.c.
Referenced by allocSNFRelaxation(), constructSNFRelaxation(), destroySNFRelaxation(), and generateLiftedFlowCoverCut().
| SCIP_Real* SNF_Relaxation::aggrconstants |
aggregation constant used to define the continuous variable in the relaxed set
Definition at line 9192 of file cuts.c.
Referenced by allocSNFRelaxation(), constructSNFRelaxation(), destroySNFRelaxation(), and generateLiftedFlowCoverCut().