Scippy

SCIP

Solving Constraint Integer Programs

tclique_def.h File Reference

Detailed Description

tclique defines

Author
Tobias Achterberg

Definition in file tclique_def.h.

Go to the source code of this file.

Macros

#define ALLOC_ABORT(x)
 
#define ALLOC_FALSE(x)
 
#define debug(x)
 
#define debugMessage   while( FALSE ) printf
 
#define debugPrintf   while( FALSE ) printf
 
#define infoMessage   printf
 
#define MAX(x, y)   ((x) >= (y) ? (x) : (y))
 

Macro Definition Documentation

◆ ALLOC_ABORT

#define ALLOC_ABORT (   x)
Value:
do \
{ \
if( NULL == (x) ) \
{ \
printf("[%s:%d] No memory in function call\n", __FILE__, __LINE__); \
abort(); \
} \
} \
while( FALSE )
#define FALSE
Definition: def.h:64
#define NULL
Definition: lpi_spx1.cpp:137

Definition at line 35 of file tclique_def.h.

Referenced by branch(), createClique(), createCliquehash(), doCdata(), ensureCliquehashSize(), getAttrval(), getName(), procPcdata(), tcliqueColoring(), tcliqueMaxClique(), and updateNeighbor().

◆ ALLOC_FALSE

#define ALLOC_FALSE (   x)
Value:
do \
{ \
if( NULL == (x) ) \
{ \
printf("[%s:%d] No memory in function call\n", __FILE__, __LINE__); \
return FALSE; \
} \
} \
while( FALSE )
#define FALSE
Definition: def.h:64
#define NULL
Definition: lpi_spx1.cpp:137

Definition at line 47 of file tclique_def.h.

Referenced by pushPstack(), tcliqueAddEdge(), tcliqueCreate(), tcliqueEnsureSizeCachedEdges(), tcliqueEnsureSizeEdges(), and tcliqueEnsureSizeNodes().

◆ debug

#define debug (   x)

Definition at line 64 of file tclique_def.h.

Referenced by insertClique().

◆ debugMessage

#define debugMessage   while( FALSE ) printf

◆ debugPrintf

#define debugPrintf   while( FALSE ) printf

Definition at line 66 of file tclique_def.h.

Referenced by branch(), ensureCliquehashSize(), newSolution(), and tcliqueColoring().

◆ infoMessage

#define infoMessage   printf

◆ MAX

#define MAX (   x,
 
)    ((x) >= (y) ? (x) : (y))

Definition at line 75 of file tclique_def.h.

