Scippy

SCIP

Solving Constraint Integer Programs

pub_message.h File Reference

Detailed Description

public methods for message output

Author
Tobias Achterberg
Stefan Heinz

Definition in file pub_message.h.

#include <stdarg.h>
#include <string.h>
#include "scip/def.h"
#include "scip/type_message.h"

Go to the source code of this file.

Macros

#define SCIP_THREADSAFE_MESSAGEHDLRS
 
#define SCIPerrorMessage
 
#define printErrorHeader   SCIPmessagePrintErrorHeader
 
#define printError   SCIPmessagePrintError
 
#define SCIPdebug(x)
 
#define SCIPdebugMessage   while( FALSE ) /*lint -e{530}*/ printf
 
#define SCIPdebugPrintf   while( FALSE ) /*lint -e{530}*/ printf
 
#define SCIPdebugPrintCons(x, y, z)
 
#define SCIPstatistic(x)
 
#define SCIPstatisticMessage   while( FALSE ) /*lint -e{530}*/ printf
 
#define SCIPstatisticPrintf   while( FALSE ) /*lint -e{530}*/ printf
 

Functions

SCIP_EXPORT SCIP_RETCODE SCIPmessagehdlrCreate (SCIP_MESSAGEHDLR **messagehdlr, SCIP_Bool bufferedoutput, const char *filename, SCIP_Bool quiet, SCIP_DECL_MESSAGEWARNING((*messagewarning)), SCIP_DECL_MESSAGEDIALOG((*messagedialog)), SCIP_DECL_MESSAGEINFO((*messageinfo)), SCIP_DECL_MESSAGEHDLRFREE((*messagehdlrfree)), SCIP_MESSAGEHDLRDATA *messagehdlrdata)
 
SCIP_EXPORT void SCIPmessagehdlrCapture (SCIP_MESSAGEHDLR *messagehdlr)
 
SCIP_EXPORT SCIP_RETCODE SCIPmessagehdlrRelease (SCIP_MESSAGEHDLR **messagehdlr)
 
SCIP_EXPORT SCIP_RETCODE SCIPmessagehdlrSetData (SCIP_MESSAGEHDLR *messagehdlr, SCIP_MESSAGEHDLRDATA *messagehdlrdata)
 
SCIP_EXPORT void SCIPmessagehdlrSetLogfile (SCIP_MESSAGEHDLR *messagehdlr, const char *filename)
 
SCIP_EXPORT void SCIPmessagehdlrSetQuiet (SCIP_MESSAGEHDLR *messagehdlr, SCIP_Bool quiet)
 
SCIP_EXPORT void SCIPmessagePrintInfo (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr,...)
 
SCIP_EXPORT void SCIPmessageVPrintInfo (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr, va_list ap)
 
SCIP_EXPORT void SCIPmessageFPrintInfo (SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr,...)
 
SCIP_EXPORT void SCIPmessageVFPrintInfo (SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr, va_list ap)
 
SCIP_EXPORT void SCIPmessagePrintWarning (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr,...)
 
SCIP_EXPORT void SCIPmessageVPrintWarning (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr, va_list ap)
 
SCIP_EXPORT void SCIPmessageFPrintWarning (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr,...)
 
SCIP_EXPORT void SCIPmessageVFPrintWarning (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr, va_list ap)
 
SCIP_EXPORT void SCIPmessagePrintDialog (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr,...)
 
SCIP_EXPORT void SCIPmessageVPrintDialog (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr, va_list ap)
 
SCIP_EXPORT void SCIPmessageFPrintDialog (SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr,...)
 
SCIP_EXPORT void SCIPmessageVFPrintDialog (SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr, va_list ap)
 
SCIP_EXPORT void SCIPmessagePrintVerbInfo (SCIP_MESSAGEHDLR *messagehdlr, SCIP_VERBLEVEL verblevel, SCIP_VERBLEVEL msgverblevel, const char *formatstr,...)
 
SCIP_EXPORT void SCIPmessageVPrintVerbInfo (SCIP_MESSAGEHDLR *messagehdlr, SCIP_VERBLEVEL verblevel, SCIP_VERBLEVEL msgverblevel, const char *formatstr, va_list ap)
 
SCIP_EXPORT void SCIPmessageFPrintVerbInfo (SCIP_MESSAGEHDLR *messagehdlr, SCIP_VERBLEVEL verblevel, SCIP_VERBLEVEL msgverblevel, FILE *file, const char *formatstr,...)
 
SCIP_EXPORT void SCIPmessageVFPrintVerbInfo (SCIP_MESSAGEHDLR *messagehdlr, SCIP_VERBLEVEL verblevel, SCIP_VERBLEVEL msgverblevel, FILE *file, const char *formatstr, va_list ap)
 
SCIP_EXPORT void SCIPmessagePrintErrorHeader (const char *sourcefile, int sourceline)
 
SCIP_EXPORT void SCIPmessagePrintError (const char *formatstr,...)
 
SCIP_EXPORT void SCIPmessageVPrintError (const char *formatstr, va_list ap)
 
SCIP_EXPORT void SCIPmessageSetErrorPrinting (SCIP_DECL_ERRORPRINTING((*errorPrinting)), void *data)
 
SCIP_EXPORT void SCIPmessageSetErrorPrintingDefault (void)
 
SCIP_EXPORT SCIP_MESSAGEHDLRDATASCIPmessagehdlrGetData (SCIP_MESSAGEHDLR *messagehdlr)
 
SCIP_EXPORT FILE * SCIPmessagehdlrGetLogfile (SCIP_MESSAGEHDLR *messagehdlr)
 
SCIP_EXPORT SCIP_Bool SCIPmessagehdlrIsQuiet (SCIP_MESSAGEHDLR *messagehdlr)
 

Macro Definition Documentation

◆ SCIP_THREADSAFE_MESSAGEHDLRS

#define SCIP_THREADSAFE_MESSAGEHDLRS

define to identify SCIP version with thread-safe version of message handlers

Definition at line 43 of file pub_message.h.

◆ SCIPerrorMessage

#define SCIPerrorMessage
Value:
SCIPmessagePrintErrorHeader(__FILENAME__, __LINE__); \
SCIPmessagePrintError
SCIP_EXPORT void SCIPmessagePrintErrorHeader(const char *sourcefile, int sourceline)
Definition: message.c:768

prints an error message

Definition at line 55 of file pub_message.h.

