Detailed Description
LP row The column vector of the LP row is partitioned into two parts: The first row->nlpcols columns in the cols array are the ones that belong to the current LP (row->cols[j]->lppos >= 0) and that are linked to the row (row->linkpos[j] >= 0). The remaining row->len - row->nlpcols columns in the cols array are the ones that don't belong to the current LP (row->cols[j]->lppos == -1) or that are not linked to the row (row->linkpos[j] == -1).
Definition at line 201 of file struct_lp.h.
#include <struct_lp.h>
Field Documentation
◆ constant
SCIP_Real SCIP_Row::constant |
constant shift c in row lhs <= ax + c <= rhs
Definition at line 203 of file struct_lp.h.
Referenced by addOneRow(), addRowToAggrRow(), computeRelIntPoint(), cutsSubstituteMIR(), cutsSubstituteStrongCG(), generateLiftedFlowCoverCut(), lpFlushAddRows(), lpFlushChgRows(), provedBound(), rowCalcActivityBounds(), rowScale(), SCIPaggrRowAddRow(), SCIPcutpoolAddRow(), SCIPcutpoolIsCutNew(), SCIPlpAddRow(), SCIPlpGetDualfarkas(), SCIPlpGetSol(), SCIPlpGetUnboundedSol(), SCIPlpMarkFlushed(), SCIPlpSumRows(), SCIPlpWriteMip(), SCIProwAddConstant(), SCIProwChgConstant(), SCIProwGetConstant(), SCIProwGetNLPFeasibility(), SCIProwGetRelaxFeasibility(), SCIProwGetSolActivity(), SCIProwPrint(), SCIProwRecalcLPActivity(), and SCIProwRecalcPseudoActivity().
◆ lhs
SCIP_Real SCIP_Row::lhs |
left hand side of row
Definition at line 204 of file struct_lp.h.
Referenced by addOneRow(), addRowToAggrRow(), checkDualFeasibility(), computeRelIntPoint(), cutsSubstituteMIR(), cutsSubstituteStrongCG(), generateLiftedFlowCoverCut(), lpFlushAddRows(), lpFlushChgRows(), provedBound(), rowScale(), SCIPaddRow(), SCIPaggrRowAddRow(), SCIPcutGenerationHeuristicCMIR(), SCIPcutpoolAddRow(), SCIPcutpoolIsCutNew(), SCIPlpAddRow(), SCIPlpGetDualfarkas(), SCIPlpGetSol(), SCIPlpGetUnboundedSol(), SCIPlpMarkFlushed(), SCIPlpRecordOldRowSideDive(), SCIPlpSumRows(), SCIPlpWriteMip(), SCIProwAddConstant(), SCIProwChgConstant(), SCIProwChgLhs(), SCIProwGetLhs(), SCIProwGetLPFeasibility(), SCIProwGetNLPFeasibility(), SCIProwGetPseudoFeasibility(), SCIProwGetRelaxFeasibility(), SCIProwGetSolActivity(), SCIProwGetSolFeasibility(), SCIProwIsRedundant(), and SCIProwPrint().
◆ rhs
SCIP_Real SCIP_Row::rhs |
right hand side of row
Definition at line 205 of file struct_lp.h.
Referenced by addOneRow(), addRowToAggrRow(), checkDualFeasibility(), computeRelIntPoint(), cutsSubstituteMIR(), cutsSubstituteStrongCG(), generateLiftedFlowCoverCut(), lpFlushAddRows(), lpFlushChgRows(), provedBound(), rowScale(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), SCIPaddRow(), SCIPaggrRowAddRow(), SCIPcutGenerationHeuristicCMIR(), SCIPcutpoolAddRow(), SCIPcutpoolIsCutNew(), SCIPlpAddRow(), SCIPlpGetDualfarkas(), SCIPlpGetUnboundedSol(), SCIPlpMarkFlushed(), SCIPlpRecordOldRowSideDive(), SCIPlpSumRows(), SCIPlpWriteMip(), SCIProwAddConstant(), SCIProwChgConstant(), SCIProwChgRhs(), SCIProwGetLPFeasibility(), SCIProwGetNLPFeasibility(), SCIProwGetPseudoFeasibility(), SCIProwGetRelaxFeasibility(), SCIProwGetRhs(), SCIProwGetSolActivity(), SCIProwGetSolFeasibility(), SCIProwIsRedundant(), and SCIProwPrint().
◆ flushedlhs
SCIP_Real SCIP_Row::flushedlhs |
left hand side minus constant of row already flushed to the LP solver
Definition at line 206 of file struct_lp.h.
Referenced by lpFlushAddRows(), lpFlushChgRows(), and SCIPlpMarkFlushed().
◆ flushedrhs
SCIP_Real SCIP_Row::flushedrhs |
right hand side minus constant of row already flushed to the LP solver
Definition at line 207 of file struct_lp.h.
Referenced by lpFlushAddRows(), lpFlushChgRows(), and SCIPlpMarkFlushed().
◆ sqrnorm
SCIP_Real SCIP_Row::sqrnorm |
squared Euclidean norm of row vector
Definition at line 208 of file struct_lp.h.
Referenced by rowAddNorms(), rowCalcNorms(), rowDelNorms(), SCIProwGetNorm(), SCIProwGetObjParallelism(), and SCIProwGetParallelism().
◆ sumnorm
SCIP_Real SCIP_Row::sumnorm |
sum norm of row vector (sum of absolute values of coefficients)
Definition at line 209 of file struct_lp.h.
Referenced by rowAddNorms(), rowCalcNorms(), rowDelNorms(), and SCIProwGetSumNorm().
◆ objprod
SCIP_Real SCIP_Row::objprod |
scalar product of row vector with objective function
Definition at line 210 of file struct_lp.h.
Referenced by rowAddNorms(), rowCalcNorms(), rowDelNorms(), and SCIProwGetObjParallelism().
◆ maxval
SCIP_Real SCIP_Row::maxval |
maximal absolute value of row vector, only valid if nummaxval > 0
Definition at line 211 of file struct_lp.h.
Referenced by rowAddNorms(), rowCalcIdxsAndVals(), rowCalcNorms(), rowDelNorms(), and SCIProwGetMaxval().
◆ minval
SCIP_Real SCIP_Row::minval |
minimal absolute non-zero value of row vector, only valid if numminval > 0
Definition at line 212 of file struct_lp.h.
Referenced by rowAddNorms(), rowCalcIdxsAndVals(), rowCalcNorms(), rowDelNorms(), and SCIProwGetMinval().
◆ dualsol
SCIP_Real SCIP_Row::dualsol |
dual solution value in LP, is 0 if row is not in LP
Definition at line 213 of file struct_lp.h.
Referenced by colCalcInternalRedcost(), lpFlushAddRows(), markRowDeleted(), provedBound(), rowEventSideChanged(), rowRestoreSolVals(), rowStoreSolVals(), SCIPconflictAnalyzeLP(), SCIPlpGetDualfarkas(), SCIPlpGetSol(), SCIPlpGetUnboundedSol(), and SCIProwGetDualsol().
◆ activity
SCIP_Real SCIP_Row::activity |
row activity value in LP, or SCIP_INVALID if not yet calculated
Definition at line 214 of file struct_lp.h.
Referenced by lpFlushAddRows(), markRowDeleted(), rowRestoreSolVals(), rowStoreSolVals(), SCIPconflictAnalyzeLP(), SCIPlpGetDualfarkas(), SCIPlpGetSol(), SCIPlpGetUnboundedSol(), SCIProwGetLPActivity(), and SCIProwRecalcLPActivity().
◆ dualfarkas
SCIP_Real SCIP_Row::dualfarkas |
multiplier value in dual Farkas infeasibility proof
Definition at line 215 of file struct_lp.h.
Referenced by colCalcInternalFarkasCoef(), lpFlushAddRows(), markRowDeleted(), provedBound(), rowEventSideChanged(), rowRestoreSolVals(), rowStoreSolVals(), SCIPconflictAnalyzeLP(), SCIPlpGetDualfarkas(), and SCIProwGetDualfarkas().
◆ pseudoactivity
SCIP_Real SCIP_Row::pseudoactivity |
row activity value in pseudo solution, or SCIP_INVALID if not yet calculated
Definition at line 216 of file struct_lp.h.
Referenced by coefChanged(), SCIProwChgConstant(), SCIProwGetPseudoActivity(), and SCIProwRecalcPseudoActivity().
◆ minactivity
SCIP_Real SCIP_Row::minactivity |
minimal activity value w.r.t. the column's bounds, or SCIP_INVALID
Definition at line 217 of file struct_lp.h.
Referenced by coefChanged(), rowCalcActivityBounds(), SCIProwChgConstant(), SCIProwGetMaxActivity(), and SCIProwGetMinActivity().
◆ maxactivity
SCIP_Real SCIP_Row::maxactivity |
maximal activity value w.r.t. the column's bounds, or SCIP_INVALID
Definition at line 218 of file struct_lp.h.
Referenced by coefChanged(), rowCalcActivityBounds(), SCIProwChgConstant(), SCIProwGetMaxActivity(), and SCIProwGetMinActivity().
◆ validpsactivitydomchg
SCIP_Longint SCIP_Row::validpsactivitydomchg |
domain change number for which pseudo activity value is valid
Definition at line 219 of file struct_lp.h.
Referenced by coefChanged(), SCIProwChgConstant(), SCIProwGetPseudoActivity(), and SCIProwRecalcPseudoActivity().
◆ validactivitybdsdomchg
SCIP_Longint SCIP_Row::validactivitybdsdomchg |
domain change number for which activity bound values are valid
Definition at line 220 of file struct_lp.h.
Referenced by coefChanged(), rowCalcActivityBounds(), SCIProwChgConstant(), SCIProwGetMaxActivity(), and SCIProwGetMinActivity().
◆ obsoletenode
SCIP_Longint SCIP_Row::obsoletenode |
last node where this row was removed due to aging
Definition at line 221 of file struct_lp.h.
Referenced by lpRemoveObsoleteRows(), and SCIProwMarkNotRemovableLocal().
◆ activeinlpcounter
SCIP_Longint SCIP_Row::activeinlpcounter |
counter for the number of times this row was active in an optimal LP solution
Definition at line 222 of file struct_lp.h.
Referenced by SCIPlpUpdateAges(), and SCIProwGetActiveLPCount().
◆ nlpsaftercreation
SCIP_Longint SCIP_Row::nlpsaftercreation |
counter for the number of LPs after the row has been created
Definition at line 223 of file struct_lp.h.
Referenced by SCIPlpUpdateAges(), and SCIProwGetNLPsAfterCreation().
◆ storedsolvals
SCIP_ROWSOLVALS* SCIP_Row::storedsolvals |
values stored before entering diving or probing mode
Definition at line 224 of file struct_lp.h.
Referenced by rowRestoreSolVals(), and rowStoreSolVals().
◆ origin
void* SCIP_Row::origin |
pointer to constraint handler or separator who created the row (NULL if unknown)
Definition at line 225 of file struct_lp.h.
Referenced by SCIProwGetOriginCons(), SCIProwGetOriginConshdlr(), SCIProwGetOriginSepa(), and sepastoreApplyCut().
◆ name
char* SCIP_Row::name |
name of the row
Definition at line 226 of file struct_lp.h.
Referenced by colAddCoef(), lpFlushAddRows(), rowAddCoef(), rowChgCoefPos(), rowDelCoefPos(), rowLink(), rowMerge(), rowScale(), rowUnlink(), SCIPcolDelCoef(), SCIPcolPrint(), SCIPlpAddCol(), SCIPlpAddRow(), SCIPlpWriteMip(), SCIProwCapture(), SCIProwCatchEvent(), SCIProwDelCoef(), SCIProwDropEvent(), SCIProwGetName(), SCIProwLock(), SCIProwPrint(), SCIProwUnlock(), and SCIPvarAddToRow().
◆ cols
SCIP_COL** SCIP_Row::cols |
columns of row entries, that may have a nonzero primal solution value
Definition at line 227 of file struct_lp.h.
Referenced by addLocalRows(), colAddCoef(), colChgCoefPos(), colDelCoefPos(), colLink(), colMoveCoef(), colSortLP(), colSortNonLP(), colSwapCoefs(), colUnlink(), colUpdateAddLP(), colUpdateDelLP(), computeRelIntPoint(), cutsSubstituteMIR(), cutsSubstituteStrongCG(), getDualProof(), getFarkasProof(), lpFlushAddRows(), rowAddCoef(), rowCalcActivityBounds(), rowCalcIdxsAndVals(), rowCalcNorms(), rowChgCoefPos(), rowDelCoefPos(), rowEventSideChanged(), rowLink(), rowMerge(), rowMoveCoef(), rowScale(), rowSearchCoef(), rowSearchCoefPart(), rowSortLP(), rowSortNonLP(), rowSwapCoefs(), rowUnlink(), rowUpdateAddLP(), rowUpdateDelLP(), SCIP_DECL_HASHKEYEQ(), SCIPaddRow(), SCIPcolChgCoef(), SCIPcolDelCoef(), SCIPcolIncCoef(), SCIPlpAddRow(), SCIPlpGetUnboundedSol(), SCIPlpShrinkRows(), SCIPlpSumRows(), SCIPlpWriteMip(), SCIProwCalcIntegralScalar(), SCIProwChgCoef(), SCIProwDelCoef(), SCIProwEnsureSize(), SCIProwGetCols(), SCIProwGetDiscreteScalarProduct(), SCIProwGetLPSolCutoffDistance(), SCIProwGetNLPFeasibility(), SCIProwGetParallelism(), SCIProwGetRelaxFeasibility(), SCIProwGetScalarProduct(), SCIProwGetSolActivity(), SCIProwIncCoef(), SCIProwPrint(), SCIProwRecalcLPActivity(), SCIProwRecalcPseudoActivity(), SCIProwSort(), varVecAddScaledRowCoefs(), varVecAddScaledRowCoefsQuad(), and varVecAddScaledRowCoefsQuadScale().
◆ cols_index
int* SCIP_Row::cols_index |
copy of cols[i]->index for avoiding expensive dereferencing
Definition at line 228 of file struct_lp.h.
Referenced by cutsSubstituteMIR(), cutsSubstituteStrongCG(), rowAddCoef(), rowCalcNorms(), rowMerge(), rowMoveCoef(), rowSearchCoefPart(), rowSortLP(), rowSortNonLP(), rowSwapCoefs(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), SCIPcolChgCoef(), SCIPcolDelCoef(), SCIPcolIncCoef(), SCIPlpSumRows(), SCIProwCalcIntegralScalar(), SCIProwChgCoef(), SCIProwDelCoef(), SCIProwEnsureSize(), SCIProwGetDiscreteScalarProduct(), SCIProwGetScalarProduct(), and SCIProwIncCoef().
◆ vals
SCIP_Real* SCIP_Row::vals |
coefficients of row entries
Definition at line 229 of file struct_lp.h.
Referenced by addLocalRows(), checkDualFeasibility(), colUpdateAddLP(), colUpdateDelLP(), computeRelIntPoint(), cutsSubstituteMIR(), cutsSubstituteStrongCG(), getDualProof(), getFarkasProof(), lpFlushAddRows(), rowAddCoef(), rowCalcActivityBounds(), rowCalcIdxsAndVals(), rowCalcNorms(), rowChgCoefPos(), rowDelCoefPos(), rowEventSideChanged(), rowLink(), rowMerge(), rowMoveCoef(), rowScale(), rowSortLP(), rowSortNonLP(), rowSwapCoefs(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), SCIPaddRow(), SCIPcolChgCoef(), SCIPcolDelCoef(), SCIPcolIncCoef(), SCIPlpAddRow(), SCIPlpGetDualfarkas(), SCIPlpGetUnboundedSol(), SCIPlpSumRows(), SCIPlpWriteMip(), SCIProwCalcIntegralScalar(), SCIProwChgCoef(), SCIProwDelCoef(), SCIProwEnsureSize(), SCIProwGetLPSolCutoffDistance(), SCIProwGetNLPFeasibility(), SCIProwGetParallelism(), SCIProwGetRelaxFeasibility(), SCIProwGetScalarProduct(), SCIProwGetSolActivity(), SCIProwGetVals(), SCIProwIncCoef(), SCIProwPrint(), SCIProwRecalcLPActivity(), SCIProwRecalcPseudoActivity(), varVecAddScaledRowCoefs(), varVecAddScaledRowCoefsQuad(), and varVecAddScaledRowCoefsQuadScale().
◆ linkpos
int* SCIP_Row::linkpos |
position of row in row vector of the column, or -1 if not yet linked
Definition at line 230 of file struct_lp.h.
Referenced by colAddCoef(), colLink(), colMoveCoef(), colSortLP(), colSortNonLP(), colSwapCoefs(), colUpdateAddLP(), colUpdateDelLP(), rowAddCoef(), rowCalcActivityBounds(), rowCalcNorms(), rowDelCoefPos(), rowEventSideChanged(), rowLink(), rowMerge(), rowMoveCoef(), rowScale(), rowSearchCoefPart(), rowSortLP(), rowSortNonLP(), rowSwapCoefs(), rowUnlink(), rowUpdateAddLP(), rowUpdateDelLP(), SCIPlpGetUnboundedSol(), SCIProwChgCoef(), SCIProwDelCoef(), SCIProwEnsureSize(), SCIProwGetNLPFeasibility(), SCIProwGetRelaxFeasibility(), SCIProwGetSolActivity(), SCIProwIncCoef(), SCIProwRecalcLPActivity(), and SCIProwRecalcPseudoActivity().
◆ eventfilter
SCIP_EVENTFILTER* SCIP_Row::eventfilter |
event filter for events concerning this row
Definition at line 231 of file struct_lp.h.
Referenced by rowEventCoefChanged(), rowEventConstantChanged(), rowEventSideChanged(), SCIProwCatchEvent(), and SCIProwDropEvent().
◆ validactivitylp
SCIP_Longint SCIP_Row::validactivitylp |
LP number for which activity value is valid
Definition at line 232 of file struct_lp.h.
Referenced by lpFlushAddRows(), markRowDeleted(), rowRestoreSolVals(), rowScale(), SCIPlpGetDualfarkas(), SCIPlpGetSol(), SCIPlpGetUnboundedSol(), SCIProwGetLPActivity(), SCIProwIncCoef(), and SCIProwRecalcLPActivity().
◆ index
int SCIP_Row::index |
consecutively numbered row identifier
Definition at line 233 of file struct_lp.h.
Referenced by colAddCoef(), colSearchCoefPart(), and SCIProwGetIndex().
◆ size
int SCIP_Row::size |
size of the col- and val-arrays
Definition at line 234 of file struct_lp.h.
Referenced by SCIProwEnsureSize().
◆ len
int SCIP_Row::len |
number of nonzeros in row
Definition at line 235 of file struct_lp.h.
Referenced by addLocalRows(), checkDualFeasibility(), cutsSubstituteMIR(), cutsSubstituteStrongCG(), getDualProof(), getFarkasProof(), lpFlushAddRows(), rowAddCoef(), rowCalcActivityBounds(), rowCalcIdxsAndVals(), rowDelCoefPos(), rowEventSideChanged(), rowMerge(), rowScale(), rowSearchCoef(), rowSortNonLP(), rowUnlink(), rowUpdateAddLP(), rowUpdateDelLP(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), SCIPcutpoolAddRow(), SCIPcutpoolIsCutNew(), SCIPlpAddRow(), SCIPlpGetDualfarkas(), SCIPlpShrinkRows(), SCIPlpSumRows(), SCIProwCalcIntegralScalar(), SCIProwEnsureSize(), SCIProwGetDiscreteScalarProduct(), SCIProwGetLPEfficacy(), SCIProwGetMaxidx(), SCIProwGetMaxval(), SCIProwGetMinidx(), SCIProwGetMinval(), SCIProwGetNLPEfficacy(), SCIProwGetNNonz(), SCIProwGetNumIntCols(), SCIProwGetParallelism(), SCIProwGetRelaxEfficacy(), SCIProwGetScalarProduct(), SCIProwGetSolActivity(), SCIProwGetSolEfficacy(), SCIProwPrint(), SCIProwRecalcPseudoActivity(), sortLocalRows(), varVecAddScaledRowCoefs(), varVecAddScaledRowCoefsQuad(), and varVecAddScaledRowCoefsQuadScale().
◆ nlpcols
int SCIP_Row::nlpcols |
number of linked columns in row, that belong to the current LP
Definition at line 236 of file struct_lp.h.
Referenced by colAddCoef(), colUpdateAddLP(), colUpdateDelLP(), computeRelIntPoint(), lpFlushAddRows(), rowAddCoef(), rowCalcNorms(), rowDelCoefPos(), rowEventSideChanged(), rowLink(), rowMerge(), rowSearchCoef(), rowSortLP(), rowSortNonLP(), SCIP_DECL_HASHKEYEQ(), SCIPlpGetUnboundedSol(), SCIPlpWriteMip(), SCIProwEnsureSize(), SCIProwGetDiscreteScalarProduct(), SCIProwGetLPSolCutoffDistance(), SCIProwGetNLPFeasibility(), SCIProwGetNLPNonz(), SCIProwGetRelaxFeasibility(), SCIProwGetScalarProduct(), SCIProwRecalcLPActivity(), and SCIProwSort().
◆ nunlinked
int SCIP_Row::nunlinked |
number of row entries, where the columns don't know about the row
Definition at line 237 of file struct_lp.h.
Referenced by colAddCoef(), rowAddCoef(), rowDelCoefPos(), rowEventSideChanged(), rowLink(), rowMerge(), rowSearchCoef(), rowUnlink(), SCIP_DECL_HASHKEYEQ(), SCIPlpGetUnboundedSol(), SCIProwGetDiscreteScalarProduct(), SCIProwGetNLPFeasibility(), SCIProwGetNLPNonz(), SCIProwGetRelaxFeasibility(), SCIProwGetScalarProduct(), and SCIProwRecalcLPActivity().
◆ nuses
int SCIP_Row::nuses |
number of times, this row is referenced
Definition at line 238 of file struct_lp.h.
Referenced by SCIProwCapture(), SCIProwLock(), and SCIProwUnlock().
◆ lppos
int SCIP_Row::lppos |
row position number in current LP, or -1 if not in current LP
Definition at line 239 of file struct_lp.h.
Referenced by addOneRow(), colAddCoef(), colCalcInternalFarkasCoef(), colCalcInternalRedcost(), colDelCoefPos(), colMoveCoef(), colSearchCoef(), colSearchCoefPart(), colSwapCoefs(), lpDelRowset(), lpFlushAddRows(), provedBound(), rowAddCoef(), rowEventSideChanged(), rowUpdateAddLP(), rowUpdateDelLP(), SCIPaggrRowAddRow(), SCIPchgRowLhs(), SCIPchgRowRhs(), SCIPcolCalcFarkasCoef(), SCIPcolCalcRedcost(), SCIPlpAddRow(), SCIPlpShrinkRows(), SCIPlpWriteMip(), SCIProwAddCoef(), SCIProwAddConstant(), SCIProwChgCoef(), SCIProwChgConstant(), SCIProwDelCoef(), SCIProwGetBasisStatus(), SCIProwGetDualfarkas(), SCIProwGetDualsol(), SCIProwGetLPDepth(), SCIProwGetLPPos(), SCIProwIncCoef(), and SCIProwIsInLP().
◆ lpipos
int SCIP_Row::lpipos |
row position number in LP solver, or -1 if not in LP solver
Definition at line 240 of file struct_lp.h.
Referenced by coefChanged(), lpDelRowset(), lpFlushAddCols(), lpFlushAddRows(), lpFlushChgRows(), lpFlushDelRows(), markRowDeleted(), rowSideChanged(), and SCIPlpMarkFlushed().
◆ lpdepth
int SCIP_Row::lpdepth |
depth level at which row entered the LP, or -1 if not in current LP
Definition at line 241 of file struct_lp.h.
Referenced by addLocalRows(), addRowToAggrRow(), lpDelRowset(), SCIPlpAddRow(), SCIPlpShrinkRows(), SCIProwGetLPDepth(), SCIProwGetLPPos(), and SCIProwIsInLP().
◆ minidx
int SCIP_Row::minidx |
minimal column index of row entries
Definition at line 242 of file struct_lp.h.
Referenced by rowAddNorms(), rowCalcIdxsAndVals(), rowCalcNorms(), rowDelNorms(), SCIP_DECL_HASHKEYEQ(), and SCIProwGetMinidx().
◆ maxidx
int SCIP_Row::maxidx |
maximal column index of row entries
Definition at line 243 of file struct_lp.h.
Referenced by rowAddNorms(), rowCalcIdxsAndVals(), rowCalcNorms(), rowDelNorms(), SCIP_DECL_HASHKEYEQ(), and SCIProwGetMaxidx().
◆ numintcols
int SCIP_Row::numintcols |
number of integral columns
Definition at line 244 of file struct_lp.h.
Referenced by rowCalcIdxsAndVals(), and SCIProwGetNumIntCols().
◆ nummaxval
int SCIP_Row::nummaxval |
number of coefs with absolute value equal to maxval, zero if maxval invalid
Definition at line 245 of file struct_lp.h.
Referenced by rowAddNorms(), rowCalcIdxsAndVals(), rowCalcNorms(), rowDelNorms(), and SCIProwGetMaxval().
◆ numminval
int SCIP_Row::numminval |
number of coefs with absolute value equal to minval, zero if minval invalid
Definition at line 246 of file struct_lp.h.
Referenced by rowAddNorms(), rowCalcIdxsAndVals(), rowCalcNorms(), rowDelNorms(), and SCIProwGetMinval().
◆ age
int SCIP_Row::age |
number of successive times this row was in LP and was not sharp in solution
Definition at line 247 of file struct_lp.h.
Referenced by cutCreate(), lpRemoveObsoleteRows(), SCIPconstructCurrentLP(), SCIPlpAddRow(), SCIPlpUpdateAges(), and SCIProwGetAge().
◆ rank
int SCIP_Row::rank |
rank of the row (upper bound, to be precise)
Definition at line 248 of file struct_lp.h.
Referenced by addOneRow(), SCIPaggrRowAddRow(), SCIProwChgRank(), and SCIProwGetRank().
◆ fromcutpool
unsigned int SCIP_Row::fromcutpool |
added from cutpool to sepastore
Definition at line 249 of file struct_lp.h.
Referenced by SCIPconstructCurrentLP(), SCIPcutpoolSeparate(), SCIPsepastoreAddCut(), sepastoreApplyCut(), and sepastoreDelCut().
◆ basisstatus
unsigned int SCIP_Row::basisstatus |
basis status of row in last LP solution, invalid for non-LP rows
Definition at line 250 of file struct_lp.h.
Referenced by lpRemoveObsoleteRows(), markRowDeleted(), rowRestoreSolVals(), rowStoreSolVals(), SCIPconflictAnalyzeLP(), SCIPlpGetDualfarkas(), SCIPlpGetSol(), SCIPlpRemoveRedundantRows(), and SCIProwGetBasisStatus().
◆ lpcolssorted
unsigned int SCIP_Row::lpcolssorted |
are the linked LP columns in the cols array sorted by non-decreasing index?
Definition at line 251 of file struct_lp.h.
Referenced by colAddCoef(), colUpdateAddLP(), computeRelIntPoint(), rowAddCoef(), rowCalcNorms(), rowDelCoefPos(), rowMerge(), rowMoveCoef(), rowSearchCoef(), rowSortLP(), rowSwapCoefs(), SCIP_DECL_HASHKEYEQ(), SCIProwEnsureSize(), SCIProwGetDiscreteScalarProduct(), and SCIProwGetScalarProduct().
◆ nonlpcolssorted
unsigned int SCIP_Row::nonlpcolssorted |
are the non-LP/not linked columns sorted by non-decreasing index?
Definition at line 252 of file struct_lp.h.
Referenced by colUpdateDelLP(), rowAddCoef(), rowCalcNorms(), rowMerge(), rowMoveCoef(), rowSearchCoef(), rowSortNonLP(), rowSwapCoefs(), SCIP_DECL_HASHKEYEQ(), SCIProwEnsureSize(), SCIProwGetDiscreteScalarProduct(), and SCIProwGetScalarProduct().
◆ delaysort
unsigned int SCIP_Row::delaysort |
should the row sorting be delayed and done in a lazy fashion?
Definition at line 253 of file struct_lp.h.
Referenced by rowMerge(), rowSearchCoef(), rowSortLP(), rowSortNonLP(), SCIProwChgCoef(), SCIProwDelaySort(), SCIProwDelCoef(), SCIProwForceSort(), and SCIProwSort().
◆ validminmaxidx
unsigned int SCIP_Row::validminmaxidx |
are minimal and maximal column index valid?
Definition at line 254 of file struct_lp.h.
Referenced by rowCalcIdxsAndVals(), rowCalcNorms(), rowDelNorms(), SCIP_DECL_HASHKEYEQ(), SCIPcutpoolAddNewRow(), SCIPcutpoolAddRow(), SCIProwGetMaxidx(), and SCIProwGetMinidx().
◆ lhschanged
unsigned int SCIP_Row::lhschanged |
was left hand side or constant changed, and has LP solver to be updated?
Definition at line 255 of file struct_lp.h.
Referenced by lpFlushAddRows(), lpFlushChgRows(), rowSideChanged(), and SCIPlpMarkFlushed().
◆ rhschanged
unsigned int SCIP_Row::rhschanged |
was right hand side or constant changed, and has LP solver to be updated?
Definition at line 256 of file struct_lp.h.
Referenced by lpFlushAddRows(), lpFlushChgRows(), rowSideChanged(), and SCIPlpMarkFlushed().
◆ coefchanged
unsigned int SCIP_Row::coefchanged |
was the coefficient vector changed, and has LP solver to be updated?
Definition at line 257 of file struct_lp.h.
Referenced by coefChanged(), lpFlushAddRows(), lpFlushDelRows(), and SCIPlpMarkFlushed().
◆ integral
unsigned int SCIP_Row::integral |
is activity (without constant) of row always integral in feasible solution?
Definition at line 258 of file struct_lp.h.
Referenced by addOneRow(), cutsSubstituteMIR(), cutsSubstituteStrongCG(), generateLiftedFlowCoverCut(), rowAddCoef(), rowCalcActivityBounds(), rowChgCoefPos(), rowMerge(), rowScale(), SCIPaggrRowAddRow(), SCIPcalcStrongCG(), SCIPcutGenerationHeuristicCMIR(), SCIProwIsIntegral(), and SCIProwRecalcPseudoActivity().
◆ local
unsigned int SCIP_Row::local |
is row only valid locally?
Definition at line 259 of file struct_lp.h.
Referenced by addLocalRows(), addOneRow(), addRowToAggrRow(), getDualProof(), getFarkasProof(), rowScale(), SCIPaggrRowAddRow(), SCIPconstructCurrentLP(), SCIProwChgLocal(), and SCIProwIsLocal().
◆ modifiable
unsigned int SCIP_Row::modifiable |
is row modifiable during node processing (subject to column generation)?
Definition at line 260 of file struct_lp.h.
Referenced by rowScale(), SCIProwIsModifiable(), SCIProwIsRedundant(), SCIProwLock(), and SCIProwUnlock().
◆ removable
unsigned int SCIP_Row::removable |
is row removable from the LP (due to aging or cleanup)?
Definition at line 261 of file struct_lp.h.
Referenced by lpDelRowset(), SCIPlpAddRow(), SCIPlpShrinkRows(), and SCIProwIsRemovable().
◆ inglobalcutpool
unsigned int SCIP_Row::inglobalcutpool |
is row contained in the global cut pool?
Definition at line 262 of file struct_lp.h.
Referenced by cutpoolDelCut(), SCIPcutpoolAddNewRow(), SCIPcutpoolClear(), and SCIProwIsInGlobalCutpool().
◆ normunreliable
unsigned int SCIP_Row::normunreliable |
is the objective product of the row unreliable?
Definition at line 263 of file struct_lp.h.
◆ nlocks
unsigned int SCIP_Row::nlocks |
number of sealed locks of an unmodifiable row
Definition at line 264 of file struct_lp.h.
Referenced by rowAddCoef(), rowChgCoefPos(), rowDelCoefPos(), SCIProwCapture(), SCIProwLock(), and SCIProwUnlock().
◆ origintype
unsigned int SCIP_Row::origintype |
origin of row (0: unknown, 1: constraint handler, 2: constraint, 3: separator, 4: reoptimization)
Definition at line 265 of file struct_lp.h.
Referenced by SCIProwGetOriginCons(), SCIProwGetOriginConshdlr(), SCIProwGetOriginSepa(), SCIProwGetOrigintype(), SCIPsepastoreAddCut(), sepastoreApplyCut(), and sepastoreDelCut().