Referenced by addConcaveEstimatorBivariate(), addConcaveEstimatorMultivariate(), addConcaveEstimatorUnivariate(), addConflictBinvar(), addGLSCliques(), addIntervalGradientEstimator(), addLinearizationCuts(), addNextLevelCliques(), addUserEstimator(), aggregation(), analyzeConflict(), analyzeGenVBoundConflict(), appendBuffer(), applyFixings(), applyProbing(), applyRepair(), branch(), branchBalancedCardinality(), calcBdchgScore(), calcBranchScore(), calcEfficacy(), calcGrowSize(), calcPscostQuot(), calcShiftVal(), calculateBounds(), checkCons(), checkConsnames(), checkConstraintMatching(), checkCumulativeCondition(), checkCurvature(), checkFactorable(), checkFixedVariables(), checkNumerics(), checkOverloadViaThetaTree(), checkParameterValues(), checkRedundancySide(), checkRikun(), checkVarnames(), chooseDoubleVar(), cleanupNetwork(), collectDataTTEF(), collectThetaSubtree(), computeCoreWithInterval(), computeFieldWidth(), computeFixingOrder(), computeFixingrate(), computeIntegerVariableBounds(), computeMaxViolation(), computeReferencePointGauge(), computeReferencePointProjection(), computeViolation(), computeViolations(), conflictAddConflictset(), conflictCalcMaxsize(), conflictMarkBoundCheckPresence(), conflictsetAddBound(), conflictsetAddBounds(), consCheckRedundancy(), consdataGetActivity(), consdataUpdateLinearActivity(), conshdlrActivateCons(), conshdlrGetAgeresetavg(), constructCompression(), coretimesUpdateUb(), createCoreProfile(), createCoveringProblem(), createNewArc(), createNewCommodity(), createNlRow(), createPresoldata(), createSelectedSortedEventpointsSol(), cutGenerationHeuristic(), cutsSumMIRRow(), cutsSumStrongCGRow(), detectRedundantConstraints(), determineFixings(), determineMaxDistance(), domMerge(), enforceConflictgraph(), enforceConstraint(), ensureBoundchgMem(), ensureCstatMem(), ensureRngrowmapMem(), ensureRngrowsMem(), ensureRstatMem(), ensureSidechgMem(), ensureStateMem(), ensureSuccessorsSize(), ensureValMem(), evalMax(), execRelpscost(), exprgraphUpdateVarNodeBounds(), exprUnconvertPolynomial(), extensionOperatorSOS1(), extractCapacities(), extractCapacityRows(), extractFlow(), extractFlowRows(), findComponents(), findDominancePairs(), fixAndPropagate(), fixDiscreteVars(), fixVariables(), generateCloseCutPoint(), generateClusterCuts(), generateConvexConcaveUnderestimator(), generateCut(), generateCutLTIcomputeCoefs(), generateCutSol(), generateDisjCutSOS1(), generateOrthogonal_lx_ly_Underestimator(), generateOrthogonal_lx_uy_Underestimator(), generateSparseCut(), generateUnderestimatorParallelYFacets(), getBranchingDecisionStrongbranchSOS1(), getGradientMaxElement(), getImpliedBounds(), getIterationsLeft(), getMaxAbsWeight(), getMaxAbsWeightCalcSparsity(), getMinsize(), getNodeSimilarityScore(), getRelDistance(), getX(), greedyCliqueAlgorithm(), handleCycle(), hessLagAddExprtree(), hessLagSparsitySetNzFlagForExprtree(), improvePoint(), incrementalStatsUpdate(), initializeDurations(), initMatrix(), initSepaData(), innerPresolve(), insertSortedRootNeighbors(), isLbBetter(), isUbBetter(), lpGetResolveItlim(), lpUpdateObjNorms(), mcfnetworkExtract(), multihashResize(), nlrowRemoveFixedQuadVars(), nodeGetUctScore(), nodepairqueueCreate(), normalizeCumulativeCondition(), objimplicsCreate(), paramsetAdd(), paramsetSetHeuristicsAggressive(), paramsetSetSeparatingAggressive(), parseSolveItem(), performFixing(), performStrongbranchWithPropagation(), phi(), pqueueResize(), preprocessCliques(), preprocessConstraintPairs(), presolRoundConssSOS1(), presolve(), presolveConsEst(), presolveConsLct(), presolveDual(), presolveFindDuplicates(), presolveTryAddLinearReform(), presolveTwoOpt(), propagateBounds(), propagateBoundsBilinearTerm(), propagateBoundsCons(), propagateBoundsGetQuadActivity(), propagateBoundsQuadVar(), propagateCons(), propagateCutoffboundGlobally(), propagateLbTTEF(), propagateRootRedcostBinvar(), propagateTimetable(), propagateUbTTEF(), proposeBranchingPoint(), proposeFeasibleSolution(), queueResize(), randomInitialize(), readBounds(), readCoefficients(), readNonlinearExprs(), reallocDiveChgSideArrays(), registerBranchingCandidates(), registerBranchingCandidatesCentrality(), registerBranchingCandidatesGap(), registerBranchingCandidatesViolation(), registerBranchingVariables(), reoptSimilarity(), resolveGenVBoundPropagation(), resolvePropagationCoretimes(), respropCumulativeCondition(), rowAddNorms(), rowCalcIdxsAndVals(), rowDelNorms(), sampleRandomPoints(), SCIP_DECL_BRANCHEXECLP(), SCIP_DECL_CONSCHECK(), SCIP_DECL_CONSENFOPS(), SCIP_DECL_CONSINITLP(), SCIP_DECL_CONSINITSOL(), SCIP_DECL_EXPREVAL(), SCIP_DECL_EXPRGRAPHVARADDED(), SCIP_DECL_HEUREXEC(), SCIP_DECL_NODESELSELECT(), SCIP_DECL_PRESOLEXEC(), SCIP_DECL_PROPEXEC(), SCIP_DECL_QUADCONSUPGD(), SCIP_DECL_READERWRITE(), SCIP_DECL_SEPAEXECLP(), SCIP_DECL_SOLVECUMULATIVE(), SCIPaddBilinMcCormick(), SCIPaddToNlpiProblemQuadratic(), SCIPanalyzeDeductionsProbing(), SCIPapplyHeurDualval(), SCIPapplyHeurSubNlp(), SCIPapplyProximity(), SCIPapplyRens(), SCIPapplyUndercover(), SCIPapplyZeroobj(), SCIPboolarrayExtend(), SCIPboolarraySetVal(), SCIPbranchGetBranchingPoint(), SCIPbranchGetScore(), SCIPcliquetableCreate(), SCIPcomputeTwoSampleTTestValue(), SCIPconflictAddRelaxedBound(), SCIPconsAddAge(), SCIPconshdlrEnforceLPSol(), SCIPconshdlrEnforceRelaxSol(), SCIPconshdlrSeparateLP(), SCIPconshdlrSeparateSol(), SCIPcopyConcurrentSolvingStats(), SCIPcutGenerationHeuristicCmir(), SCIPcutpoolAddNewRow(), SCIPdivesetUpdateStats(), SCIPevalExprtreeLocalBounds(), SCIPexprGetMaxDegree(), SCIPexprgraphAddNode(), SCIPexprgraphCreate(), SCIPexprgraphGetSeparableTrees(), SCIPgetAvgPseudocostCount(), SCIPgetAvgPseudocostCountCurrentRun(), SCIPgetConcurrentMemTotal(), SCIPgetVectorEfficacyNorm(), SCIPgetViolationNonlinear(), SCIPgetViolationQuadratic(), SCIPhashmapCreate(), SCIPhashmapFree(), SCIPhashmapPrintStatistics(), SCIPhashtableCreate(), SCIPhashtableFree(), SCIPhashtablePrintStatistics(), SCIPhistoryUnite(), SCIPhistoryUpdatePseudocost(), SCIPinferVarUbCons(), SCIPinferVarUbProp(), SCIPintarrayExtend(), SCIPintarraySetVal(), SCIPintervalAbs(), SCIPintervalCos(), SCIPintervalIntersect(), SCIPintervalIsSubsetEQ(), SCIPintervalMax(), SCIPintervalMulSup(), SCIPintervalPowerScalar(), SCIPintervalPowerScalarInverse(), SCIPintervalQuadBivar(), SCIPintervalQuadUpperBound(), SCIPintervalSin(), SCIPintervalSolveBivariateQuadExpressionAllScalar(), SCIPintervalSquare(), SCIPintervalUnify(), SCIPlpComputeRelIntPoint(), SCIPlpGetSol(), SCIPlpRecalculateObjSqrNorm(), SCIPmultihashPrintStatistics(), SCIPnlpiOracleChgLinearCoefs(), SCIPnlpiOracleChgQuadCoefs(), SCIPnlrowCreate(), SCIPnlrowGetSolActivity(), SCIPnodeAddBoundinfer(), SCIPnodeUpdateLowerbound(), SCIPparamSetReal(), SCIPperformGenericDivingAlgorithm(), SCIPpqueueCreate(), SCIPprobAddCons(), SCIPprobdataAddVar(), SCIPprobUpdateDualbound(), SCIPptrarrayExtend(), SCIPptrarraySetVal(), SCIPqueueCreate(), SCIPrealarrayExtend(), SCIPrealarraySetVal(), SCIPreoptCheckRestart(), SCIPreoptGetNAddedConss(), SCIPresolveSolHeurSubNlp(), SCIProwCalcProbability(), SCIProwGetDiscreteScalarProduct(), SCIProwGetLPActivity(), SCIProwGetLPEfficacy(), SCIProwGetNLPEfficacy(), SCIProwGetNLPFeasibility(), SCIProwGetObjParallelism(), SCIProwGetPseudoActivity(), SCIProwGetRelaxEfficacy(), SCIProwGetRelaxFeasibility(), SCIProwGetScalarProduct(), SCIProwGetSolActivity(), SCIProwGetSolEfficacy(), SCIPselectSimpleValue(), SCIPselectVarPseudoStrongBranching(), SCIPselectVarStrongBranching(), SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepastoreApplyCuts(), SCIPsetIsSumRelLE(), SCIPsetModifiedDefaultSettingsIpopt(), SCIPsolCheck(), SCIPsolve(), SCIPsolveCIP(), SCIPsolveKnapsackExactly(), SCIPsolveParallel(), SCIPsplitFilename(), SCIPstatUpdatePrimalDualIntegral(), SCIPsyncdataSetLowerbound(), SCIPtightenVarUb(), SCIPtightenVarUbGlobal(), SCIPtransformProb(), SCIPtreeBranchVar(), SCIPtreeBranchVarNary(), SCIPtreeLoadLP(), SCIPvarAggregate(), SCIPvarChgUbGlobal(), SCIPvarChgUbLocal(), SCIPvarGetAvgSol(), SCIPvarGetMultaggrLbGlobal(), SCIPvarGetMultaggrLbLocal(), SCIPvarIsBinary(), SCIPvarIsPscostRelerrorReliable(), SCIPvarMultiaggregate(), SCIPvarRemoveCliquesImplicsVbs(), SCIPvarTryAggregateVars(), SCIPvboundsAdd(), SCIPwriteLp(), selectShifting(), selectVarMultAggrBranching(), sepadataAddNlrowaggr(), separateCuts(), separatePoint(), separateSequLiftedExtendedWeightInequality(), separateSequLiftedMinimalCoverInequality(), separateSupLiftedMinimalCoverInequality(), sepastoreApplyBdchg(), sepastoreApplyCut(), sepastoreIsBdchgApplicable(), setParameterValues(), sideChangeNumericalStable(), solveAndEvalSubscip(), solveComponent(), solveDerivativeEquation(), solveLP(), solveNLP(), solveSubNLP(), solveSubscip(), SolveWSimplex(), SORTTPL_NAME(), sortVariables(), splitOffLinearPart(), storeCutInArrays(), superadditiveUpLifting(), TCLIQUE_NEWSOL(), tcliqueAddNode(), tightenCapacity(), tightenCoefs(), tightenLbTTEF(), tightenUbTTEF(), tightenVarsBoundsSOS1(), tightenWeights(), transformDualredsToBounddisjunction(), transformValue(), turnoffNodeSelector(), updateEnvelop(), updateFailureStatistic(), updatePseudocost(), updateTcliquegraph(), varProcessBoundChanges(), varProcessChgBranchFactor(), varProcessChgLbLocal(), varProcessChgUbLocal(), and varUpdateAggregationBounds().