Referenced by addBilinearTerm(), addBranchingDecisionConss(), addCoef(), addCoefTerm(), addConcaveEstimatorMultivariate(), addConflictBounds(), addConstraintToBendersSubproblem(), addFixParamDialog(), addRelaxation(), addScenarioConsToProb(), addScenarioVarsAndConsToProb(), addSetParamDialog(), addSetppcConstraints(), addSplitcons(), addVarCardinality(), addVarSOS1(), addVarSOS2(), boundchgCaptureData(), boundchgReleaseData(), branchBalancedCardinality(), calcEfficacyNormQuad(), calcGrowSize(), checkCons(), checkSymmetriesAreSymmetries(), chgLhsLinearCons(), chgRhsLinearCons(), COLORconsGetActiveStoreGraphCons(), COLORconsGetComplementaryGraph(), COLORconsGetCurrentGraph(), COLORconsGetRepresentative(), COLORconsGetRepresentatives(), COLORconsGetStack(), COLORconsGetUnion(), COLORconsGetUnions(), COLORcreateConsStoreGraph(), COLORprobGetComplementaryGraph(), computeInteriorPoint(), computeStandardNLPOptimalityCut(), computeSymmetryGroup(), conflictMarkBoundCheckPresence(), conflictResolveBound(), consdataCreate(), ConvertGlopConstraintStatus(), ConvertGlopVariableStatus(), ConvertSCIPConstraintStatusToSlackStatus(), ConvertSCIPVariableStatus(), convertSides(), copyConsPseudoboolean(), copyVars(), cpxObjsen(), createAndAddAndCons(), createBandit(), createConsComponents(), createConsSetppc(), createConsStoreGraphAtRoot(), createConsXorIntvar(), createCountDialog(), createCoveringProblem(), createEmphasisSubmenu(), createIndicatorConstraint(), createNlRow(), createTcliqueGraph(), cutsTransformMIR(), divesetGetSelectionScore(), doBendersCreate(), domchgMakeDynamic(), emphasisParse(), enforceConflictgraph(), enforceConssSOS1(), enforceConstraint(), enforceConstraints(), enforceSOS1(), errorMessage(), errorMessageAbort(), evaluateWorhpRun(), executeUserDefinedSolvesub(), exprgraphFindParentByOperator(), exprgraphMoveNode(), exprgraphNodeCreateExpr(), exprParse(), exprparseFindClosingParenthesis(), exprparseFindSeparatingComma(), exprparseReadVariable(), exprsimplifyAddChildren(), extendToCover(), extractCapacityRows(), extractFlowRows(), F77_FUNC(), findOperators(), findScenarioVar(), fixBounds(), fixInterdiction(), generate1ConvexIndefiniteUnderestimatorAtBoundary(), getActiveVariables(), getBase(), getCoeffsAndConstantFromLinearExpr(), getConstraint(), getDblParam(), getFixedVariable(), getInputString(), getIntParam(), getLinearConsNVars(), getLinearConsSides(), getLinearConsVarsData(), getNextLine(), getPotential(), getRestartPolicy(), getScore(), getScoreLikeCoefdiving(), getSearchCompletion(), getStart(), getVariable(), hessLagAddExprtree(), hessLagAddQuad(), initWorhp(), intervalSetRoundingMode(), LapackDsyev(), LOPreadFile(), lpalgoName(), lpAlgorithm(), lpFlushAndSolve(), lpiStrongbranch(), lpLexDualSimplex(), lpSetPricingChar(), lpSolve(), lpSolveStable(), lpUpdateVarProved(), main(), mcfnetworkExtract(), messagehdlrOpenLogfile(), mpsinputSyntaxerror(), multihashlistRetrieve(), nodeAssignParent(), nodeDeactivate(), nodepartitionIsConnected(), nodeReleaseParent(), packingUpgrade(), paramFree(), paramParseBool(), paramParseChar(), paramParseInt(), paramParseLongint(), paramParseReal(), paramParseString(), paramsetParse(), paramTestBool(), paramTestChar(), paramTestFixed(), paramTestInt(), paramTestLongint(), paramTestReal(), paramTestString(), paramWrite(), parseValue(), performStrongbranchWithPropagation(), preprocessConstraintPairs(), preprocessGraph(), presolveAddKKTAggregatedVars(), presolveAddKKTSetppcConss(), presolveDisaggregateMergeComponents(), presolveUpgrade(), primalAddOrigPartialSol(), primalAddSol(), printExpr(), printIndicatorCons(), printNLRow(), printProblem(), printRow(), printRowNl(), printStatus(), printstr(), probRemoveVar(), processContainedCons(), propagateRedcostBinvar(), propagateRedcostVar(), propagationRound(), propAndSolve(), readBlocks(), readBounds(), readCol(), readCols(), readConstraints(), readCyc(), readDecomposition(), readDiffFile(), readError(), readExpression(), readFile(), readFZNFile(), readIndicators(), readLIBSVM(), readLinearCoefs(), readLPFile(), readMOP(), readMps(), readMst(), readMultIncr(), readNonlinearExprs(), readObjective(), readOPBFile(), readPIPFile(), readQCMatrix(), readQMatrix(), readQuadraticCoefs(), readScenarios(), readSol(), readSolFile(), readSOS(), readSos(), readSOScons(), readSto(), readTim(), readVariables(), readXmlSolFile(), reconvertBothSides(), reconvertLhs(), reconvertRhs(), reconvertSides(), reformulate(), registerBranchingCandidates(), resolvePropagation(), respropCumulativeCondition(), rowAddCoef(), rowChgCoefPos(), rowDelCoefPos(), rowSideChanged(), runBenders(), saveConsBounddisjuction(), saveConsLinear(), SCIP_DECL_BRANCHEXECEXT(), SCIP_DECL_CONSACTIVE(), SCIP_DECL_CONSCOPY(), SCIP_DECL_CONSEXITSOL(), SCIP_DECL_CONSINITPRE(), SCIP_DECL_CONSINITSOL(), SCIP_DECL_CONSPARSE(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_CONSTRANS(), SCIP_DECL_DIALOGDESC(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_EVENTEXEC(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEURINIT(), SCIP_DECL_NLPICREATEPROBLEM(), SCIP_DECL_NLPIGETINTPAR(), SCIP_DECL_NLPIGETREALPAR(), SCIP_DECL_NLPIGETSTRINGPAR(), SCIP_DECL_NLPIGETWARMSTARTMEMO(), SCIP_DECL_NLPIGETWARMSTARTSIZE(), SCIP_DECL_NLPISETINTPAR(), SCIP_DECL_NLPISETREALPAR(), SCIP_DECL_NLPISETSTRINGPAR(), SCIP_DECL_NLPISETWARMSTARTMEMO(), SCIP_DECL_NLPISOLVE(), SCIP_DECL_NODESELSELECT(), SCIP_DECL_NONLINCONSUPGD(), SCIP_DECL_PARAMCHGD(), SCIP_DECL_PROBEXITSOL(), SCIP_DECL_PROBTRANS(), SCIP_DECL_READERCOPY(), SCIP_DECL_READERREAD(), SCIP_DECL_READERWRITE(), SCIP_DECL_SOLVECUMULATIVE(), SCIP_DECL_SORTPTRCOMP(), SCIPaddBilinTermQuadratic(), SCIPaddCoefLinear(), SCIPaddCoefLogicor(), SCIPaddCoefPseudoboolean(), SCIPaddCoefSetppc(), SCIPaddCons(), SCIPaddConsElemConjunction(), SCIPaddConsElemDisjunction(), SCIPaddConsNode(), SCIPaddConstantQuadratic(), SCIPaddLinearVarQuadratic(), SCIPaddNlRow(), SCIPaddPricedVar(), SCIPaddQuadVarLinearCoefQuadratic(), SCIPaddQuadVarQuadratic(), SCIPaddRowDive(), SCIPaddRowProbing(), SCIPaddSol(), SCIPaddSolFree(), SCIPaddSquareCoefQuadratic(), SCIPaddTermPseudoboolean(), SCIPaddVar(), SCIPaddVarCardinality(), SCIPaddVarImplication(), SCIPaddVarLocksType(), SCIPaddVarObj(), SCIPaddVarSOS1(), SCIPaddVarSOS2(), SCIPaggregateVars(), SCIPappendVarCardinality(), SCIPappendVarSOS2(), SCIPapplyBendersDecomposition(), SCIPapplyCutsProbing(), SCIPapplyProximity(), SCIPbacktrackProbing(), SCIPbanditCreate(), SCIPbanditCreateUcb(), SCIPbanditReset(), SCIPbendersAddSubproblem(), SCIPbenderscutExec(), SCIPbenderscutExit(), SCIPbenderscutInit(), SCIPbendersExec(), SCIPbendersExecSubproblemSolve(), SCIPbendersExit(), SCIPbendersInit(), SCIPbendersSetSubproblemIsIndependent(), SCIPbendersSetupSubproblem(), SCIPbendersSolveSubproblem(), SCIPbendersSolveSubproblemCIP(), SCIPbendersSolveSubproblemLP(), SCIPboundchgApply(), SCIPboundchgUndo(), SCIPbranchGetScore(), SCIPbranchruleExecExternSol(), SCIPbranchruleExecLPSol(), SCIPbranchruleExecPseudoSol(), SCIPbranchruleExit(), SCIPbranchruleInit(), SCIPbranchVar(), SCIPbranchVarVal(), SCIPbranchVarValNary(), SCIPcatchRowEvent(), SCIPcatchVarEvent(), SCIPcheckSol(), SCIPcheckSolOrig(), SCIPcheckStage(), SCIPchgAndConsCheckFlagWhenUpgr(), SCIPchgAndConsRemovableFlagWhenUpgr(), SCIPchgBilinCoefQuadratic(), SCIPchgCardvalCardinality(), SCIPchgCoefLinear(), SCIPchgConsName(), SCIPchgCutoffboundDive(), SCIPchgLhsLinear(), SCIPchgLhsPseudoboolean(), SCIPchgLhsQuadratic(), SCIPchgLinearCoefQuadratic(), SCIPchgReoptObjective(), SCIPchgRhsLinear(), SCIPchgRhsPseudoboolean(), SCIPchgRhsQuadratic(), SCIPchgRowLhsDive(), SCIPchgRowRhsDive(), SCIPchgSquareCoefQuadratic(), SCIPchgVarBoundsDiveNLP(), SCIPchgVarLb(), SCIPchgVarLbDive(), SCIPchgVarLbGlobal(), SCIPchgVarLbProbing(), SCIPchgVarName(), SCIPchgVarObj(), SCIPchgVarObjDive(), SCIPchgVarObjDiveNLP(), SCIPchgVarObjProbing(), SCIPchgVarsBoundsDiveNLP(), SCIPchgVarType(), SCIPchgVarUb(), SCIPchgVarUbDive(), SCIPchgVarUbGlobal(), SCIPchgVarUbProbing(), SCIPclockGetTime(), SCIPclockReset(), SCIPclockSetTime(), SCIPclockStart(), SCIPclockStop(), SCIPcolDelCoef(), SCIPcomprExec(), SCIPcomprExit(), SCIPcomprInit(), SCIPcomputeDecompConsLabels(), SCIPconflicthdlrExec(), SCIPconflicthdlrExit(), SCIPconflicthdlrInit(), SCIPconflictIsVarUsed(), SCIPconsAddCoef(), SCIPconsCheck(), SCIPconsEnfolp(), SCIPconsEnfops(), SCIPconsEnforelax(), SCIPconshdlrCheck(), SCIPconshdlrEnforceLPSol(), SCIPconshdlrEnforcePseudoSol(), SCIPconshdlrEnforceRelaxSol(), SCIPconshdlrExit(), SCIPconshdlrInit(), SCIPconshdlrPresolve(), SCIPconshdlrPropagate(), SCIPconshdlrSeparateLP(), SCIPconshdlrSeparateSol(), SCIPconsNonlinearAddLinearCoef(), SCIPconsPresol(), SCIPconsProp(), SCIPconsResolvePropagation(), SCIPconsResprop(), SCIPconsSepalp(), SCIPconsSepasol(), SCIPcopyConsLinear(), SCIPcreateBanditEpsgreedy(), SCIPcreateBanditExp3(), SCIPcreateBanditUcb(), SCIPcreateBendersDefault(), SCIPcreateCons(), SCIPcreateConsAbspower(), SCIPcreateConsAnd(), SCIPcreateConsBivariate(), SCIPcreateConsBounddisjunction(), SCIPcreateConsCardinality(), SCIPcreateConsConjunction(), SCIPcreateConsCumulative(), SCIPcreateConsDisjunction(), SCIPcreateConsIndicator(), SCIPcreateConsIndicatorLinCons(), SCIPcreateConsKnapsack(), SCIPcreateConsLinear(), SCIPcreateConsLinking(), SCIPcreateConsLogicor(), SCIPcreateConsLOP(), SCIPcreateConsNonlinear(), SCIPcreateConsNonlinear2(), SCIPcreateConsOptcumulative(), SCIPcreateConsOr(), SCIPcreateConsOrbisack(), SCIPcreateConsOrbitope(), SCIPcreateConsPseudoboolean(), SCIPcreateConsPseudobooleanWithConss(), SCIPcreateConsQuadratic(), SCIPcreateConsQuadratic2(), SCIPcreateConsSamediff(), SCIPcreateConsSOC(), SCIPcreateConsSOS1(), SCIPcreateConsSOS2(), SCIPcreateConsStp(), tsp::SCIPcreateConsSubtour(), SCIPcreateConsSuperindicator(), SCIPcreateConsSymresack(), SCIPcreateConsVarbound(), SCIPcreateConsXor(), SCIPcreateLPSol(), SCIPcreateNLPSol(), SCIPcreateOrigSol(), SCIPcreateProbColoring(), SCIPcreateRelaxSol(), SCIPcreateSol(), SCIPcreateVar(), SCIPcutpoolAddNewRow(), SCIPcutpoolDelRow(), SCIPdecompstoreAdd(), SCIPdelCoefLinear(), SCIPdelCons(), SCIPdelConsLocal(), SCIPdelNlRow(), SCIPdelVar(), SCIPdialogAddEntry(), SCIPdispExit(), SCIPdispInit(), SCIPdomchgAddBoundchg(), SCIPdomchgFree(), SCIPdomchgMakeStatic(), SCIPdropVarEvent(), SCIPenableReoptimization(), SCIPendDive(), SCIPendDiveNLP(), SCIPendProbing(), SCIPeventChgNode(), SCIPeventChgSol(), SCIPeventChgVar(), SCIPeventfilterDel(), SCIPeventGetHoleLeft(), SCIPeventGetHoleRight(), SCIPeventGetNewbound(), SCIPeventGetNewobj(), SCIPeventGetNewtype(), SCIPeventGetNode(), SCIPeventGetOldbound(), SCIPeventGetOldobj(), SCIPeventGetOldtype(), SCIPeventGetRow(), SCIPeventGetRowCol(), SCIPeventGetRowNewCoefVal(), SCIPeventGetRowNewConstVal(), SCIPeventGetRowNewSideVal(), SCIPeventGetRowOldCoefVal(), SCIPeventGetRowOldConstVal(), SCIPeventGetRowOldSideVal(), SCIPeventGetRowSide(), SCIPeventGetSol(), SCIPeventGetVar(), SCIPeventhdlrExit(), SCIPeventhdlrInit(), SCIPeventProcess(), SCIPeventqueueAdd(), SCIPexprAreEqual(), SCIPexprCreate(), SCIPexprcurvNegate(), SCIPexprgraphCheckCurvature(), SCIPexprgraphCreateNode(), SCIPexprgraphGetSeparableTrees(), SCIPexprgraphGetSumTrees(), SCIPexprintEval(), SCIPexprintEvalInt(), SCIPexprintGrad(), SCIPexprintGradInt(), SCIPexprintHessianDense(), SCIPexprintHessianSparsityDense(), SCIPexprPrint(), SCIPfindCons(), SCIPfindOrigCons(), SCIPfindVar(), SCIPfixVar(), SCIPfixVarProbing(), SCIPflushNLP(), SCIPfreeReoptSolve(), SCIPfreeSol(), SCIPfreeSolve(), SCIPfreeTransform(), SCIPgenVBoundAdd(), SCIPgetActivityQuadratic(), SCIPgetAndDatasPseudoboolean(), SCIPgetBestSol(), SCIPgetBinvarsDataLinking(), SCIPgetBinvarsLinking(), SCIPgetBoundsBounddisjunction(), SCIPgetBoundtypesBounddisjunction(), SCIPgetCapacityCumulative(), SCIPgetCapacityKnapsack(), SCIPgetCardvalCardinality(), SCIPgetColFarkasCoef(), SCIPgetColRedcost(), SCIPgetConss(), SCIPgetDemandsCumulative(), SCIPgetDualfarkasKnapsack(), SCIPgetDualfarkasLogicor(), SCIPgetDualfarkasSetppc(), SCIPgetDualfarkasVarbound(), SCIPgetDualsolKnapsack(), SCIPgetDualsolLogicor(), SCIPgetDualsolSetppc(), SCIPgetDualsolVarbound(), SCIPgetDurationsCumulative(), SCIPgetFeasibilityQuadratic(), SCIPgetFixedVars(), SCIPgetHmaxCumulative(), SCIPgetHmaxOptcumulative(), SCIPgetHminCumulative(), SCIPgetHminOptcumulative(), SCIPgetIndVarPseudoboolean(), SCIPgetIntVarXor(), SCIPgetIpoptApplicationPointerIpopt(), SCIPgetLhsPseudoboolean(), SCIPgetLhsVarbound(), SCIPgetLinDatasWithoutAndPseudoboolean(), SCIPgetLinearConsPseudoboolean(), SCIPgetLinearConsTypePseudoboolean(), SCIPgetLinkvarLinking(), SCIPgetLPBasisInd(), SCIPgetLPBInvACol(), SCIPgetLPBInvARow(), SCIPgetLPBInvCol(), SCIPgetLPBInvRow(), SCIPgetLPBranchCands(), SCIPgetNAndsPseudoboolean(), SCIPgetNBinVars(), SCIPgetNBinvarsLinking(), SCIPgetNConss(), SCIPgetNContVars(), SCIPgetNFixedonesSetppc(), SCIPgetNFixedVars(), SCIPgetNFixedzerosSetppc(), SCIPgetNImplVars(), SCIPgetNIntVars(), SCIPgetNLinVarsWithoutAndPseudoboolean(), SCIPgetNLPBranchCands(), SCIPgetNLPFracVars(), SCIPgetNLPI(), SCIPgetNLPIntPar(), SCIPgetNlpiOracleIpopt(), SCIPgetNLPNlRows(), SCIPgetNLPNlRowsData(), SCIPgetNLPObjval(), SCIPgetNLPRealPar(), SCIPgetNLPSolstat(), SCIPgetNLPStatistics(), SCIPgetNLPStringPar(), SCIPgetNLPTermstat(), SCIPgetNLPVars(), SCIPgetNLPVarsData(), SCIPgetNLPVarsLbDualsol(), SCIPgetNLPVarsNonlinearity(), SCIPgetNLPVarsUbDualsol(), SCIPgetNlRowNLPActivity(), SCIPgetNlRowNLPFeasibility(), SCIPgetNNLPNlRows(), SCIPgetNNLPVars(), SCIPgetNObjVars(), SCIPgetNPrioLPBranchCands(), SCIPgetNSols(), SCIPgetNTotalVars(), SCIPgetNUpgrConss(), SCIPgetNVars(), SCIPgetNVarsAnd(), SCIPgetNVarsBounddisjunction(), SCIPgetNVarsCardinality(), SCIPgetNVarsCumulative(), SCIPgetNVarsKnapsack(), SCIPgetNVarsLogicor(), SCIPgetNVarsOr(), SCIPgetNVarsSetppc(), SCIPgetNVarsSOS2(), SCIPgetNVarsXor(), SCIPgetProbData(), SCIPgetProbingDepth(), SCIPgetRandomSubset(), SCIPgetRelaxSolObj(), SCIPgetRelaxSolVal(), SCIPgetResultantAnd(), SCIPgetResultantOr(), SCIPgetRhsPseudoboolean(), SCIPgetRhsVarbound(), SCIPgetRhsXor(), SCIPgetRowKnapsack(), SCIPgetRowLogicor(), SCIPgetRowSetppc(), SCIPgetRowVarbound(), SCIPgetSols(), SCIPgetSymmetry(), SCIPgetTypeSetppc(), SCIPgetValsLinking(), SCIPgetVarCopy(), SCIPgetVarFarkasCoef(), SCIPgetVarImplRedcost(), SCIPgetVarLbAtIndex(), SCIPgetVarLbDive(), SCIPgetVarObjDive(), SCIPgetVarObjProbing(), SCIPgetVarRedcost(), SCIPgetVars(), SCIPgetVarsAnd(), SCIPgetVarsBounddisjunction(), SCIPgetVarsCardinality(), SCIPgetVarsCumulative(), SCIPgetVarsData(), SCIPgetVarsKnapsack(), SCIPgetVarsLogicor(), SCIPgetVarsOr(), SCIPgetVarsSetppc(), SCIPgetVarsSOS2(), SCIPgetVarsStrongbranchesFrac(), SCIPgetVarsStrongbranchesInt(), SCIPgetVarStrongbranchFrac(), SCIPgetVarStrongbranchInt(), SCIPgetVarStrongbranchLast(), SCIPgetVarStrongbranchWithPropagation(), SCIPgetVarsXor(), SCIPgetVarUbAtIndex(), SCIPgetVarUbDive(), SCIPgetVarVarbound(), SCIPgetVarVSIDS(), SCIPgetVarVSIDSCurrentRun(), SCIPgetVbdcoefVarbound(), SCIPgetVbdvarVarbound(), SCIPgetVectorEfficacyNorm(), SCIPgetViolationNonlinear(), SCIPgetWeightsCardinality(), SCIPgetWeightsKnapsack(), SCIPgetWeightsSOS2(), SCIPhasNLPContinuousNonlinearity(), SCIPhasNLPSolution(), SCIPheurExec(), SCIPheurExit(), SCIPheurInit(), SCIPincludeBanditvtable(), SCIPincludeBenders(), SCIPincludeBendersBasic(), SCIPincludeBenderscut(), SCIPincludeBenderscutBasic(), SCIPincludeBranchrule(), SCIPincludeBranchruleBasic(), SCIPincludeCompr(), SCIPincludeComprBasic(), SCIPincludeConcsolverType(), SCIPincludeConflicthdlr(), SCIPincludeConflicthdlrBasic(), SCIPincludeConshdlr(), SCIPincludeConshdlrBasic(), SCIPincludeConshdlrCardinality(), SCIPincludeConshdlrSOS2(), SCIPincludeConshdlrSuperindicator(), SCIPincludeDialog(), SCIPincludeDialogDefault(), SCIPincludeDialogDefaultFix(), SCIPincludeDialogDefaultSet(), SCIPincludeDialogStp(), SCIPincludeDisp(), SCIPincludeEventhdlr(), SCIPincludeEventhdlrBasic(), SCIPincludeHeur(), SCIPincludeHeurBasic(), SCIPincludeNlpi(), SCIPincludeNodesel(), SCIPincludeNodeselBasic(), SCIPincludeNonlinconsUpgrade(), SCIPincludePresol(), SCIPincludePresolBasic(), SCIPincludePricer(), SCIPincludePricerBasic(), SCIPincludeProp(), SCIPincludePropBasic(), SCIPincludeQuadconsUpgrade(), SCIPincludeReader(), SCIPincludeReaderBasic(), SCIPincludeRelax(), SCIPincludeRelaxBasic(), SCIPincludeSepa(), SCIPincludeSepaBasic(), SCIPincludeTable(), SCIPincSolVal(), SCIPinferBinvarCons(), SCIPinferBinvarProp(), SCIPinferVarLbCons(), SCIPinferVarLbProp(), SCIPinferVarUbCons(), SCIPinferVarUbProp(), SCIPinitHeurOptcumulative(), SCIPisAndConsSorted(), SCIPisObjIntegral(), SCIPlinkLPSol(), SCIPlinkNLPSol(), SCIPlinkRelaxSol(), SCIPlockVarCons(), SCIPlpCreate(), SCIPlpGetPrimalRay(), SCIPlpGetUnboundedSol(), SCIPlpiChgBounds(), SCIPlpiCreate(), SCIPlpiGetBase(), SCIPlpiGetBInvACol(), SCIPlpiGetBInvCol(), SCIPlpiGetColNames(), SCIPlpiGetCols(), SCIPlpiGetPrimalRay(), SCIPlpiGetRealSolQuality(), SCIPlpiGetRowNames(), SCIPlpiGetRows(), SCIPlpiGetSides(), SCIPlpiGetSol(), SCIPlpiGetSolverPointer(), SCIPlpiReadLP(), SCIPlpiReadState(), SCIPlpiScaleRow(), SCIPlpiSetBase(), SCIPlpiSetIntegralityInformation(), SCIPlpiSetIntpar(), SCIPlpiSetState(), SCIPlpiSolveBarrier(), SCIPlpiSolveDual(), SCIPlpiSolvePrimal(), SCIPlpiStrongbranchesFrac(), SCIPlpiStrongbranchesInt(), SCIPlpiWriteLP(), SCIPlpiWriteState(), SCIPlpSolveAndEval(), SCIPlpWriteMip(), SCIPmakeSOS1sFeasible(), SCIPmultiaggregateVar(), SCIPnewProbingNode(), SCIPnlpAddNlRow(), SCIPnlpAddNlRows(), SCIPnlpAddVar(), SCIPnlpAddVars(), SCIPnlpCreate(), SCIPnlpDelNlRow(), SCIPnlpDelVar(), SCIPnlpEndDive(), SCIPnlpFlush(), SCIPnlpInclude(), SCIPnlpRemoveRedundantNlRows(), SCIPnlpSolve(), SCIPnlpStartDive(), SCIPnlpWrite(), SCIPnlrowDelLinearCoef(), SCIPnlrowDelQuadElement(), SCIPnlrowRecalcNLPActivity(), SCIPnodeAddBoundinfer(), SCIPnodeAddCons(), SCIPnodeAddHoleinfer(), SCIPnodeCaptureLPIState(), SCIPnodeFocus(), SCIPnodeFree(), SCIPnodepqRemove(), SCIPnodeReleaseLPIState(), SCIPnodeselExit(), SCIPnodeselInit(), SCIPparamIsDefault(), SCIPparamsetCopyParams(), SCIPparamsetFix(), SCIPparamsetGetBool(), SCIPparamsetGetChar(), SCIPparamsetGetInt(), SCIPparamsetGetLongint(), SCIPparamsetGetReal(), SCIPparamsetGetString(), SCIPparamsetIsFixed(), SCIPparamsetRead(), SCIPparamsetSet(), SCIPparamsetSetBool(), SCIPparamsetSetChar(), SCIPparamsetSetDefaultBool(), SCIPparamsetSetDefaultInt(), SCIPparamsetSetEmphasis(), SCIPparamsetSetHeuristics(), SCIPparamsetSetInt(), SCIPparamsetSetLongint(), SCIPparamsetSetPresolving(), SCIPparamsetSetReal(), SCIPparamsetSetSeparating(), SCIPparamsetSetString(), SCIPparamSetToDefault(), SCIPparamsetWrite(), SCIPparamWrite(), SCIPparseVar(), SCIPparseVarName(), SCIPparseVarsLinearsum(), SCIPparseVarsPolynomial(), SCIPperformGenericDivingAlgorithm(), SCIPpresolExec(), SCIPpresolExit(), SCIPpresolInit(), SCIPpresolve(), SCIPpricerExit(), SCIPpricerInit(), SCIPpricestoreAddVar(), SCIPprimalHeuristics(), SCIPprimalSetCutoffbound(), SCIPprimalSetUpperbound(), SCIPprintBestTransSol(), SCIPprintBranchingStatistics(), SCIPprintLPSolutionQuality(), SCIPprintStage(), SCIPprintStatus(), SCIPprintTransSol(), SCIPprobAddCons(), SCIPprobAddVar(), SCIPprobCopy(), SCIPprobdataCreate(), SCIPprobdataWriteLogfileEnd(), SCIPprobFindCons(), SCIPprobFindVar(), SCIPprobUpdateDualbound(), SCIPprobVarChangedStatus(), SCIPpropagateProbing(), SCIPpropagateProbingImplications(), SCIPpropCumulativeCondition(), SCIPpropExec(), SCIPpropExit(), SCIPpropInit(), SCIPpropPresol(), SCIPpropResolvePropagation(), SCIPrandomGetSubset(), SCIPreadProb(), SCIPrecalcNlRowNLPActivity(), SCIPregForestFromFile(), SCIPrelaxExec(), SCIPrelaxExit(), SCIPrelaxInit(), SCIPreleaseCons(), SCIPreleaseVar(), SCIPreoptAddDualBndchg(), SCIPreoptApplyGlbConss(), SCIPreoptSplitRoot(), SCIPretransformSol(), SCIProundSol(), SCIProwDelCoef(), SCIProwGetLPEfficacy(), SCIProwGetNLPEfficacy(), SCIProwGetParallelism(), SCIProwGetRelaxEfficacy(), SCIProwGetSolEfficacy(), SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaExit(), SCIPsepaInit(), SCIPseparateCutpool(), SCIPseparateSolCutpool(), SCIPsepastoreRemoveInefficaciousCuts(), SCIPsetBasePointClosecuts(), SCIPsetBendersSolveAndFreesub(), SCIPsetBinaryVarIndicator(), SCIPsetExitsolPlugins(), SCIPsetHmaxCumulative(), SCIPsetHmaxOptcumulative(), SCIPsetHminCumulative(), SCIPsetHminOptcumulative(), SCIPsetLinearConsIndicator(), SCIPsetModifiedDefaultSettingsIpopt(), SCIPsetNLPInitialGuess(), SCIPsetNLPInitialGuessSol(), SCIPsetNLPIntPar(), SCIPsetNLPRealPar(), SCIPsetNLPStringPar(), SCIPsetObjIntegral(), SCIPsetObjlimit(), SCIPsetObjsense(), SCIPsetProbData(), SCIPsetProbingLPState(), SCIPsetSolVal(), SCIPsetSolVals(), SCIPsetSolveCumulative(), SCIPsetVarStrongbranchData(), SCIPsnprintf(), SCIPsolCopy(), SCIPsolGetRayVal(), SCIPsolGetVal(), SCIPsolIncVal(), SCIPsolSetVal(), SCIPsolve(), SCIPsolveCIP(), SCIPsolveConcurrent(), SCIPsolveCumulative(), SCIPsolveDiveLP(), SCIPsolveDiveNLP(), SCIPsolveNLP(), SCIPsolveProbingRelax(), SCIPsortAndCons(), SCIPstartDive(), SCIPstartDiveNLP(), SCIPstartProbing(), SCIPstartStrongbranch(), SCIPtableExit(), SCIPtableInit(), SCIPtightenVarLb(), SCIPtightenVarLbGlobal(), SCIPtightenVarUb(), SCIPtightenVarUbGlobal(), SCIPtimFindStage(), SCIPtransformMinUC(), SCIPtransformProb(), SCIPtreeBranchVar(), SCIPtreeBranchVarHole(), SCIPtreeBranchVarNary(), SCIPtreeCalcNodeselPriority(), SCIPtryCurrentSol(), SCIPtrySol(), SCIPtrySolFree(), SCIPunlockVarCons(), SCIPupdateDistributionScore(), SCIPupdateLocalDualbound(), SCIPupdateLocalLowerbound(), SCIPvarAddHoleGlobal(), SCIPvarAddHoleLocal(), SCIPvarAddImplic(), SCIPvarAddLocks(), SCIPvarAddObj(), SCIPvarAddToRow(), SCIPvarAddVlb(), SCIPvarAddVub(), SCIPvarChgBdGlobal(), SCIPvarChgBdLocal(), SCIPvarChgBranchDirection(), SCIPvarChgBranchFactor(), SCIPvarChgBranchPriority(), SCIPvarChgLbDive(), SCIPvarChgLbGlobal(), SCIPvarChgLbLocal(), SCIPvarChgObj(), SCIPvarChgObjDive(), SCIPvarChgType(), SCIPvarChgUbDive(), SCIPvarChgUbGlobal(), SCIPvarChgUbLocal(), SCIPvarCopy(), SCIPvarDoNotMultaggr(), SCIPvarFix(), SCIPvarGetAvgBranchdepth(), SCIPvarGetAvgBranchdepthCurrentRun(), SCIPvarGetAvgConflictlength(), SCIPvarGetAvgConflictlengthCurrentRun(), SCIPvarGetAvgCutoffs(), SCIPvarGetAvgCutoffsCurrentRun(), SCIPvarGetAvgInferences(), SCIPvarGetAvgInferencesCurrentRun(), SCIPvarGetAvgSol(), SCIPvarGetBestRootLPObjval(), SCIPvarGetBestRootRedcost(), SCIPvarGetBestRootSol(), SCIPvarGetCutoffSum(), SCIPvarGetCutoffSumCurrentRun(), SCIPvarGetInferenceSum(), SCIPvarGetInferenceSumCurrentRun(), SCIPvarGetLbAtIndex(), SCIPvarGetLbLP(), SCIPvarGetLPSol_rec(), SCIPvarGetNActiveConflicts(), SCIPvarGetNActiveConflictsCurrentRun(), SCIPvarGetNBranchings(), SCIPvarGetNBranchingsCurrentRun(), SCIPvarGetNLocksDownType(), SCIPvarGetNLocksUpType(), SCIPvarGetNLPSol_rec(), SCIPvarGetObjLP(), SCIPvarGetOrigvarSum(), SCIPvarGetProbvar(), SCIPvarGetProbvarBinary(), SCIPvarGetProbvarBound(), SCIPvarGetProbvarHole(), SCIPvarGetProbvarSum(), SCIPvarGetPseudocost(), SCIPvarGetPseudocostCount(), SCIPvarGetPseudocostCountCurrentRun(), SCIPvarGetPseudocostCurrentRun(), SCIPvarGetPseudocostVariance(), SCIPvarGetPseudoSol_rec(), SCIPvarGetRelaxSol(), SCIPvarGetRootSol(), SCIPvarGetUbAtIndex(), SCIPvarGetUbLP(), SCIPvarGetVSIDS_rec(), SCIPvarGetVSIDSCurrentRun(), SCIPvarIncCutoffSum(), SCIPvarIncInferenceSum(), SCIPvarIncNActiveConflicts(), SCIPvarIncNBranchings(), SCIPvarIncVSIDS(), SCIPvarMarkDoNotMultaggr(), SCIPvarMultiaggregate(), SCIPvarNegate(), SCIPvarPrint(), SCIPvarPscostThresholdProbabilityTest(), SCIPvarScaleVSIDS(), SCIPvarSetNLPSol(), SCIPvarSetRelaxSol(), SCIPvarsGetActiveVars(), SCIPvarUpdatePseudocost(), SCIPvisualInit(), SCIPvisualizeConsCumulative(), SCIPvisualNewChild(), SCIPvisualUpdateChild(), SCIPwriteCliqueGraph(), SCIPwriteNLP(), selectBranchVar(), selectDiving(), separateCons(), separateCuts(), separateGLS(), separateHeur(), separationRoundLP(), sepastoreApplyCut(), setDblParam(), setIntParam(), setIntvar(), setupAndSolve(), setupAndSolveCumulativeSubscip(), setupAndSolveSubscip(), setupAndSolveSubscipCrossover(), setupAndSolveSubscipLocalbranching(), setupAndSolveSubscipTrustregion(), solCutIsViolated(), solGetArrayVal(), solUnlinkVar(), solveClassification(), solveMinIISC(), solveNode(), solveNodeRelax(), solveProbingLP(), solveSubNLP(), solveSubscip(), solveSubscipLpface(), SolveWSimplex(), spxObjsen(), stoinputSyntaxerror(), storeCutInArrays(), strengthenOrbitopeConstraint(), strongbranch(), syntaxError(), takeCut(), timinputSyntaxerror(), treeCheckPath(), treeUpdatePathLPSize(), tryUpgrading(), tryUpgradingSetppc(), updateBestCandidate(), updateTransformation(), varAddLbchginfo(), varAddUbchginfo(), varCreate(), varEventVarFixed(), varFree(), varFreeParents(), varGetActiveVar(), varParse(), varProcessAddHoleGlobal(), varProcessAddHoleLocal(), varProcessChgBranchDirection(), varProcessChgBranchFactor(), varProcessChgBranchPriority(), varProcessChgLbGlobal(), varProcessChgLbLocal(), varProcessChgUbGlobal(), varProcessChgUbLocal(), visualizeSolutionGnuplot(), visualizeSolutionMatplotlib(), wrapperDins(), wrapperRins(), writeOpbConstraints(), writeOpbObjective(), writeProblem(), and xprsObjsen().

◆ printErrorHeader

◆ printError

◆ SCIPdebug

#define SCIPdebug (   x)

executes command only if SCIP_DEBUG flag is set

Definition at line 84 of file pub_message.h.

Referenced by addBoundCutSepa(), addConcaveEstimatorBivariate(), addConcaveEstimatorUnivariate(), addCut(), addLinearization(), addPathCuts(), addRelaxation(), addSubtourCuts(), addTourCuts(), aggregateConstraints(), applyFixings(), applyGlobalBounds(), applyRepair(), checkAllConss(), checkBounddisjunction(), checkCons(), checkCurvature(), checkKnapsack(), checkSystemGF2(), cliquePresolve(), computeAndConstraintInfos(), computeDegConsTree(), computeEffectiveHorizonCumulativeCondition(), computeFixingrate(), computeInteriorPoint(), computeStandardIntegerOptCut(), computeSteinerTree(), conflictInsertConflictset(), consdataCheck(), constructCompression(), coretimesUpdateUb(), createCapacityRestriction(), createCapacityRestrictionIntvars(), createNlRow(), createObjRow(), createPartitionCut(), createRow(), createVariable(), cut_add(), evalFunctionGradient(), execRelpscost(), exprgraphNodeSimplify(), exprParse(), exprsimplifyFlattenPolynomials(), filterExistingLP(), findAndStoreEcAggregations(), findPointPosition(), generate1ConvexIndefiniteUnderestimatorAtBoundary(), generate1ConvexIndefiniteUnderestimatorInTheInteriorPatternA(), generate1ConvexIndefiniteUnderestimatorInTheInteriorPatternB(), generateBoundInequalityFromSOS1Nodes(), generateConvexConcaveUnderestimator(), generateCut(), generateOrthogonal_lx_ly_Underestimator(), generateOrthogonal_lx_uy_Underestimator(), generateRowCardinality(), generateRowSOS2(), generateUnderestimatorParallelYFacets(), getFixedVariable(), getFixingValue(), getlecloseterms(), getVariable(), greedyCliqueAlgorithm(), heurdataInit(), initMatrix(), initsepaBoundInequalityFromCardinality(), initsepaBoundInequalityFromSOS1Cons(), LOPseparate(), pricing(), primalAddSol(), readFile(), readPolynomial(), reformulate(), removeFixedNonlinearVariables(), rowCalculateGauss(), SCIP_DECL_CONSACTIVE(), SCIP_DECL_CONSDEACTIVE(), SCIP_DECL_CONSENFOLP(), SCIP_DECL_CONSINITLP(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_CONSPROP(), SCIP_DECL_CONSSEPALP(), SCIP_DECL_CONSSEPASOL(), SCIP_DECL_HEUREXEC(), SCIP_DECL_LINCONSUPGD(), SCIP_DECL_PRESOLEXEC(), SCIP_DECL_PRICERREDCOST(), SCIP_DECL_READERREAD(), SCIP_DECL_SEPAEXECLP(), SCIPapplyLockFixings(), SCIPapplyProximity(), SCIPapplyRedSize(), SCIPcalcFlowCover(), SCIPcalcMIR(), SCIPcalcStrongCG(), SCIPconflictFlushConss(), SCIPcreateConsSamediff(), SCIPcreateVarBinpacking(), SCIPcutGenerationHeuristicCMIR(), SCIPexprSimplify(), SCIPgenVBoundAdd(), SCIPnlpiOracleEvalJacobian(), SCIProwCalcIntegralScalar(), SCIProwCalcProbability(), SCIPselectVarPseudoStrongBranching(), SCIPselectVarStrongBranching(), SCIPseparateRelaxedKnapsack(), SCIPsolve(), SCIPStpHeurTMBuildTreeDc(), SCIPStpHeurTMPrune(), sepaImplBoundCutsSOS1(), separateCons(), separateCuts(), separateIISRounding(), separateOddCycles(), separatePoint(), setupAndSolve(), setupAndSolveSubscip(), setupAndSolveSubscipCrossover(), setupAndSolveSubscipLocalbranching(), setupAndSolveSubscipMutation(), setupAndSolveSubscipTrustregion(), simplifyInequalities(), solveCoveringProblem(), solveSubproblem(), solveSubscipLpface(), tightenCapacity(), updatePrimalRay(), upgradeIndicatorSuperindicator(), upgradeLinearSuperindicator(), wrapperDins(), and wrapperRins().

◆ SCIPdebugMessage

#define SCIPdebugMessage   while( FALSE ) /*lint -e{530}*/ printf

prints a debugging message if SCIP_DEBUG flag is set - also consider using SCIPdebugMsg/SCIPsetDebugMsg

Definition at line 87 of file pub_message.h.

Referenced by addConstraintToBendersSubproblem(), addRelaxation(), addScenarioVarsAndConsToProb(), addScenarioVarsToProb(), applyCliqueFixings(), applyGenVBound(), applyOptcumulative(), applyOptcumulativeFixings(), applyVboundsFixings(), applyZeroFixings(), BENDERS_CUTORACLE(), branchcandInsertPseudoCand(), branchcandRemovePseudoCand(), branchcandSortPseudoCands(), buildsolgraph(), checkCons(), checkState1(), clearDeletedLinearElements(), clearDeletedQuadElements(), clockSetType(), collectActivities(), collectBinaryCliqueData(), collectSolActivities(), collectThetaSubtree(), COLORcreateConsStoreGraph(), COLORincludeConshdlrStoreGraph(), COLORprobAddNewStableSet(), computeDaSolPcMw(), computeDegConsTree(), computeEnergyContribution(), computePertubedSol(), computeReferencePointProjection(), computeSteinerTree(), computeSteinerTreeVnoi(), conflictFirstCand(), consdataCreate(), consdataDeletePos(), conshdlrDelayUpdates(), conshdlrDisableConsPropagation(), conshdlrDisableConsSeparation(), constructCompression(), cppaderrorcallback(), createConsStoreGraphAtRoot(), createConstraints(), createDegreeConstraints(), createHopConstraint(), createIntervalRelaxation(), createPrizeConstraints(), createScenarioData(), createVariables(), cut_add(), decreaseMinimumImprovement(), deleteLastDualBndchgs(), detectImplications(), domchgMakeDynamic(), enfopsCons(), enforceConstraint(), evalFunctionGradient(), evalFunctionValue(), evaluateWorhpRun(), exprgraphAddExpr(), exprgraphFindParentByOperator(), exprgraphMoveNode(), exprgraphNodePropagateBounds(), exprgraphNodeReplaceChild(), exprgraphNodeSimplify(), exprgraphNodeUpdateBounds(), exprgraphUpdateVarNodeBounds(), exprParse(), exprsimplifyFlattenPolynomials(), F77_FUNC(), filterExistingLP(), ObjPricerVRP::find_shortest_tour(), findBestObjectiveValue(), findDaRoots(), forkCaptureLPIState(), forkReleaseLPIState(), freeConstraint(), freeConstraints(), freeScenarioTree(), freeVariables(), generateCutSol(), getASlice(), getBase(), getbase(), getlecloseterms(), getNextLine(), getNextToken(), getParameterValues(), graph_init(), graph_pc_2mw(), graph_pc_2pc(), graph_pc_2rmw(), graph_pc_2rpc(), graph_pc_contractEdge(), graph_pc_mw2rmw(), graph_pc_term2edgeConsistent(), graph_valid(), hessLagAddExprtree(), hessLagAddQuad(), hessLagSparsitySetNzFlagForExprtree(), hessLagSparsitySetNzFlagForQuad(), holelistFree(), initProblem(), initReceivedSubproblem(), initWorhp(), invalidateHessianLagSparsity(), invalidateJacobiSparsity(), is_maxprize(), isInPool(), lpFlushDelCols(), lpiGetBInvVec(), lpiSolve(), lpiStrongbranch(), lpiStrongbranches(), lpiStrongbranchIntegral(), moveVariable(), mpsinputReadLine(), multihashResize(), nvreduce_sl(), parseDetails(), performBackwardScheduling(), performForwardScheduling(), polynomialdataExpandMonomialFactor(), presolveCumulativeCondition(), pricing(), printFunction(), printstr(), probdataFree(), probingnodeCreate(), probingnodeUpdate(), processCut(), profileFindDownFeasibleStart(), profileFindFeasibleStart(), profilesFindEarliestFeasibleStart(), profilesFindLatestFeasibleStart(), profileUpdate(), propagateCons(), pseudoforkCreate(), readBounds(), readCol(), readColsMop(), readFile(), readIndicators(), readName(), readObjname(), readObjsen(), readQCMatrix(), readQMatrix(), readRanges(), readRhs(), readRowsMop(), readSOS(), redbasedVarfixing(), redLoopMw(), redLoopPc(), redLoopStp(), reduce(), reduce_ansAdv(), reduce_bd34(), reduce_bdr(), reduce_bound(), reduce_boundHop(), reduce_boundHopR(), reduce_boundHopRc(), reduce_boundMw(), reduce_boundPrune(), reduce_chain2(), reduce_da(), reduce_daPcMw(), reduce_daSlackPrune(), reduce_daSlackPruneMw(), reduce_getSdPcMw(), reduce_npv(), reduce_nts(), reduce_rpt(), reduce_sdPc(), reduce_sdsp(), reduce_simple(), reduce_simple_hc(), reduce_simple_mw(), reduce_simple_pc(), reduce_simple_sap(), reducePcMw(), reduceRedcostExtended(), reduceStp(), reduceWithEdgeFixingBounds(), reduceWithNodeFixingBounds(), reformulate(), removeIrrelevantJobs(), reoptnodeResetDualConss(), reoptnodeUpdateDualConss(), replaceByLinearConstraints(), runBenders(), SCIP_DECL_BRANCHEXECLP(), SCIP_DECL_BRANCHEXECPS(), SCIP_DECL_CONCSOLVERSYNCREAD(), SCIP_DECL_CONCSOLVERSYNCWRITE(), SCIP_DECL_CONSACTIVE(), SCIP_DECL_CONSDEACTIVE(), SCIP_DECL_CONSDELETE(), SCIP_DECL_CONSENFOLP(), SCIP_DECL_CONSENFOPS(), SCIP_DECL_CONSEXITSOL(), SCIP_DECL_CONSFREE(), SCIP_DECL_CONSLOCK(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_CONSPROP(), SCIP_DECL_CONSRESPROP(), SCIP_DECL_CONSTRANS(), SCIP_DECL_EVENTEXEC(), SCIP_DECL_EXPRGRAPHVARADDED(), SCIP_DECL_EXPRGRAPHVARREMOVE(), SCIP_DECL_EXPRINTEVAL(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEUREXITSOL(), SCIP_DECL_HEURFREE(), SCIP_DECL_NLPICHGCONSSIDES(), SCIP_DECL_NLPICHGVARBOUNDS(), SCIP_DECL_NLPISETINTPAR(), SCIP_DECL_NLPISOLVE(), SCIP_DECL_PARAMCHGD(), SCIP_DECL_PRESOLEXEC(), SCIP_DECL_PRICERREDCOST(), SCIP_DECL_PROBCOPY(), SCIP_DECL_PROBDELORIG(), SCIP_DECL_PROBDELTRANS(), SCIP_DECL_PROBTRANS(), SCIP_DECL_PROPEXEC(), SCIP_DECL_READERREAD(), SCIP_DECL_RELAXEXEC(), SCIP_DECL_SOLVECUMULATIVE(), SCIPbendersApplyDecomposition(), SCIPbendersUpdateSubproblemLowerbound(), SCIPboolarrayClear(), SCIPboolarrayExtend(), SCIPboolarraySetVal(), SCIPcalcIntegralScalar(), SCIPcalcMIR(), SCIPcalcStrongCG(), SCIPcliqueDelVar(), SCIPcliquelistDel(), SCIPcliquelistRemoveFromCliques(), SCIPclockDisable(), SCIPclockEnable(), SCIPclockGetTime(), SCIPclockInit(), SCIPclockReset(), SCIPclockSetTime(), SCIPclockSetType(), SCIPclockStart(), SCIPclockStop(), SCIPconcsolverCreateInstance(), SCIPconcsolverSync(), SCIPconsCapture(), SCIPconsEnforelax(), SCIPconshdlrEnforceRelaxSol(), SCIPcreateSchedulingProblem(), SCIPcutGenerationHeuristicCMIR(), SCIPdialoghdlrGetWord(), SCIPdigraphComputeDirectedComponents(), SCIPeventqueueDelay(), SCIPexprgraphAddConst(), SCIPexprgraphAddExprtreeSum(), SCIPexprgraphAddVars(), SCIPexprgraphCaptureNode(), SCIPexprgraphDisableNode(), SCIPexprgraphEnableNode(), SCIPexprgraphNodeSplitOffLinear(), SCIPexprgraphPropagateVarBounds(), SCIPexprgraphReleaseNode(), SCIPexprgraphReplaceVarByLinearSum(), SCIPexprgraphSimplify(), SCIPexprgraphTightenNodeBounds(), SCIPexprgraphUpdateNodeBoundsCurvature(), SCIPexprintCompile(), SCIPexprintCreate(), SCIPexprintEval(), SCIPexprintHessianSparsityDense(), SCIPexprSimplify(), SCIPhashmapFree(), SCIPhashtableFree(), SCIPintarrayClear(), SCIPintarrayExtend(), SCIPintarraySetVal(), SCIPintervalQuadBivar(), SCIPintervalSolveUnivariateQuadExpression(), SCIPintervalSolveUnivariateQuadExpressionPositive(), SCIPlpEndStrongbranch(), SCIPlpiAddCols(), SCIPlpiAddRows(), SCIPlpiChgBounds(), SCIPlpiChgCoef(), SCIPlpiChgObj(), SCIPlpiChgObjsen(), SCIPlpiChgSides(), SCIPlpiClear(), SCIPlpiClearState(), SCIPlpiCreate(), SCIPlpiDelCols(), SCIPlpiDelColset(), SCIPlpiDelRows(), SCIPlpiDelRowset(), SCIPlpiExistsDualRay(), SCIPlpiExistsPrimalRay(), SCIPlpiFree(), SCIPlpiFreeNorms(), SCIPlpiFreeState(), SCIPlpiGetBase(), SCIPlpiGetBasisInd(), SCIPlpiGetBInvACol(), SCIPlpiGetBInvARow(), SCIPlpiGetBInvCol(), SCIPlpiGetBInvRow(), SCIPlpiGetBounds(), SCIPlpiGetCoef(), SCIPlpiGetColNames(), SCIPlpiGetCols(), SCIPlpiGetDualfarkas(), SCIPlpiGetInternalStatus(), SCIPlpiGetIntpar(), SCIPlpiGetIterations(), SCIPlpiGetNCols(), SCIPlpiGetNNonz(), SCIPlpiGetNorms(), SCIPlpiGetNRows(), SCIPlpiGetObj(), SCIPlpiGetObjsen(), SCIPlpiGetObjval(), SCIPlpiGetPrimalRay(), SCIPlpiGetRealpar(), SCIPlpiGetRealSolQuality(), SCIPlpiGetRowNames(), SCIPlpiGetRows(), SCIPlpiGetSides(), SCIPlpiGetSol(), SCIPlpiGetSolFeasibility(), SCIPlpiGetSolverName(), SCIPlpiGetState(), SCIPlpiHasDualRay(), SCIPlpiHasPrimalRay(), SCIPlpiHasStateBasis(), SCIPlpiIgnoreInstability(), SCIPlpiInfinity(), SCIPlpiIsDualFeasible(), SCIPlpiIsDualInfeasible(), SCIPlpiIsDualUnbounded(), SCIPlpiIsInfinity(), SCIPlpiIsIterlimExc(), SCIPlpiIsObjlimExc(), SCIPlpiIsOptimal(), SCIPlpiIsPrimalFeasible(), SCIPlpiIsPrimalInfeasible(), SCIPlpiIsPrimalUnbounded(), SCIPlpiIsStable(), SCIPlpiIsTimelimExc(), SCIPlpiLoadColLP(), SCIPlpiReadLP(), SCIPlpiReadState(), SCIPlpiScaleCol(), SCIPlpiScaleRow(), SCIPlpiSetBase(), SCIPlpiSetIntpar(), SCIPlpiSetNorms(), SCIPlpiSetRealpar(), SCIPlpiSetState(), SCIPlpiSolveBarrier(), SCIPlpiSolveDual(), SCIPlpiSolvePrimal(), SCIPlpiStrongbranch(), SCIPlpiStrongbranchesFrac(), SCIPlpiStrongbranchesInt(), SCIPlpiStrongbranchFrac(), SCIPlpiStrongbranchInt(), SCIPlpiWriteLP(), SCIPlpiWriteState(), SCIPlpStartStrongbranch(), SCIPlpUpdateAges(), SCIPmemCreate(), SCIPnlpiOracleAddConstraints(), SCIPnlpiOracleAddVars(), SCIPnlpiOracleChgConsSides(), SCIPnlpiOracleChgExprParam(), SCIPnlpiOracleChgExprtree(), SCIPnlpiOracleChgLinearCoefs(), SCIPnlpiOracleChgObjConstant(), SCIPnlpiOracleChgQuadCoefs(), SCIPnlpiOracleChgVarBounds(), SCIPnlpiOracleCreate(), SCIPnlpiOracleDelConsSet(), SCIPnlpiOracleDelVarSet(), SCIPnlpiOracleEvalConstraintGradient(), SCIPnlpiOracleEvalConstraintValue(), SCIPnlpiOracleEvalConstraintValues(), SCIPnlpiOracleEvalHessianLag(), SCIPnlpiOracleEvalJacobian(), SCIPnlpiOracleEvalObjectiveGradient(), SCIPnlpiOracleEvalObjectiveValue(), SCIPnlpiOracleFree(), SCIPnlpiOracleGetHessianLagSparsity(), SCIPnlpiOracleGetInfinity(), SCIPnlpiOracleGetJacobianSparsity(), SCIPnlpiOracleGetMaxDegree(), SCIPnlpiOracleGetProblemName(), SCIPnlpiOraclePrintProblem(), SCIPnlpiOraclePrintProblemGams(), SCIPnlpiOracleSetInfinity(), SCIPnlpiOracleSetObjective(), SCIPnlpiOracleSetProblemName(), SCIPnlrowCapture(), SCIPnodeCaptureLPIState(), SCIPnodeReleaseLPIState(), SCIPnormalCDF(), SCIPprobAddObjoffset(), SCIPprobdataAddNewSol(), SCIPprobdataCreate(), SCIPprobResortVars(), SCIPprofileDeleteCore(), SCIPprofileGetEarliestFeasibleStart(), SCIPprofileGetLatestFeasibleStart(), SCIPprofileInsertCore(), SCIPptrarrayClear(), SCIPptrarrayExtend(), SCIPptrarraySetVal(), SCIPrealarrayClear(), SCIPrealarrayExtend(), SCIPrealarraySetVal(), SCIPregForestFromFile(), SCIPregForestPredict(), SCIProwCapture(), SCIProwLock(), SCIProwUnlock(), SCIPselectSimpleValue(), SCIPsetModifiedDefaultSettingsIpopt(), SCIPsolveLinearProb(), SCIPsolveLinearProb3(), SCIPStpDualAscent(), SCIPStpDualAscentPcMw(), SCIPStpHeurAscendPruneRun(), SCIPStpHeurLocalExtendPcMw(), SCIPStpHeurLocalRun(), SCIPStpHeurPruneRun(), SCIPStpHeurPruneUpdateSols(), SCIPStpHeurRecAddToPool(), SCIPStpHeurRecExclude(), SCIPStpHeurRecRun(), SCIPStpHeurSlackPruneRun(), SCIPStpHeurSlackPruneRunPcMw(), SCIPStpHeurTMRun(), SCIPStpValidateSol(), SCIPstrCopySection(), SCIPstrToIntValue(), SCIPstrToRealValue(), SCIPsyncstoreCreate(), SCIPvarCapture(), SCIPvarChgBranchDirection(), SCIPvarChgBranchFactor(), SCIPvarChgBranchPriority(), SCIPvarChgType(), SCIPvarGetProbvar(), SCIPvarGetProbvarBound(), SCIPvarGetProbvarHole(), selectBranchingVertexByDegree(), selectBranchingVertexByLp(), selectBranchingVertexByLp2Flow(), selectBranchingVertexBySol(), selectdiffsols(), selectsols(), sep_2cut(), sep_flow(), setBase(), setbase(), setParameterValues(), setupStart(), smpsinputReadLine(), solveAndEvalSubscip(), solveComponent(), SolveInternal(), solveSubscip(), SolveWSimplex(), spxSolve(), stoinputReadLine(), STPStpBranchruleParseConsname(), strongbranch(), subrootCaptureLPIState(), subrootReleaseLPIState(), TCLIQUE_NEWSOL(), tightenWeights(), timinputReadLine(), treeFindSwitchForks(), trydg1edgepc(), updateVariableDegrees(), upgradeCons(), varGetActiveVar(), varProcessChgBranchDirection(), and varProcessChgBranchPriority().

◆ SCIPdebugPrintf

◆ SCIPdebugPrintCons

#define SCIPdebugPrintCons (   x,
  y,
 
)

executes SCIPprintCons() and prints termination symbol ";\n" only if SCIP_DEBUG flag is set

Definition at line 93 of file pub_message.h.

Referenced by addBranchingDecisionConss(), addCliques(), addExtendedAsymmetricFormulation(), addExtendedFlowFormulation(), addExtraCliques(), addLocalConss(), addSplitcons(), adjustOversizedJobBounds(), aggregateConstraints(), aggregation(), applyCliqueFixings(), applyFixings(), cancelRow(), checkBounddisjunction(), checkFeasSubtree(), checkFixedVariables(), checkKnapsack(), checkLogicor(), checkOrigPbCons(), checkVarbound(), cliquePresolve(), computeBoundsX(), computeBoundsZ(), consdataLinearize(), copyCuts(), CREATE_CONSTRAINT(), createAndAddAndCons(), createAndAddLinearCons(), createBounddisjunctionCons(), createConsFromMonomial(), createConsFromQuadTerm(), createIndicatorConstraint(), createLinearCons(), createNlRow(), createPrecedenceCons(), createQuadraticCons(), createSetPackingCons(), createVarboundCons(), deleteRedundantVars(), detectRedundantConstraints(), detectRedundantVars(), extractGates(), findAggregation(), fixDeleteOrUpgradeCons(), generateAndApplyBendersCuts(), generateAndApplyBendersIntegerCuts(), generateAndApplyBendersNogoodCut(), generateConvexConcaveEstimator(), generateCut(), getConstraint(), getFixedVariable(), preprocessConstraintPairs(), presolveCreateGlineurApproxDim3(), presolveDisaggregate(), presolveDual(), presolveFindDuplicates(), presolveRemoveFixedVariables(), presolveTryAddAND(), presolveTryAddLinearReform(), presolveUpgrade(), prettifyConss(), propIndicator(), readBounds(), readConstraints(), readIndicators(), readObjective(), readOPBFile(), readQCMatrix(), readQMatrix(), readSemicontinuous(), readSOS(), readSos(), reformulate(), removeConstraintsDueToNegCliques(), removeDoubleAndSingletonsAndPerformDualpresolve(), removeFixedLinearVariables(), removeFixedVariables(), removeRedundantCons(), removeRedundantConstraints(), removeRedundantNonZeros(), replaceByLinearConstraints(), replaceViolatedByLinearConstraints(), SCIP_DECL_CONSINITPRE(), SCIP_DECL_CONSPARSE(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_CONSTRANS(), SCIP_DECL_EXPRGRAPHNODEREFORM(), SCIP_DECL_LINCONSUPGD(), SCIP_DECL_NONLINCONSUPGD(), SCIP_DECL_QUADCONSUPGD(), SCIPcreateConsNonlinear(), SCIPcreateConsNonlinear2(), SCIPcreateConsQuadratic(), SCIPgenerateAndApplyBendersOptCut(), SCIPreoptApplyGlbConss(), SCIPseparateRelaxedKnapsack(), setObjective(), simplifyInequalities(), solveIndependentCons(), tightenWeights(), tryUpgradingLogicor(), tryUpgradingSetppc(), tryUpgradingXor(), upgradeCons(), and upgradeConss().

◆ SCIPstatistic

◆ SCIPstatisticMessage

#define SCIPstatisticMessage   while( FALSE ) /*lint -e{530}*/ printf

prints a statistic message if SCIP_STATISTIC flag is set

Definition at line 114 of file pub_message.h.

Referenced by applyVbounds(), createNewSol(), presolveTwoOpt(), SCIP_DECL_BRANCHFREE(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEUREXIT(), SCIP_DECL_NLPISOLVE(), and SCIPapplyProximity().

◆ SCIPstatisticPrintf

#define SCIPstatisticPrintf   while( FALSE ) /*lint -e{530}*/ printf

Function Documentation

◆ SCIPmessagehdlrCreate()

SCIP_EXPORT SCIP_RETCODE SCIPmessagehdlrCreate ( SCIP_MESSAGEHDLR **  messagehdlr,
SCIP_Bool  bufferedoutput,
const char *  filename,
SCIP_Bool  quiet,
SCIP_DECL_MESSAGEWARNING((*messagewarning))  ,
SCIP_DECL_MESSAGEDIALOG((*messagedialog))  ,
SCIP_DECL_MESSAGEINFO((*messageinfo))  ,
SCIP_DECL_MESSAGEHDLRFREE((*messagehdlrfree))  ,
SCIP_MESSAGEHDLRDATA messagehdlrdata 
)

Creates and captures a message handler which deals with warning, information, and dialog (interactive shell) methods.

Use SCIPsetMessagehdlr() to make SCIP aware of the created message handler.

Note
The message handler does not handle error messages. For that see SCIPmessageSetErrorPrinting()
Creating a message handler automatically captures it.

Creates and captures a message handler which deals with warning, information, and dialog (interactive shell) methods.

Note
The message handler does not handle error messages; see SCIPmessageSetErrorPrinting()
Parameters
messagehdlrpointer to store the message handler
bufferedoutputshould the output be buffered up to the next newline?
filenamename of log file, or NULL for no log
quietshould screen messages be suppressed?
messagehdlrdatamessage handler data

Definition at line 286 of file message.c.

References BMSallocMemory, BMSallocMemoryArray, messagehdlrOpenLogfile(), NULL, SCIP_ALLOC, SCIP_MAXSTRLEN, and SCIP_OKAY.

Referenced by SCIPcreateMessagehdlrDefault(), and SCIPcreateObjMessagehdlr().

◆ SCIPmessagehdlrCapture()

SCIP_EXPORT void SCIPmessagehdlrCapture ( SCIP_MESSAGEHDLR messagehdlr)

captures message handler

Parameters
messagehdlrmessage handler, or NULL

Definition at line 330 of file message.c.

References NULL, and SCIP_Messagehdlr::nuses.

Referenced by SCIPsetMessagehdlr().

◆ SCIPmessagehdlrRelease()

SCIP_EXPORT SCIP_RETCODE SCIPmessagehdlrRelease ( SCIP_MESSAGEHDLR **  messagehdlr)

releases message handler

Parameters
messagehdlrpointer to the message handler

Definition at line 339 of file message.c.

References messagehdlrFree(), NULL, SCIP_CALL, and SCIP_OKAY.

Referenced by SCIPfree(), and SCIPsetMessagehdlr().

◆ SCIPmessagehdlrSetData()

SCIP_EXPORT SCIP_RETCODE SCIPmessagehdlrSetData ( SCIP_MESSAGEHDLR messagehdlr,
SCIP_MESSAGEHDLRDATA messagehdlrdata 
)

sets the user data of the message handler

Parameters
messagehdlrmessage handler; must not be NULL
messagehdlrdatanew message handler data to attach to the handler

Definition at line 368 of file message.c.

References SCIP_Messagehdlr::messagehdlrdata, NULL, SCIP_INVALIDDATA, and SCIP_OKAY.

Referenced by SCIP_DECL_MESSAGEHDLRFREE().

◆ SCIPmessagehdlrSetLogfile()

SCIP_EXPORT void SCIPmessagehdlrSetLogfile ( SCIP_MESSAGEHDLR messagehdlr,
const char *  filename 
)

sets the log file name for the message handler

Parameters
messagehdlrmessage handler
filenamelog file name where to copy messages into, or NULL

Definition at line 384 of file message.c.

References SCIP_Messagehdlr::logfile, messagehdlrOpenLogfile(), and NULL.

Referenced by SCIPsetMessagehdlrLogfile().

◆ SCIPmessagehdlrSetQuiet()

SCIP_EXPORT void SCIPmessagehdlrSetQuiet ( SCIP_MESSAGEHDLR messagehdlr,
SCIP_Bool  quiet 
)

sets the messages handler to be quiet

Parameters
messagehdlrmessage handler
quietshould screen messages be suppressed?

Definition at line 402 of file message.c.

References messagePrintDialog(), messagePrintInfo(), messagePrintWarning(), NULL, and SCIP_Messagehdlr::quiet.

Referenced by scipexamples::QueensSolver::QueensSolver(), SCIPparamsetWrite(), SCIPprintMIPStart(), SCIPprintSol(), and SCIPsetMessagehdlrQuiet().

◆ SCIPmessagePrintInfo()

SCIP_EXPORT void SCIPmessagePrintInfo ( SCIP_MESSAGEHDLR messagehdlr,
const char *  formatstr,
  ... 
)

◆ SCIPmessageVPrintInfo()

SCIP_EXPORT void SCIPmessageVPrintInfo ( SCIP_MESSAGEHDLR messagehdlr,
const char *  formatstr,
va_list  ap 
)

prints a message, acting like the vprintf() command

Parameters
messagehdlrmessage handler
formatstrformat string like in printf() function
apvariable argument list

Definition at line 599 of file message.c.

References NULL, and SCIPmessageVFPrintInfo().

Referenced by SCIP_NlpiProblem::SCIP_NlpiProblem().

◆ SCIPmessageFPrintInfo()

SCIP_EXPORT void SCIPmessageFPrintInfo ( SCIP_MESSAGEHDLR messagehdlr,
FILE *  file,
const char *  formatstr,
  ... 
)

prints a message into a file, acting like the fprintf() command

Parameters
messagehdlrmessage handler
filefile stream to print into, or NULL for stdout
formatstrformat string like in printf() function

Definition at line 609 of file message.c.

References SCIPmessageVFPrintInfo().

Referenced by exprgraphPrintNodeDot(), exprgraphPrintNodeExpression(), paramWrite(), printBounds(), printDualSol(), printFunction(), printHolelist(), printTime(), runBenders(), SCIP_DECL_DIALOGEXEC(), SCIPaggrRowPrint(), SCIPcolPrint(), SCIPconsPrint(), SCIPdigraphPrint(), SCIPdigraphPrintComponents(), SCIPdispLongint(), SCIPdispPrintLine(), SCIPdispTime(), SCIPexprgraphPrintDot(), SCIPexprPrint(), SCIPisDualSolAvailable(), SCIPlpWriteMip(), SCIPnlpiOraclePrintProblem(), SCIPnlpiOraclePrintProblemGams(), SCIPnlpWrite(), SCIPnlrowPrint(), SCIPparamsetSetToSubscipsOff(), SCIPparamsetWrite(), SCIPprintBendersStatistics(), SCIPprintBestSol(), SCIPprintBestTransSol(), SCIPprintBranchingStatistics(), SCIPprintBranchruleStatistics(), SCIPprintBuildOptions(), SCIPprintCompressionStatistics(), SCIPprintConcsolverStatistics(), SCIPprintConflictStatistics(), SCIPprintConstraintStatistics(), SCIPprintConstraintTimingStatistics(), SCIPprintDebugMessage(), SCIPprintExternalCodes(), SCIPprintHeuristicStatistics(), SCIPprintLPSolutionQuality(), SCIPprintLPStatistics(), SCIPprintMIPStart(), SCIPprintNLPStatistics(), SCIPprintNodeRootPath(), SCIPprintOrigProblemStatistics(), SCIPprintPresolverStatistics(), SCIPprintPricerStatistics(), SCIPprintPropagatorStatistics(), SCIPprintReal(), SCIPprintRelaxatorStatistics(), SCIPprintReoptStatistics(), SCIPprintRootStatistics(), SCIPprintSeparatorStatistics(), SCIPprintSol(), SCIPprintSolutionStatistics(), SCIPprintStage(), SCIPprintStatus(), SCIPprintStatusStatistics(), SCIPprintTimingStatistics(), SCIPprintTransProblemStatistics(), SCIPprintTransSol(), SCIPprintTreeStatistics(), SCIPprintVersion(), SCIPprobPrintStatistics(), SCIPprofilePrint(), SCIPretcodePrint(), SCIProwPrint(), SCIPsolPrint(), SCIPsolPrintRay(), SCIPvarPrint(), SCIPvisualCutoffNode(), SCIPvisualFoundSolution(), SCIPvisualInit(), SCIPvisualLowerbound(), SCIPvisualNewChild(), SCIPvisualSolvedNode(), SCIPvisualUpdateChild(), SCIPvisualUpperbound(), SCIPwriteBnd(), and vbcSetColor().

◆ SCIPmessageVFPrintInfo()

SCIP_EXPORT void SCIPmessageVFPrintInfo ( SCIP_MESSAGEHDLR messagehdlr,
FILE *  file,
const char *  formatstr,
va_list  ap 
)

prints a message into a file, acting like the vfprintf() command

Parameters
messagehdlrmessage handler
filefile stream to print into, or NULL for stdout
formatstrformat string like in printf() function
apvariable argument list

Definition at line 624 of file message.c.

References BMSallocMemorySize, BMSfreeMemory, messagePrintInfo(), NULL, SCIP_MAXSTRLEN, and va_copy.

Referenced by lpNumericalTroubleMessage(), SCIPdebugMessagePrint(), SCIPinfoMessage(), SCIPmessageFPrintInfo(), SCIPmessagePrintInfo(), SCIPmessageVPrintInfo(), SCIPprintDebugMessage(), and SCIPprobdataWriteLogLine().

◆ SCIPmessagePrintWarning()

◆ SCIPmessageVPrintWarning()

SCIP_EXPORT void SCIPmessageVPrintWarning ( SCIP_MESSAGEHDLR messagehdlr,
const char *  formatstr,
va_list  ap 
)

prints a warning message, acting like the vprintf() command

Parameters
messagehdlrmessage handler
formatstrformat string like in printf() function
apvariable argument list

Definition at line 432 of file message.c.

References SCIPmessageVFPrintWarning().

◆ SCIPmessageFPrintWarning()

SCIP_EXPORT void SCIPmessageFPrintWarning ( SCIP_MESSAGEHDLR messagehdlr,
const char *  formatstr,
  ... 
)

prints a warning message into a file, acting like the fprintf() command

prints a warning message, acting like the fprintf() command

Parameters
messagehdlrmessage handler
formatstrformat string like in printf() function

Definition at line 442 of file message.c.

References SCIPmessageVFPrintWarning().

Referenced by SCIPprobFree().

◆ SCIPmessageVFPrintWarning()

SCIP_EXPORT void SCIPmessageVFPrintWarning ( SCIP_MESSAGEHDLR messagehdlr,
const char *  formatstr,
va_list  ap 
)

prints a warning message into a file, acting like the vfprintf() command

prints a warning message, acting like the vfprintf() command

Parameters
messagehdlrmessage handler
formatstrformat string like in printf() function
apvariable argument list

Definition at line 456 of file message.c.

References BMSallocMemorySize, BMSfreeMemory, messagePrintWarning(), NULL, SCIP_MAXSTRLEN, and va_copy.

Referenced by SCIPmessageFPrintWarning(), SCIPmessagePrintWarning(), SCIPmessageVPrintWarning(), and SCIPwarningMessage().

◆ SCIPmessagePrintDialog()

SCIP_EXPORT void SCIPmessagePrintDialog ( SCIP_MESSAGEHDLR messagehdlr,
const char *  formatstr,
  ... 
)

prints a dialog message that requests user interaction, acting like the printf() command

Parameters
messagehdlrmessage handler
formatstrformat string like in printf() function

Definition at line 501 of file message.c.

References NULL, and SCIPmessageVFPrintDialog().

◆ SCIPmessageVPrintDialog()

SCIP_EXPORT void SCIPmessageVPrintDialog ( SCIP_MESSAGEHDLR messagehdlr,
const char *  formatstr,
va_list  ap 
)

prints a dialog message that requests user interaction, acting like the vprintf() command

Parameters
messagehdlrmessage handler
formatstrformat string like in printf() function
apvariable argument list

Definition at line 515 of file message.c.

References NULL, and SCIPmessageVFPrintDialog().

◆ SCIPmessageFPrintDialog()

SCIP_EXPORT void SCIPmessageFPrintDialog ( SCIP_MESSAGEHDLR messagehdlr,
FILE *  file,
const char *  formatstr,
  ... 
)

prints a dialog message that requests user interaction into a file, acting like the fprintf() command

Parameters
messagehdlrmessage handler
filefile stream to print into, or NULL for stdout
formatstrformat string like in printf() function

Definition at line 525 of file message.c.

References SCIPmessageVFPrintDialog().

◆ SCIPmessageVFPrintDialog()

SCIP_EXPORT void SCIPmessageVFPrintDialog ( SCIP_MESSAGEHDLR messagehdlr,
FILE *  file,
const char *  formatstr,
va_list  ap 
)

prints a dialog message that requests user interaction into a file, acting like the vfprintf() command

Parameters
messagehdlrmessage handler
filefile stream to print into, or NULL for stdout
formatstrformat string like in printf() function
apvariable argument list

Definition at line 540 of file message.c.

References BMSallocMemorySize, BMSfreeMemory, messagePrintDialog(), NULL, SCIP_MAXSTRLEN, and va_copy.

Referenced by SCIPdialogMessage(), SCIPmessageFPrintDialog(), SCIPmessagePrintDialog(), and SCIPmessageVPrintDialog().

◆ SCIPmessagePrintVerbInfo()

SCIP_EXPORT void SCIPmessagePrintVerbInfo ( SCIP_MESSAGEHDLR messagehdlr,
SCIP_VERBLEVEL  verblevel,
SCIP_VERBLEVEL  msgverblevel,
const char *  formatstr,
  ... 
)

prints a message depending on the verbosity level, acting like the printf() command

Parameters
messagehdlrmessage handler
verblevelcurrent verbosity level
msgverblevelverbosity level of this message
formatstrformat string like in printf() function

Definition at line 669 of file message.c.

References NULL, and SCIPmessageVFPrintVerbInfo().

Referenced by compressReoptTree(), createMasterproblem(), createSubproblems(), enforceConstraints(), exitPresolve(), focusnodeToFork(), lpSolve(), presolve(), presolveRound(), priceAndCutLoop(), propAndSolve(), SCIPlpCreate(), SCIPlpEndDive(), SCIPlpSolveAndEval(), SCIPpermuteProb(), SCIPpresolve(), SCIPreadProb(), SCIPsolve(), SCIPsolveCIP(), SCIPstatUpdateMemsaveMode(), SCIPtransformProb(), SCIPtreeEndProbing(), SCIPtreeSetNodesel(), SCIPvisualExit(), SCIPvisualInit(), and solveNode().

◆ SCIPmessageVPrintVerbInfo()

SCIP_EXPORT void SCIPmessageVPrintVerbInfo ( SCIP_MESSAGEHDLR messagehdlr,
SCIP_VERBLEVEL  verblevel,
SCIP_VERBLEVEL  msgverblevel,
const char *  formatstr,
va_list  ap 
)

prints a message depending on the verbosity level, acting like the vprintf() command

Parameters
messagehdlrmessage handler
verblevelcurrent verbosity level
msgverblevelverbosity level of this message
formatstrformat string like in printf() function
apvariable argument list

Definition at line 685 of file message.c.

References NULL, and SCIPmessageVFPrintVerbInfo().

◆ SCIPmessageFPrintVerbInfo()

SCIP_EXPORT void SCIPmessageFPrintVerbInfo ( SCIP_MESSAGEHDLR messagehdlr,
SCIP_VERBLEVEL  verblevel,
SCIP_VERBLEVEL  msgverblevel,
FILE *  file,
const char *  formatstr,
  ... 
)

prints a message into a file depending on the verbosity level, acting like the fprintf() command

Parameters
messagehdlrmessage handler
verblevelcurrent verbosity level
msgverblevelverbosity level of this message
filefile stream to print into, or NULL for stdout
formatstrformat string like in printf() function

Definition at line 697 of file message.c.

References SCIPmessageVFPrintVerbInfo().

◆ SCIPmessageVFPrintVerbInfo()

SCIP_EXPORT void SCIPmessageVFPrintVerbInfo ( SCIP_MESSAGEHDLR messagehdlr,
SCIP_VERBLEVEL  verblevel,
SCIP_VERBLEVEL  msgverblevel,
FILE *  file,
const char *  formatstr,
va_list  ap 
)

prints a message into a file depending on the verbosity level, acting like the vfprintf() command

Parameters
messagehdlrmessage handler
verblevelcurrent verbosity level
msgverblevelverbosity level of this message
filefile stream to print into, or NULL for stdout
formatstrformat string like in printf() function
apvariable argument list

Definition at line 714 of file message.c.

References BMSallocMemorySize, BMSfreeMemory, messagePrintInfo(), NULL, SCIP_MAXSTRLEN, SCIP_VERBLEVEL_FULL, SCIP_VERBLEVEL_NONE, and va_copy.

Referenced by SCIPmessageFPrintVerbInfo(), SCIPmessagePrintVerbInfo(), SCIPmessageVPrintVerbInfo(), and SCIPverbMessage().

◆ SCIPmessagePrintErrorHeader()

SCIP_EXPORT void SCIPmessagePrintErrorHeader ( const char *  sourcefile,
int  sourceline 
)

prints the header with source file location for an error message using the static message handler

Parameters
sourcefilename of the source file that called the function
sourcelineline in the source file where the function was called

Definition at line 768 of file message.c.

References messagePrintError(), NULL, and SCIP_MAXSTRLEN.

◆ SCIPmessagePrintError()

SCIP_EXPORT void SCIPmessagePrintError ( const char *  formatstr,
  ... 
)

prints an error message, acting like the printf() command using the static message handler

prints a error message, acting like the printf() command

Parameters
formatstrformat string like in printf() function

Definition at line 782 of file message.c.

References SCIPmessageVPrintError().

Referenced by doConshdlrCreate(), doPresolCreate(), doPropCreate(), SCIP_NlpiProblem::SCIP_NlpiProblem(), SCIPconshdlrSetPresol(), SCIPprintError(), SCIPprintSysError(), SCIPpropSetPresol(), and SCIPretcodePrintError().

◆ SCIPmessageVPrintError()

SCIP_EXPORT void SCIPmessageVPrintError ( const char *  formatstr,
va_list  ap 
)

prints an error message, acting like the vprintf() command using the static message handler

Parameters
formatstrformat string like in printf() function
apvariable argument list

Definition at line 795 of file message.c.

References BMSallocMemorySize, BMSfreeMemory, messagePrintError(), NULL, SCIP_MAXSTRLEN, and va_copy.

Referenced by SCIP_NlpiProblem::SCIP_NlpiProblem(), and SCIPmessagePrintError().

◆ SCIPmessageSetErrorPrinting()

SCIP_EXPORT void SCIPmessageSetErrorPrinting ( SCIP_DECL_ERRORPRINTING((*errorPrinting))  ,
void *  data 
)

Method to set the error printing method. Setting the error printing method to NULL will suspend all error methods.

Note
The error printing method is a static variable. This means that all occurring errors are handled via this method.

Method to set the error printing method. Setting the error printing method to NULL will suspend all error methods.

Note
The error printing method is static variable. That means all occurring errors are handled via that methods
Parameters
datadata pointer which will be passed to the error printing method, or NULL

Definition at line 842 of file message.c.

Referenced by SCIPsetStaticErrorPrintingMessagehdlr().

◆ SCIPmessageSetErrorPrintingDefault()

SCIP_EXPORT void SCIPmessageSetErrorPrintingDefault ( void  )

Method to set the error printing method to default version prints everything the stderr.

Note
The error printing method is a static variable. This means that all occurring errors are handled via this method.

Definition at line 855 of file message.c.

References NULL.

◆ SCIPmessagehdlrGetData()

SCIP_EXPORT SCIP_MESSAGEHDLRDATA* SCIPmessagehdlrGetData ( SCIP_MESSAGEHDLR messagehdlr)

returns the user data of the message handler

Parameters
messagehdlrmessage handler

Definition at line 878 of file message.c.

References SCIP_Messagehdlr::messagehdlrdata, and NULL.

Referenced by SCIP_DECL_MESSAGEDIALOG(), SCIP_DECL_MESSAGEHDLRFREE(), SCIP_DECL_MESSAGEINFO(), SCIP_DECL_MESSAGEWARNING(), and SCIPgetObjMessagehdlr().

◆ SCIPmessagehdlrGetLogfile()

SCIP_EXPORT FILE* SCIPmessagehdlrGetLogfile ( SCIP_MESSAGEHDLR messagehdlr)

returns the log file or NULL for stdout

Parameters
messagehdlrmessage handler

Definition at line 890 of file message.c.

References SCIP_Messagehdlr::logfile, and NULL.

◆ SCIPmessagehdlrIsQuiet()

SCIP_EXPORT SCIP_Bool SCIPmessagehdlrIsQuiet ( SCIP_MESSAGEHDLR messagehdlr)

returns TRUE if the message handler is set to be quiet

Parameters
messagehdlrmessage handler

Definition at line 901 of file message.c.

References NULL, and SCIP_Messagehdlr::quiet.

Referenced by doCopy(), SCIPparamsetWrite(), SCIPprintMIPStart(), and SCIPprintSol().