public methods for message output
Definition in file pub_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_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) |
void | SCIPmessagehdlrCapture (SCIP_MESSAGEHDLR *messagehdlr) |
SCIP_RETCODE | SCIPmessagehdlrRelease (SCIP_MESSAGEHDLR **messagehdlr) |
SCIP_RETCODE | SCIPmessagehdlrSetData (SCIP_MESSAGEHDLR *messagehdlr, SCIP_MESSAGEHDLRDATA *messagehdlrdata) |
void | SCIPmessagehdlrSetLogfile (SCIP_MESSAGEHDLR *messagehdlr, const char *filename) |
void | SCIPmessagehdlrSetQuiet (SCIP_MESSAGEHDLR *messagehdlr, SCIP_Bool quiet) |
void | SCIPmessagePrintInfo (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr,...) |
void | SCIPmessageVPrintInfo (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr, va_list ap) |
void | SCIPmessageFPrintInfo (SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr,...) |
void | SCIPmessageVFPrintInfo (SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr, va_list ap) |
void | SCIPmessagePrintWarning (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr,...) |
void | SCIPmessageVPrintWarning (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr, va_list ap) |
void | SCIPmessageFPrintWarning (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr,...) |
void | SCIPmessageVFPrintWarning (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr, va_list ap) |
void | SCIPmessagePrintDialog (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr,...) |
void | SCIPmessageVPrintDialog (SCIP_MESSAGEHDLR *messagehdlr, const char *formatstr, va_list ap) |
void | SCIPmessageFPrintDialog (SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr,...) |
void | SCIPmessageVFPrintDialog (SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *formatstr, va_list ap) |
void | SCIPmessagePrintVerbInfo (SCIP_MESSAGEHDLR *messagehdlr, SCIP_VERBLEVEL verblevel, SCIP_VERBLEVEL msgverblevel, const char *formatstr,...) |
void | SCIPmessageVPrintVerbInfo (SCIP_MESSAGEHDLR *messagehdlr, SCIP_VERBLEVEL verblevel, SCIP_VERBLEVEL msgverblevel, const char *formatstr, va_list ap) |
void | SCIPmessageFPrintVerbInfo (SCIP_MESSAGEHDLR *messagehdlr, SCIP_VERBLEVEL verblevel, SCIP_VERBLEVEL msgverblevel, FILE *file, const char *formatstr,...) |
void | SCIPmessageVFPrintVerbInfo (SCIP_MESSAGEHDLR *messagehdlr, SCIP_VERBLEVEL verblevel, SCIP_VERBLEVEL msgverblevel, FILE *file, const char *formatstr, va_list ap) |
void | SCIPmessagePrintErrorHeader (const char *sourcefile, int sourceline) |
void | SCIPmessagePrintError (const char *formatstr,...) |
void | SCIPmessageVPrintError (const char *formatstr, va_list ap) |
void | SCIPmessageSetErrorPrinting (SCIP_DECL_ERRORPRINTING((*errorPrinting)), void *data) |
void | SCIPmessageSetErrorPrintingDefault (void) |
SCIP_MESSAGEHDLRDATA * | SCIPmessagehdlrGetData (SCIP_MESSAGEHDLR *messagehdlr) |
FILE * | SCIPmessagehdlrGetLogfile (SCIP_MESSAGEHDLR *messagehdlr) |
SCIP_Bool | SCIPmessagehdlrIsQuiet (SCIP_MESSAGEHDLR *messagehdlr) |
#define SCIP_THREADSAFE_MESSAGEHDLRS |
define to identify SCIP version with thread-safe version of message handlers
Definition at line 42 of file pub_message.h.
#define SCIPerrorMessage |
prints an error message
Definition at line 45 of file pub_message.h.
Referenced by addBilinearTerm(), addBranchingDecisionConss(), addCoef(), addCoefTerm(), addConcaveEstimatorMultivariate(), addConflictBounds(), addFixParamDialog(), addLinearizationCuts(), addRelaxation(), addSetParamDialog(), addSetppcConstraints(), addSplitcons(), addVarCardinality(), addVarSOS1(), addVarSOS2(), applyCompletesol(), applyFixings(), applyOfins(), boundchgCaptureData(), boundchgReleaseData(), branchBalancedCardinality(), checkCons(), checkStage(), chgLhsLinearCons(), chgRhsLinearCons(), computeInteriorPoint(), computeScore(), computeViolation(), conflictMarkBoundCheckPresence(), conflictResolveBound(), consdataCreate(), convertSides(), copyConsPseudoboolean(), copyVars(), cpxObjsen(), createAndAddAndCons(), createConsComponents(), createConsSetppc(), createConsXorIntvar(), createCountDialog(), createCoveringProblem(), createEmphasisSubmenu(), createIndicatorConstraint(), createNlRow(), createTcliqueGraph(), cutsTransformMIRRow(), domchgMakeDynamic(), emphasisParse(), enforceConflictgraph(), enforceConssSOS1(), enforceConstraint(), enforceConstraints(), enforceSOS1(), errorMessage(), errorMessageAbort(), exprgraphFindParentByOperator(), exprgraphMoveNode(), exprgraphNodeCreateExpr(), exprParse(), exprparseFindClosingParenthesis(), exprparseFindSeparatingComma(), exprparseReadVariable(), exprsimplifyAddChildren(), extendToCover(), extractCapacityRows(), extractFlowRows(), findOperators(), fixBounds(), fixInterdiction(), generate1ConvexIndefiniteUnderestimatorAtBoundary(), getBase(), getCoeffsAndConstantFromLinearExpr(), getConstraint(), getDblParam(), getFixedVariable(), getInputString(), getIntParam(), getLinearConsNVars(), getLinearConsSides(), getLinearConsVarsData(), getNextLine(), getPotential(), getStart(), getVariable(), hessLagAddExprtree(), hessLagAddQuad(), LapackDsyev(), LOPreadFile(), lpalgoName(), lpAlgorithm(), lpFlushAndSolve(), lpiStrongbranch(), lpLexDualSimplex(), lpSetPricingChar(), lpSolve(), lpSolveStable(), lpUpdateVarProved(), mcfnetworkExtract(), messagehdlrOpenLogfile(), mpsinputSyntaxerror(), multihashlistRetrieve(), nodeAssignParent(), nodeDeactivate(), nodepartitionIsConnected(), nodeReleaseParent(), paramFree(), paramParseBool(), paramParseChar(), paramParseInt(), paramParseLongint(), paramParseReal(), paramParseString(), paramsetParse(), paramTestBool(), paramTestChar(), paramTestFixed(), paramTestInt(), paramTestLongint(), paramTestReal(), paramTestString(), paramWrite(), performStrongbranchWithPropagation(), preprocess(), preprocessConstraintPairs(), presolveAddKKTAggregatedVars(), presolveAddKKTSetppcConss(), presolveUpgrade(), primalAddOrigPartialSol(), primalAddSol(), printExpr(), printIndicatorCons(), printNLRow(), printProblem(), printRow(), printRowNl(), printstr(), probRemoveVar(), process(), processContainedCons(), propagateRedcostBinvar(), propagateRedcostVar(), propagationRound(), propAndSolve(), readBounds(), readConstraints(), readDiffFile(), readError(), readExpression(), readFZNFile(), readIndicators(), readLinearCoefs(), readLPFile(), readMps(), readMst(), readMultIncr(), readNonlinearExprs(), readObjective(), readOPBFile(), readPIPFile(), readQCMatrix(), readQMatrix(), readQuadraticCoefs(), readSol(), readSolFile(), readSOS(), readSos(), readSOScons(), readVariables(), readXmlSolFile(), reconvertBothSides(), reconvertLhs(), reconvertRhs(), reconvertSides(), reformulate(), registerBranchingCandidates(), resolvePropagation(), respropCumulativeCondition(), rowAddCoef(), rowChgCoefPos(), rowDelCoefPos(), rowSideChanged(), saveConsBounddisjuction(), saveConsLinear(), SCIP_DECL_BRANCHEXECEXT(), 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_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_READERCOPY(), SCIP_DECL_READERREAD(), SCIP_DECL_READERWRITE(), SCIP_DECL_SOLVECUMULATIVE(), SCIP_DECL_SORTPTRCOMP(), SCIPaddBilinTermQuadratic(), SCIPaddCoefKnapsack(), SCIPaddCoefLinear(), SCIPaddCoefLogicor(), SCIPaddCoefPseudoboolean(), SCIPaddCoefSetppc(), SCIPaddCons(), SCIPaddConsElemConjunction(), SCIPaddConsElemDisjunction(), SCIPaddConsNode(), SCIPaddConstantQuadratic(), SCIPaddLinearVarQuadratic(), SCIPaddNlRow(), SCIPaddPricedVar(), SCIPaddQuadVarLinearCoefQuadratic(), SCIPaddQuadVarQuadratic(), SCIPaddRowDive(), SCIPaddRowProbing(), SCIPaddSol(), SCIPaddSolFree(), SCIPaddSquareCoefQuadratic(), SCIPaddTermPseudoboolean(), SCIPaddVar(), SCIPaddVarCardinality(), SCIPaddVarImplication(), SCIPaddVarLocks(), SCIPaddVarObj(), SCIPaddVarSOS1(), SCIPaddVarSOS2(), SCIPaggregateVars(), SCIPappendVarCardinality(), SCIPappendVarSOS2(), SCIPapplyCutsProbing(), SCIPapplyProximity(), SCIPapplyRens(), SCIPapplyZeroobj(), SCIPbacktrackProbing(), SCIPboundchgApply(), SCIPboundchgUndo(), SCIPbranchGetScore(), SCIPbranchruleExecExternSol(), SCIPbranchruleExecLPSol(), SCIPbranchruleExecPseudoSol(), SCIPbranchruleExit(), SCIPbranchruleInit(), SCIPbranchVar(), SCIPbranchVarVal(), SCIPbranchVarValNary(), SCIPcatchRowEvent(), SCIPcatchVarEvent(), SCIPcheckSol(), SCIPcheckSolOrig(), SCIPchgAndConsCheckFlagWhenUpgr(), SCIPchgAndConsRemovableFlagWhenUpgr(), SCIPchgBilinCoefQuadratic(), SCIPchgCapacityKnapsack(), 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(), SCIPconflicthdlrExec(), SCIPconflicthdlrExit(), SCIPconflicthdlrInit(), SCIPconflictIsVarUsed(), SCIPconsCheck(), SCIPconsEnfolp(), SCIPconsEnfops(), SCIPconsEnforelax(), SCIPconshdlrCheck(), SCIPconshdlrEnforceLPSol(), SCIPconshdlrEnforcePseudoSol(), SCIPconshdlrEnforceRelaxSol(), SCIPconshdlrExit(), SCIPconshdlrInit(), SCIPconshdlrPresolve(), SCIPconshdlrPropagate(), SCIPconshdlrSeparateLP(), SCIPconshdlrSeparateSol(), SCIPconsPresol(), SCIPconsProp(), SCIPconsResolvePropagation(), SCIPconsResprop(), SCIPconsSepalp(), SCIPconsSepasol(), SCIPcopyConsLinear(), SCIPcreateCons(), SCIPcreateConsAbspower(), SCIPcreateConsAnd(), SCIPcreateConsBivariate(), SCIPcreateConsBounddisjunction(), SCIPcreateConsCardinality(), SCIPcreateConsConjunction(), SCIPcreateConsCumulative(), SCIPcreateConsDisjunction(), SCIPcreateConsIndicator(), SCIPcreateConsIndicatorLinCons(), SCIPcreateConsKnapsack(), SCIPcreateConsLinear(), SCIPcreateConsLinking(), SCIPcreateConsLogicor(), SCIPcreateConsLOP(), SCIPcreateConsNonlinear(), SCIPcreateConsNonlinear2(), SCIPcreateConsOr(), SCIPcreateConsOrbitope(), SCIPcreateConsPseudoboolean(), SCIPcreateConsPseudobooleanWithConss(), SCIPcreateConsQuadratic(), SCIPcreateConsQuadratic2(), SCIPcreateConsSamediff(), SCIPcreateConsSOC(), SCIPcreateConsSOS1(), SCIPcreateConsSOS2(), tsp::SCIPcreateConsSubtour(), SCIPcreateConsSuperindicator(), SCIPcreateConsVarbound(), SCIPcreateConsXor(), SCIPcreateLPSol(), SCIPcreateNLPSol(), SCIPcreateOrigSol(), SCIPcreateRelaxSol(), SCIPcreateSol(), SCIPcreateVar(), SCIPcutpoolAddNewRow(), SCIPcutpoolDelRow(), SCIPdelCoefLinear(), SCIPdelCons(), SCIPdelConsLocal(), SCIPdelVar(), SCIPdialogAddEntry(), SCIPdispExit(), SCIPdispInit(), SCIPdomchgAddBoundchg(), SCIPdomchgFree(), SCIPdomchgMakeStatic(), SCIPdropVarEvent(), SCIPenableReoptimization(), SCIPendDive(), SCIPendDiveNLP(), SCIPendProbing(), SCIPeventChgNode(), SCIPeventChgSol(), SCIPeventChgVar(), SCIPeventfilterDel(), SCIPeventGetHoleLeft(), SCIPeventGetHoleRight(), SCIPeventGetNewbound(), SCIPeventGetNewobj(), SCIPeventGetNode(), SCIPeventGetOldbound(), SCIPeventGetOldobj(), 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(), SCIPgetBinvarsLinking(), SCIPgetBoundsBounddisjunction(), SCIPgetBoundtypesBounddisjunction(), SCIPgetCapacityCumulative(), SCIPgetCapacityKnapsack(), SCIPgetCardvalCardinality(), SCIPgetColFarkasCoef(), SCIPgetColRedcost(), SCIPgetConss(), SCIPgetDemandsCumulative(), SCIPgetDualfarkasKnapsack(), SCIPgetDualfarkasLogicor(), SCIPgetDualfarkasSetppc(), SCIPgetDualfarkasVarbound(), SCIPgetDualsolKnapsack(), SCIPgetDualsolLogicor(), SCIPgetDualsolSetppc(), SCIPgetDualsolVarbound(), SCIPgetDurationsCumulative(), SCIPgetFeasibilityQuadratic(), SCIPgetFixedVars(), SCIPgetHmaxCumulative(), SCIPgetHminCumulative(), SCIPgetIndVarPseudoboolean(), SCIPgetIntvarLinking(), SCIPgetIntVarXor(), SCIPgetIpoptApplicationPointerIpopt(), SCIPgetLhsPseudoboolean(), SCIPgetLhsVarbound(), SCIPgetLinDatasWithoutAndPseudoboolean(), SCIPgetLinearConsPseudoboolean(), SCIPgetLinearConsTypePseudoboolean(), 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(), SCIPgetRowprepViolation(), SCIPgetRowSetppc(), SCIPgetRowVarbound(), SCIPgetSols(), 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(), SCIPincludeBranchrule(), SCIPincludeBranchruleBasic(), SCIPincludeCompr(), SCIPincludeComprBasic(), SCIPincludeConcsolverType(), SCIPincludeConflicthdlr(), SCIPincludeConflicthdlrBasic(), SCIPincludeConshdlr(), SCIPincludeConshdlrBasic(), SCIPincludeConshdlrCardinality(), SCIPincludeConshdlrSOS2(), SCIPincludeConshdlrSuperindicator(), SCIPincludeDialog(), SCIPincludeDialogDefault(), SCIPincludeDialogDefaultFix(), SCIPincludeDialogDefaultSet(), SCIPincludeDisp(), SCIPincludeEventhdlr(), SCIPincludeEventhdlrBasic(), SCIPincludeHeur(), SCIPincludeHeurBasic(), SCIPincludeNlpi(), SCIPincludeNodesel(), SCIPincludeNodeselBasic(), SCIPincludeNonlinconsUpgrade(), SCIPincludePresol(), SCIPincludePresolBasic(), SCIPincludePricer(), SCIPincludePricerBasic(), SCIPincludeProp(), SCIPincludePropBasic(), SCIPincludeQuadconsUpgrade(), SCIPincludeReader(), SCIPincludeReaderBasic(), SCIPincludeRelax(), SCIPincludeRelaxBasic(), SCIPincludeSepa(), SCIPincludeSepaBasic(), SCIPincSolVal(), SCIPinferBinvarCons(), SCIPinferBinvarProp(), SCIPinferVarLbCons(), SCIPinferVarLbProp(), SCIPinferVarUbCons(), SCIPinferVarUbProp(), SCIPintervalSetRoundingMode(), SCIPisAndConsSorted(), SCIPisObjIntegral(), SCIPlinkLPSol(), SCIPlinkNLPSol(), SCIPlinkRelaxSol(), SCIPlockVarCons(), SCIPlpGetPrimalRay(), SCIPlpGetUnboundedSol(), SCIPlpiChgBounds(), SCIPlpiCreate(), SCIPlpiGetBase(), SCIPlpiGetBInvACol(), SCIPlpiGetBInvARow(), SCIPlpiGetBInvCol(), SCIPlpiGetColNames(), SCIPlpiGetObjsen(), SCIPlpiGetPrimalRay(), SCIPlpiGetRealSolQuality(), SCIPlpiGetRowNames(), SCIPlpiGetRows(), SCIPlpiGetSides(), SCIPlpiGetSol(), SCIPlpiReadLP(), SCIPlpiReadState(), SCIPlpiScaleRow(), SCIPlpiSetBase(), SCIPlpiSetIntegralityInformation(), SCIPlpiSetIntpar(), SCIPlpiSetState(), SCIPlpiSolveBarrier(), SCIPlpiSolveDual(), SCIPlpiSolvePrimal(), 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(), SCIPprintStatistics(), SCIPprintStatus(), SCIPprintTransSol(), SCIPprobAddCons(), SCIPprobAddVar(), SCIPprobCopy(), SCIPprobFindCons(), SCIPprobFindVar(), SCIPprobUpdateDualbound(), SCIPprobVarChangedStatus(), SCIPpropagateProbing(), SCIPpropagateProbingImplications(), SCIPpropCumulativeCondition(), SCIPpropExec(), SCIPpropExit(), SCIPpropInit(), SCIPpropPresol(), SCIPpropResolvePropagation(), SCIPrandomGetSubset(), SCIPreadProb(), SCIPrecalcNlRowNLPActivity(), SCIPrelaxExec(), SCIPrelaxExit(), SCIPrelaxInit(), SCIPreleaseCons(), SCIPreleaseVar(), SCIPreoptAddDualBndchg(), SCIPreoptApplyGlbConss(), SCIPreoptSplitRoot(), SCIPretransformSol(), SCIProundSol(), SCIProwDelCoef(), SCIProwGetLPEfficacy(), SCIProwGetNLPEfficacy(), SCIProwGetParallelism(), SCIProwGetRelaxEfficacy(), SCIProwGetSolEfficacy(), SCIPsepaExecLP(), SCIPsepaExecSol(), SCIPsepaExit(), SCIPsepaInit(), SCIPseparateCutpool(), SCIPseparateSolCutpool(), SCIPsetBasePointClosecuts(), SCIPsetBinaryVarIndicator(), SCIPsetCalcTreeGrowSize(), SCIPsetExitsolPlugins(), SCIPsetHmaxCumulative(), SCIPsetHminCumulative(), SCIPsetLinearConsIndicator(), SCIPsetModifiedDefaultSettingsIpopt(), SCIPsetNLPInitialGuess(), SCIPsetNLPInitialGuessSol(), SCIPsetNLPIntPar(), SCIPsetNLPRealPar(), SCIPsetNLPStringPar(), SCIPsetObjIntegral(), SCIPsetObjlimit(), SCIPsetObjsense(), SCIPsetProbData(), SCIPsetSolVal(), SCIPsetSolVals(), SCIPsetSolveCumulative(), SCIPsnprintf(), SCIPsolGetRayVal(), SCIPsolGetVal(), SCIPsolIncVal(), SCIPsolSetVal(), SCIPsolve(), SCIPsolveCIP(), SCIPsolveCumulative(), SCIPsolveDiveLP(), SCIPsolveDiveNLP(), SCIPsolveLinearProb(), SCIPsolveLinearProb3(), SCIPsolveNLP(), SCIPsolveParallel(), SCIPsolveProbingRelax(), SCIPsortAndCons(), SCIPstartDive(), SCIPstartDiveNLP(), SCIPstartProbing(), SCIPstartStrongbranch(), SCIPtightenVarLb(), SCIPtightenVarLbGlobal(), SCIPtightenVarUb(), SCIPtightenVarUbGlobal(), SCIPtransformMinUC(), SCIPtransformProb(), SCIPtreeBranchVar(), SCIPtreeBranchVarHole(), SCIPtreeBranchVarNary(), SCIPtreeCalcNodeselPriority(), 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(), SCIPvarGetNLocksDown(), SCIPvarGetNLocksUp(), 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(), separateByEnumerationHeuristics(), separateCons(), separateCuts(), separateGLS(), separateHeur(), separatePoint(), separationRoundLP(), sepastoreApplyBdchg(), sepastoreApplyCut(), setDblParam(), setIntParam(), setIntvar(), solCutIsViolated(), solGetArrayVal(), solUnlinkVar(), solveNode(), solveNodeRelax(), solveProbingLP(), solveSubNLP(), solveSubscip(), SolveWSimplex(), spxObjsen(), storeCutInArrays(), syntaxError(), takeCut(), treeCheckPath(), treeUpdatePathLPSize(), tryUpgrading(), tryUpgradingSetppc(), updateBestCandidate(), updateTransformation(), varAddLbchginfo(), varAddUbchginfo(), varCreate(), varEventVarFixed(), varFree(), varFreeParents(), varGetActiveVar(), varParse(), varProcessAddHoleGlobal(), varProcessAddHoleLocal(), varProcessChgBranchDirection(), varProcessChgBranchFactor(), varProcessChgBranchPriority(), varProcessChgLbGlobal(), varProcessChgLbLocal(), varProcessChgUbGlobal(), varProcessChgUbLocal(), writeOpbConstraints(), writeOpbObjective(), writeProblem(), xprsObjsen(), and ZerohalfAuxGraphFree().
#define printErrorHeader SCIPmessagePrintErrorHeader |
define used in blockmemshell/memory.c
Definition at line 49 of file pub_message.h.
#define printError SCIPmessagePrintError |
Definition at line 50 of file pub_message.h.
#define SCIPdebug | ( | x | ) |
executes command only if SCIP_DEBUG flag is set
Definition at line 74 of file pub_message.h.
Referenced by addBoundCutSepa(), addConcaveEstimatorBivariate(), addConcaveEstimatorUnivariate(), addCut(), addLinearization(), addRelaxation(), applyCompletesol(), applyFixings(), applyGlobalBounds(), applyOfins(), applyRepair(), checkAllConss(), checkBounddisjunction(), checkCons(), checkCurvature(), checkKnapsack(), checkSystemGF2(), cliquePresolve(), computeAndConstraintInfos(), computeEffectiveHorizonCumulativeCondition(), computeFixingrate(), computeInteriorPoint(), conflictInsertConflictset(), consdataCheck(), constructCompression(), coretimesUpdateUb(), createCapacityRestriction(), createCapacityRestrictionIntvars(), createNlRow(), createObjRow(), createVariable(), cutsApplyMIR(), cutsLpCalcMIR(), cutsLpCalcStrongCG(), evalFunctionGradient(), execRelpscost(), exprgraphNodeSimplify(), exprParse(), exprsimplifyFlattenPolynomials(), findAndStoreEcAggregations(), findPointPosition(), generate1ConvexIndefiniteUnderestimatorAtBoundary(), generate1ConvexIndefiniteUnderestimatorInTheInteriorPatternA(), generate1ConvexIndefiniteUnderestimatorInTheInteriorPatternB(), generateBoundInequalityFromSOS1Nodes(), generateConvexConcaveUnderestimator(), generateCut(), generateOrthogonal_lx_ly_Underestimator(), generateOrthogonal_lx_uy_Underestimator(), generateRowCardinality(), generateRowSOS2(), generateUnderestimatorParallelYFacets(), getFixedVariable(), getFixingValue(), getVariable(), greedyCliqueAlgorithm(), initMatrix(), initsepaBoundInequalityFromCardinality(), initsepaBoundInequalityFromSOS1Cons(), LOPseparate(), nodepartitionCreate(), primalAddSol(), 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(), SCIPapplyProximity(), SCIPapplyRens(), SCIPconflictFlushConss(), SCIPcreateConsSamediff(), SCIPcreateVarBinpacking(), SCIPexprSimplify(), SCIPgenVBoundAdd(), SCIPnlpiOracleEvalJacobian(), SCIProwCalcIntegralScalar(), SCIProwCalcProbability(), SCIPselectVarPseudoStrongBranching(), SCIPselectVarStrongBranching(), SCIPseparateRelaxedKnapsack(), SCIPsolve(), sepaImplBoundCutsSOS1(), separateCons(), separateCuts(), separateIISRounding(), separatePoint(), simplifyInequalities(), solveCoveringProblem(), solveSubproblem(), tightenCapacity(), updatePrimalRay(), upgradeIndicatorSuperindicator(), and upgradeLinearSuperindicator().
#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 77 of file pub_message.h.
Referenced by applyGenVBound(), branchcandInsertPseudoCand(), branchcandRemovePseudoCand(), branchcandSortPseudoCands(), checkState1(), clearDeletedLinearElements(), clearDeletedQuadElements(), clockSetType(), collectBinaryCliqueData(), collectThetaSubtree(), computeEnergyContribution(), computeReferencePointProjection(), conflictAnalyzeLP(), conflictFirstCand(), conflictMarkBoundCheckPresence(), conshdlrDelayUpdates(), conshdlrDisableConsPropagation(), conshdlrDisableConsSeparation(), constructCompression(), cppaderrorcallback(), cutsApplyMIR(), cutsCleanupMIRRow(), cutsLpCalcMIR(), cutsLpCalcStrongCG(), cutsSumMIRRow(), cutsSumStrongCGRow(), cutsTransformMIRRow(), cutsTransformStrongCGRow(), deleteLastDualBndchgs(), domchgMakeDynamic(), enforceConstraint(), evalFunctionGradient(), evalFunctionValue(), exprgraphAddExpr(), exprgraphFindParentByOperator(), exprgraphMoveNode(), exprgraphNodePropagateBounds(), exprgraphNodeReplaceChild(), exprgraphNodeSimplify(), exprgraphNodeUpdateBounds(), exprgraphUpdateVarNodeBounds(), exprParse(), exprsimplifyFlattenPolynomials(), forkCaptureLPIState(), forkReleaseLPIState(), freeConstraint(), freeConstraints(), freeVariables(), generateCutSol(), getASlice(), getBase(), getbase(), getFarkasProof(), getParameterValues(), hessLagAddExprtree(), hessLagAddQuad(), hessLagSparsitySetNzFlagForExprtree(), hessLagSparsitySetNzFlagForQuad(), holelistFree(), initProblem(), invalidateHessianLagSparsity(), invalidateJacobiSparsity(), lpFlushDelCols(), lpiGetBInvVec(), lpiSolve(), lpiStrongbranch(), lpiStrongbranches(), lpiStrongbranchIntegral(), moveVariable(), mpsinputReadLine(), multihashResize(), polynomialdataExpandMonomialFactor(), printFunction(), printstr(), probingnodeCreate(), probingnodeUpdate(), processCut(), profileFindDownFeasibleStart(), profileFindFeasibleStart(), profileUpdate(), pseudoforkCreate(), reformulate(), reoptnodeResetDualConss(), reoptnodeUpdateDualConss(), runBoundHeuristic(), SCIP_DECL_CONCSOLVERSYNCREAD(), SCIP_DECL_CONCSOLVERSYNCWRITE(), SCIP_DECL_EVENTEXEC(), SCIP_DECL_EXPRGRAPHVARADDED(), SCIP_DECL_EXPRGRAPHVARREMOVE(), SCIP_DECL_EXPRINTEVAL(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEUREXITSOL(), SCIP_DECL_HEURFREE(), SCIP_DECL_NLPISOLVE(), SCIP_DECL_RELAXEXEC(), SCIP_DECL_SOLVECUMULATIVE(), SCIPboolarrayClear(), SCIPboolarrayExtend(), SCIPboolarraySetVal(), SCIPcalcIntegralScalar(), SCIPcliqueDelVar(), SCIPcliquelistDel(), SCIPcliquelistRemoveFromCliques(), SCIPclockDisable(), SCIPclockEnable(), SCIPclockGetTime(), SCIPclockInit(), SCIPclockReset(), SCIPclockSetTime(), SCIPclockSetType(), SCIPclockStart(), SCIPclockStop(), SCIPconcsolverCreateInstance(), SCIPconcsolverSync(), SCIPconsCapture(), SCIPconsEnforelax(), SCIPconshdlrEnforceRelaxSol(), 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(), SCIPlpiWasSolved(), 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(), SCIPprobResortVars(), SCIPprofileDeleteCore(), SCIPprofileGetEarliestFeasibleStart(), SCIPprofileGetLatestFeasibleStart(), SCIPprofileInsertCore(), SCIPptrarrayClear(), SCIPptrarrayExtend(), SCIPptrarraySetVal(), SCIPrealarrayClear(), SCIPrealarrayExtend(), SCIPrealarraySetVal(), SCIProwCapture(), SCIProwLock(), SCIProwUnlock(), SCIPselectSimpleValue(), SCIPsetModifiedDefaultSettingsIpopt(), SCIPstrCopySection(), SCIPstrToIntValue(), SCIPstrToRealValue(), SCIPsyncstoreCreate(), SCIPvarCapture(), SCIPvarChgBranchDirection(), SCIPvarChgBranchFactor(), SCIPvarChgBranchPriority(), SCIPvarChgType(), SCIPvarGetProbvar(), SCIPvarGetProbvarBound(), SCIPvarGetProbvarHole(), setBase(), setbase(), setParameterValues(), solveAndEvalSubscip(), solveComponent(), solveSubscip(), SolveWSimplex(), spxSolve(), subrootCaptureLPIState(), subrootReleaseLPIState(), TCLIQUE_NEWSOL(), thread_num(), tightenSingleVar(), tightenWeights(), treeFindSwitchForks(), updateVariableDegrees(), varGetActiveVar(), varProcessChgBranchDirection(), and varProcessChgBranchPriority().
#define SCIPdebugPrintf while( FALSE ) /*lint -e{530}*/ printf |
executes printf command only if SCIP_DEBUG flag is set
Definition at line 80 of file pub_message.h.
Referenced by applyGenVBound(), conflictsetIsRedundant(), enforceConstraint(), exprgraphNodePropagateBounds(), exprgraphNodeSimplify(), exprsimplifyFlattenPolynomials(), generateCut(), SCIPexprgraphTightenNodeBounds(), SCIPexprSimplify(), SCIPintervalSolveUnivariateQuadExpressionPositive(), SCIPlpiChgBounds(), SCIPselectSimpleValue(), SCIPsetModifiedDefaultSettingsIpopt(), SCIPsolCheck(), SolveWSimplex(), and tightenWeights().
#define SCIPdebugPrintCons | ( | x, | |
y, | |||
z | |||
) |
executes SCIPprintCons() and prints termination symbol ";\n" only if SCIP_DEBUG flag is set
Definition at line 83 of file pub_message.h.
Referenced by addBranchingDecisionConss(), addCliques(), addExtendedAsymmetricFormulation(), addExtendedFlowFormulation(), addExtraCliques(), addLocalConss(), addSplitcons(), adjustOversizedJobBounds(), applyFixings(), checkBounddisjunction(), checkFeasSubtree(), checkFixedVariables(), checkKnapsack(), checkLogicor(), checkOrigPbCons(), checkVarbound(), cliquePresolve(), computeBoundsX(), computeBoundsZ(), consdataLinearize(), copyCuts(), CREATE_CONSTRAINT(), createAndAddAndCons(), createAndAddLinearCons(), createConsFromMonomial(), createConsFromQuadTerm(), createIndicatorConstraint(), createLinearCons(), createNlRow(), createPrecedenceCons(), createQuadraticCons(), deleteRedundantVars(), detectRedundantConstraints(), detectRedundantVars(), extractGates(), findAggregation(), fixDeleteOrUpgradeCons(), 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_QUADCONSUPGD(), SCIPcreateConsNonlinear(), SCIPcreateConsNonlinear2(), SCIPcreateConsQuadratic(), SCIPreoptApplyGlbConss(), SCIPseparateRelaxedKnapsack(), setObjective(), simplifyInequalities(), solveIndependentCons(), tightenWeights(), tryUpgradingLogicor(), tryUpgradingSetppc(), tryUpgradingXor(), upgradeCons(), and upgradeConss().
#define SCIPstatistic | ( | x | ) |
executes command only if SCIP_STATISTIC flag is set
Definition at line 101 of file pub_message.h.
Referenced by applyAlternativeBoundsFixing(), applyVbounds(), checkOverloadViaThetaTree(), computeEffectiveHorizon(), consdataCreate(), coretimesUpdateLb(), coretimesUpdateUb(), createCoreProfile(), createCoveringProblem(), findCumulativeConss(), findPrecedenceConss(), inferboundsEdgeFinding(), presolveConsEst(), presolveConsLct(), propagateLbTTEF(), propagateTimetable(), propagateTTEF(), propagateUbTTEF(), removeIrrelevantJobs(), SCIP_DECL_BRANCHFREE(), SCIP_DECL_CONSHDLRCOPY(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEUREXIT(), SCIP_DECL_HEURINIT(), SCIPapplyUndercover(), SCIPincludeBranchruleMultAggr(), and selectVarMultAggrBranching().
#define SCIPstatisticMessage while( FALSE ) /*lint -e{530}*/ printf |
prints a statistic message if SCIP_STATISTIC flag is set
Definition at line 104 of file pub_message.h.
Referenced by applyVbounds(), createNewSol(), initializeCandsLists(), presolveTwoOpt(), SCIP_DECL_BRANCHFREE(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEUREXIT(), and SCIPapplyProximity().
#define SCIPstatisticPrintf while( FALSE ) /*lint -e{530}*/ printf |
executes printf command only if SCIP_STATISTIC flag is set
Definition at line 107 of file pub_message.h.
Referenced by applyCompletesol(), applyOfins(), createCoveringProblem(), createSelectedSortedEventpointsSol(), SCIP_DECL_CONSFREE(), SCIP_DECL_CONSINITPRE(), SCIPapplyRens(), and SCIPapplyUndercover().
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.
Creates and captures a message handler which deals with warning, information, and dialog (interactive shell) methods.
messagehdlr | pointer to store the message handler |
bufferedoutput | should the output be buffered up to the next newline? |
filename | name of log file, or NULL for no log |
quiet | should screen messages be suppressed? |
messagehdlrdata | message handler data |
Definition at line 285 of file message.c.
References BMSallocMemory, BMSallocMemoryArray, messagehdlrOpenLogfile(), NULL, SCIP_ALLOC, SCIP_MAXSTRLEN, and SCIP_OKAY.
Referenced by SCIPcreateMessagehdlrDefault(), and SCIPcreateObjMessagehdlr().
void SCIPmessagehdlrCapture | ( | SCIP_MESSAGEHDLR * | messagehdlr | ) |
captures message handler
messagehdlr | message handler, or NULL |
Definition at line 329 of file message.c.
References NULL, and SCIP_Messagehdlr::nuses.
Referenced by SCIPsetMessagehdlr().
SCIP_RETCODE SCIPmessagehdlrRelease | ( | SCIP_MESSAGEHDLR ** | messagehdlr | ) |
releases message handler
messagehdlr | pointer to the message handler |
Definition at line 338 of file message.c.
References messagehdlrFree(), NULL, SCIP_CALL, and SCIP_OKAY.
Referenced by SCIPfree(), and SCIPsetMessagehdlr().
SCIP_RETCODE SCIPmessagehdlrSetData | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
SCIP_MESSAGEHDLRDATA * | messagehdlrdata | ||
) |
sets the user data of the message handler
messagehdlr | message handler; must not be NULL |
messagehdlrdata | new message handler data to attach to the handler |
Definition at line 367 of file message.c.
References SCIP_Messagehdlr::messagehdlrdata, NULL, SCIP_INVALIDDATA, and SCIP_OKAY.
Referenced by SCIP_DECL_MESSAGEHDLRFREE().
void SCIPmessagehdlrSetLogfile | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
const char * | filename | ||
) |
sets the log file name for the message handler
messagehdlr | message handler |
filename | log file name where to copy messages into, or NULL |
Definition at line 383 of file message.c.
References SCIP_Messagehdlr::logfile, messagehdlrOpenLogfile(), and NULL.
Referenced by SCIPsetMessagehdlrLogfile().
void SCIPmessagehdlrSetQuiet | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
SCIP_Bool | quiet | ||
) |
sets the messages handler to be quiet
messagehdlr | message handler |
quiet | should screen messages be suppressed? |
Definition at line 401 of file message.c.
References messagePrintDialog(), messagePrintInfo(), messagePrintWarning(), NULL, and SCIP_Messagehdlr::quiet.
Referenced by SCIPparamsetWrite(), SCIPprintMIPStart(), SCIPprintSol(), and SCIPsetMessagehdlrQuiet().
void SCIPmessagePrintInfo | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
const char * | formatstr, | ||
... | |||
) |
prints a message, acting like the printf() command
messagehdlr | message handler |
formatstr | format string like in printf() function |
Definition at line 584 of file message.c.
References NULL, and SCIPmessageVFPrintInfo().
Referenced by checkSolOrig(), displayRelevantStats(), exprParse(), lpNumericalTroubleMessage(), SCIP_DECL_HEUREXEC(), SCIP_NlpiProblem::SCIP_NlpiProblem(), SCIPhashmapPrintStatistics(), SCIPhashtablePrintStatistics(), SCIPmultihashPrintStatistics(), SCIPprintMemoryDiagnostic(), SCIPprobPrintPseudoSol(), SCIPsolCheck(), and solveSubNLP().
void SCIPmessageVPrintInfo | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
const char * | formatstr, | ||
va_list | ap | ||
) |
prints a message, acting like the vprintf() command
messagehdlr | message handler |
formatstr | format string like in printf() function |
ap | variable argument list |
Definition at line 598 of file message.c.
References NULL, and SCIPmessageVFPrintInfo().
Referenced by SCIP_NlpiProblem::SCIP_NlpiProblem().
void SCIPmessageFPrintInfo | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
FILE * | file, | ||
const char * | formatstr, | ||
... | |||
) |
prints a message into a file, acting like the fprintf() command
messagehdlr | message handler |
file | file stream to print into, or NULL for stdout |
formatstr | format string like in printf() function |
Definition at line 608 of file message.c.
References SCIPmessageVFPrintInfo().
Referenced by exprgraphPrintNodeDot(), exprgraphPrintNodeExpression(), paramWrite(), printBounds(), printBranchruleStatistics(), printCompressionStatistics(), printConcsolverStatistics(), printConflictStatistics(), printConstraintStatistics(), printConstraintTimingStatistics(), printDualSol(), printFunction(), printHeuristicStatistics(), printHolelist(), printLPStatistics(), printNLPStatistics(), printPresolverStatistics(), printPricerStatistics(), printPropagatorStatistics(), printRelaxatorStatistics(), printRootStatistics(), printSeparatorStatistics(), printSolutionStatistics(), printTime(), printTimingStatistics(), printTreeStatistics(), SCIP_DECL_DIALOGEXEC(), SCIPcolPrint(), SCIPconsPrint(), SCIPdigraphPrint(), SCIPdigraphPrintComponents(), SCIPdispLongint(), SCIPdispPrintLine(), SCIPdispTime(), SCIPexprgraphPrintDot(), SCIPexprPrint(), SCIPisDualSolAvailable(), SCIPlpWriteMip(), SCIPnlpiOraclePrintProblem(), SCIPnlpiOraclePrintProblemGams(), SCIPnlpWrite(), SCIPnlrowPrint(), SCIPparamsetSetToSubscipsOff(), SCIPparamsetWrite(), SCIPprintBestSol(), SCIPprintBestTransSol(), SCIPprintBranchingStatistics(), SCIPprintBuildOptions(), SCIPprintDebugMessage(), SCIPprintExternalCodes(), SCIPprintLPSolutionQuality(), SCIPprintMIPStart(), SCIPprintNodeRootPath(), SCIPprintReal(), SCIPprintReoptStatistics(), SCIPprintSol(), SCIPprintStage(), SCIPprintStatistics(), SCIPprintStatus(), SCIPprintTransSol(), SCIPprintVersion(), SCIPprobPrintStatistics(), SCIPprofilePrint(), SCIPretcodePrint(), SCIProwPrint(), SCIPsetIsSumRelGT(), SCIPsolPrint(), SCIPsolPrintRay(), SCIPvarPrint(), SCIPvisualCutoffNode(), SCIPvisualFoundSolution(), SCIPvisualInit(), SCIPvisualLowerbound(), SCIPvisualNewChild(), SCIPvisualSolvedNode(), SCIPvisualUpdateChild(), SCIPvisualUpperbound(), SCIPwriteBnd(), and vbcSetColor().
void SCIPmessageVFPrintInfo | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
FILE * | file, | ||
const char * | formatstr, | ||
va_list | ap | ||
) |
prints a message into a file, acting like the vfprintf() command
messagehdlr | message handler |
file | file stream to print into, or NULL for stdout |
formatstr | format string like in printf() function |
ap | variable argument list |
Definition at line 623 of file message.c.
References BMSallocMemorySize, BMSfreeMemory, messagePrintInfo(), NULL, SCIP_MAXSTRLEN, and va_copy.
Referenced by lpNumericalTroubleMessage(), SCIPdebugMessagePrint(), SCIPinfoMessage(), SCIPmessageFPrintInfo(), SCIPmessagePrintInfo(), SCIPmessageVPrintInfo(), and SCIPprintDebugMessage().
void SCIPmessagePrintWarning | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
const char * | formatstr, | ||
... | |||
) |
prints a warning message, acting like the printf() command
messagehdlr | message handler |
formatstr | format string like in printf() function |
Definition at line 417 of file message.c.
References SCIPmessageVFPrintWarning().
Referenced by adjustLPobjval(), exprgraphNodeSimplify(), exprsimplifyFlattenPolynomials(), filterTRMrescode(), lpiGetBInvVec(), nlpSolve(), paramSetBool(), paramSetChar(), paramSetInt(), paramSetLongint(), paramsetParse(), paramSetReal(), polynomialdataExpandMonomialFactor(), restoreLPData(), SCIP_DECL_NLPISETINTPAR(), SCIP_DECL_NLPISETREALPAR(), SCIPconsParse(), SCIPdummyDebugMethodForSun(), SCIPlpComputeRelIntPoint(), SCIPlpiAddCols(), SCIPlpiAddRows(), SCIPlpiChgBounds(), SCIPlpiChgObj(), SCIPlpiChgSides(), SCIPlpiClearState(), SCIPlpiCreate(), SCIPlpiGetBasisInd(), SCIPlpiGetBInvRow(), SCIPlpiGetDualfarkas(), SCIPlpiGetPrimalRay(), SCIPlpiGetSol(), SCIPlpiLoadColLP(), SCIPlpiReadLP(), SCIPlpiScaleCol(), SCIPlpiScaleRow(), SCIPlpiSetNorms(), SCIPlpiStrongbranch(), SCIPlpiWriteLP(), SCIPlpSolveAndEval(), SCIPlpWriteMip(), SCIPpriceLoop(), SolveWSimplex(), spxSolve(), varParse(), and writeProblem().
void SCIPmessageVPrintWarning | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
const char * | formatstr, | ||
va_list | ap | ||
) |
prints a warning message, acting like the vprintf() command
messagehdlr | message handler |
formatstr | format string like in printf() function |
ap | variable argument list |
Definition at line 431 of file message.c.
References SCIPmessageVFPrintWarning().
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
messagehdlr | message handler |
formatstr | format string like in printf() function |
Definition at line 441 of file message.c.
References SCIPmessageVFPrintWarning().
Referenced by SCIPprobFree().
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
messagehdlr | message handler |
formatstr | format string like in printf() function |
ap | variable argument list |
Definition at line 455 of file message.c.
References BMSallocMemorySize, BMSfreeMemory, messagePrintWarning(), NULL, SCIP_MAXSTRLEN, and va_copy.
Referenced by SCIPmessageFPrintWarning(), SCIPmessagePrintWarning(), SCIPmessageVPrintWarning(), and SCIPwarningMessage().
void SCIPmessagePrintDialog | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
const char * | formatstr, | ||
... | |||
) |
prints a dialog message that requests user interaction, acting like the printf() command
messagehdlr | message handler |
formatstr | format string like in printf() function |
Definition at line 500 of file message.c.
References NULL, and SCIPmessageVFPrintDialog().
void SCIPmessageVPrintDialog | ( | SCIP_MESSAGEHDLR * | messagehdlr, |
const char * | formatstr, | ||
va_list | ap | ||
) |
prints a dialog message that requests user interaction, acting like the vprintf() command
messagehdlr | message handler |
formatstr | format string like in printf() function |
ap | variable argument list |
Definition at line 514 of file message.c.
References NULL, and SCIPmessageVFPrintDialog().
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
messagehdlr | message handler |
file | file stream to print into, or NULL for stdout |
formatstr | format string like in printf() function |
Definition at line 524 of file message.c.
References SCIPmessageVFPrintDialog().
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
messagehdlr | message handler |
file | file stream to print into, or NULL for stdout |
formatstr | format string like in printf() function |
ap | variable argument list |
Definition at line 539 of file message.c.
References BMSallocMemorySize, BMSfreeMemory, messagePrintDialog(), NULL, SCIP_MAXSTRLEN, and va_copy.
Referenced by SCIPdialogMessage(), SCIPmessageFPrintDialog(), SCIPmessagePrintDialog(), and SCIPmessageVPrintDialog().
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
messagehdlr | message handler |
verblevel | current verbosity level |
msgverblevel | verbosity level of this message |
formatstr | format string like in printf() function |
Definition at line 668 of file message.c.
References NULL, and SCIPmessageVFPrintVerbInfo().
Referenced by compressReoptTree(), enforceConstraints(), exitPresolve(), focusnodeToFork(), lpSolve(), presolve(), presolveRound(), priceAndCutLoop(), propAndSolve(), SCIPlpCreate(), SCIPlpEndDive(), SCIPlpSolveAndEval(), SCIPpermuteProb(), SCIPpresolve(), SCIPreadProb(), SCIPsolve(), SCIPsolveCIP(), SCIPstatUpdateMemsaveMode(), SCIPtransformProb(), SCIPtreeEndProbing(), SCIPtreeSetNodesel(), SCIPvisualExit(), SCIPvisualInit(), and solveNode().
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
messagehdlr | message handler |
verblevel | current verbosity level |
msgverblevel | verbosity level of this message |
formatstr | format string like in printf() function |
ap | variable argument list |
Definition at line 684 of file message.c.
References NULL, and SCIPmessageVFPrintVerbInfo().
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
messagehdlr | message handler |
verblevel | current verbosity level |
msgverblevel | verbosity level of this message |
file | file stream to print into, or NULL for stdout |
formatstr | format string like in printf() function |
Definition at line 696 of file message.c.
References SCIPmessageVFPrintVerbInfo().
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
messagehdlr | message handler |
verblevel | current verbosity level |
msgverblevel | verbosity level of this message |
file | file stream to print into, or NULL for stdout |
formatstr | format string like in printf() function |
ap | variable argument list |
Definition at line 713 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().
void SCIPmessagePrintErrorHeader | ( | const char * | sourcefile, |
int | sourceline | ||
) |
prints the header with source file location for an error message using the static message handler
sourcefile | name of the source file that called the function |
sourceline | line in the source file where the function was called |
Definition at line 767 of file message.c.
References messagePrintError(), NULL, and SCIP_MAXSTRLEN.
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
formatstr | format string like in printf() function |
Definition at line 781 of file message.c.
References SCIPmessageVPrintError().
Referenced by SCIP_NlpiProblem::SCIP_NlpiProblem(), SCIPconshdlrCreate(), SCIPconshdlrSetPresol(), SCIPpresolCreate(), SCIPprintError(), SCIPprintSysError(), SCIPpropCreate(), SCIPpropSetPresol(), and SCIPretcodePrintError().
void SCIPmessageVPrintError | ( | const char * | formatstr, |
va_list | ap | ||
) |
prints an error message, acting like the vprintf() command using the static message handler
formatstr | format string like in printf() function |
ap | variable argument list |
Definition at line 794 of file message.c.
References BMSallocMemorySize, BMSfreeMemory, messagePrintError(), NULL, SCIP_MAXSTRLEN, and va_copy.
Referenced by SCIP_NlpiProblem::SCIP_NlpiProblem(), and SCIPmessagePrintError().
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.
Method to set the error printing method. Setting the error printing method to NULL will suspend all error methods.
data | data pointer which will be passed to the error printing method, or NULL |
Definition at line 841 of file message.c.
Referenced by SCIPsetStaticErrorPrintingMessagehdlr().
void SCIPmessageSetErrorPrintingDefault | ( | void | ) |
SCIP_MESSAGEHDLRDATA* SCIPmessagehdlrGetData | ( | SCIP_MESSAGEHDLR * | messagehdlr | ) |
returns the user data of the message handler
messagehdlr | message handler |
Definition at line 877 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().
FILE* SCIPmessagehdlrGetLogfile | ( | SCIP_MESSAGEHDLR * | messagehdlr | ) |
returns the log file or NULL for stdout
messagehdlr | message handler |
Definition at line 889 of file message.c.
References SCIP_Messagehdlr::logfile, and NULL.
SCIP_Bool SCIPmessagehdlrIsQuiet | ( | SCIP_MESSAGEHDLR * | messagehdlr | ) |
returns TRUE if the message handler is set to be quiet
messagehdlr | message handler |
Definition at line 900 of file message.c.
References NULL, and SCIP_Messagehdlr::quiet.
Referenced by doCopy(), SCIPparamsetWrite(), SCIPprintMIPStart(), and SCIPprintSol().