|
and-constraint data object
Definition at line 126 of file cons_pseudoboolean.c.
pointer to the and-constraint of this 'term' of variables
Definition at line 128 of file cons_pseudoboolean.c.
Referenced by addCliques(), addNewLocks(), chgLhs(), chgRhs(), computeConsAndDataChanges(), consdataPrint(), copyConsPseudoboolean(), correctConshdlrdata(), correctLocksAndCaptures(), createAndAddAndCons(), createAndAddLinearCons(), getLinVarsAndAndRess(), lockRoundingAndCons(), removeOldLocks(), SCIP_DECL_CONSGETNVARS(), SCIP_DECL_CONSGETVARS(), SCIP_DECL_CONSINITPRE(), SCIP_DECL_CONSLOCK(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_SORTPTRCOMP(), SCIPcreateConsPseudobooleanWithConss(), tryUpgradingSetppc(), unlockRoundingAndCons(), updateAndConss(), and updateConsanddataUses().
all and-constraint variables
Definition at line 131 of file cons_pseudoboolean.c.
Referenced by addCliques(), checkAndConss(), checkOrigPbCons(), checkSolution(), chgLhs(), chgRhs(), computeConsAndDataChanges(), consdataCreate(), consdataFree(), consdataPrint(), correctConshdlrdata(), createAndAddAndCons(), findAggregation(), getLinVarsAndAndRess(), lockRoundingAndCons(), SCIP_DECL_CONSINIT(), SCIP_DECL_CONSINITPRE(), SCIP_DECL_CONSLOCK(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), SCIPcreateConsPseudobooleanWithConss(), SCIPgetLinDatasWithoutAndPseudoboolean(), transformToOrig(), tryUpgradingLogicor(), tryUpgradingSetppc(), tryUpgradingXor(), and unlockRoundingAndCons().
number of all and-constraint variables
Definition at line 132 of file cons_pseudoboolean.c.
Referenced by addCliques(), addCoefTerm(), checkAndConss(), checkOrigPbCons(), checkSolution(), chgLhs(), chgRhs(), computeConsAndDataChanges(), consdataCreate(), consdataFree(), consdataPrint(), correctConshdlrdata(), createAndAddAndCons(), createAndAddLinearCons(), findAggregation(), getLinearConsNVars(), getLinearConsVarsData(), getLinVarsAndAndRess(), lockRoundingAndCons(), SCIP_DECL_CONSGETNVARS(), SCIP_DECL_CONSGETVARS(), SCIP_DECL_CONSINIT(), SCIP_DECL_CONSINITPRE(), SCIP_DECL_CONSLOCK(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_HASHKEYEQ(), SCIP_DECL_HASHKEYVAL(), SCIPaddTermPseudoboolean(), SCIPcreateConsPseudobooleanWithConss(), SCIPgetLinDatasWithoutAndPseudoboolean(), transformToOrig(), tryUpgrading(), tryUpgradingLogicor(), tryUpgradingSetppc(), tryUpgradingXor(), and unlockRoundingAndCons().
new variables in this presolving round
Definition at line 134 of file cons_pseudoboolean.c.
Referenced by addCliques(), checkSolution(), computeConsAndDataChanges(), consdataFree(), correctConshdlrdata(), createAndAddAndCons(), findAggregation(), lockRoundingAndCons(), SCIP_DECL_CONSLOCK(), SCIPcreateConsPseudobooleanWithConss(), transformToOrig(), tryUpgradingLogicor(), tryUpgradingSetppc(), and tryUpgradingXor().
int ConsAndData::nnewvars |
number of new variables in this presolving round
Definition at line 135 of file cons_pseudoboolean.c.
Referenced by addCliques(), checkSolution(), computeConsAndDataChanges(), consdataFree(), correctConshdlrdata(), correctLocksAndCaptures(), createAndAddAndCons(), findAggregation(), lockRoundingAndCons(), SCIP_DECL_CONSLOCK(), SCIPcreateConsPseudobooleanWithConss(), transformToOrig(), tryUpgradingLogicor(), tryUpgradingSetppc(), and tryUpgradingXor().
int ConsAndData::snewvars |
int ConsAndData::noriguses |
unsigned int ConsAndData::istransformed |
is transformed data active
Definition at line 139 of file cons_pseudoboolean.c.
Referenced by checkSolution(), computeConsAndDataChanges(), consdataFree(), correctConshdlrdata(), correctLocksAndCaptures(), createAndAddAndCons(), getLinVarsAndAndRess(), SCIP_DECL_CONSGETNVARS(), SCIP_DECL_CONSGETVARS(), SCIP_DECL_CONSLOCK(), SCIP_DECL_SORTPTRCOMP(), SCIPcreateConsPseudobooleanWithConss(), transformToOrig(), tryUpgradingLogicor(), tryUpgradingSetppc(), tryUpgradingXor(), updateAndConss(), and updateConsanddataUses().
unsigned int ConsAndData::isoriginal |
|