message output methods
SCIP_RETCODE SCIPsetMessagehdlr (SCIP *scip, SCIP_MESSAGEHDLR *messagehdlr) SCIP_MESSAGEHDLR * SCIPgetMessagehdlr (SCIP *scip) void SCIPsetMessagehdlrLogfile (SCIP *scip, const char *filename) void SCIPsetMessagehdlrQuiet (SCIP *scip, SCIP_Bool quiet) void SCIPwarningMessage (SCIP *scip, const char *formatstr,...) void SCIPprintDebugMessage (SCIP *scip, const char *sourcefile, int sourceline, const char *formatstr,...) void SCIPdebugMessagePrint (SCIP *scip, const char *formatstr,...) void SCIPdialogMessage (SCIP *scip, FILE *file, const char *formatstr,...) void SCIPinfoMessage (SCIP *scip, FILE *file, const char *formatstr,...) void SCIPverbMessage (SCIP *scip, SCIP_VERBLEVEL msgverblevel, FILE *file, const char *formatstr,...) SCIP_VERBLEVEL SCIPgetVerbLevel (SCIP *scip) ◆ SCIPdebugMsgprints a debugging message if SCIP_DEBUG flag is set
Definition at line 78 of file scip_message.h.
◆ SCIPdebugMsgPrint ◆ SCIPsetMessagehdlr() ◆ SCIPgetMessagehdlr()returns the currently installed message handler
Definition at line 88 of file scip_message.c.
Referenced by buildVertexPolyhedralSeparationLP(), computeEffectiveHorizonCumulativeCondition(), consPrintConsSol(), coretimesUpdateUb(), createLP(), createLPWithHardCuts(), createMasterproblem(), createSubproblems(), detectRedundantConstraints(), heurdataInit(), initAlternativeLP(), initConcsolver(), scipexamples::QueensSolver::QueensSolver(), runBenders(), SCIP_DECL_CONSCHECK(), SCIP_DECL_CONSEXITSOL(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_DISPOUTPUT(), SCIPaggrRowPrint(), SCIPbendersExec(), SCIPcopyPlugins(), SCIPwriteBnd(), solveClassification(), and solveMinIISC().
◆ SCIPsetMessagehdlrLogfile() void SCIPsetMessagehdlrLogfile ( SCIP * scip, const char * filename ) ◆ SCIPsetMessagehdlrQuiet() ◆ SCIPwarningMessage() void SCIPwarningMessage ( SCIP * scip, const char * formatstr, ... )prints a warning message via the message handler
Definition at line 120 of file scip_message.c.
References NULL, and SCIPmessageVFPrintWarning().
Referenced by addConstraintToStage(), addSlackVars(), addVariableToStage(), applyBoundHeur(), applyFixings(), applyObbt(), applyOrbitalBranchingPropagations(), applyRepair(), applyVbounds(), changeParametersUsingSettingsFiles(), checkAltLPInfeasible(), checkConsnames(), checkParameters(), checkTransferBoolParam(), checkVarnames(), computeAndConstraintInfos(), consdataCreate(), conshdlrdataHasUpgrade(), conshdlrsCanProvideSymInformation(), copyToSubscip(), CREATE_CONSTRAINT(), createAltLP(), createAndAddLinearCons(), createSubSCIP(), determineSymmetry(), doPricing(), AMPLProblemHandler::EndInput(), executeLNSHeuristic(), fillDigraph(), findBestObjectiveValue(), getFixedVariable(), getJobId(), getObjective(), getStatistics(), handleNlpParam(), identifyOrbitalSymmetriesBroken(), initSolve(), initWorhp(), parseConstraint(), parseRange(), parseType(), printIndicatorCons(), readBinaries(), readBounds(), readCnf(), readCoefficients(), readCols(), readDecomposition(), readExpression(), readFZNFile(), readGenerals(), readQCMatrix(), readQMatrix(), readRanges(), readRhs(), readSol(), readSOS(), readWarning(), readXmlSolFile(), scaleCons(), SCIP_DECL_BRANCHEXECLP(), SCIP_DECL_CONSCHECK(), SCIP_DECL_CONSCOPY(), SCIP_DECL_CONSENFOLP(), SCIP_DECL_CONSINITPRE(), SCIP_DECL_CONSINITSOL(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_EVENTEXEC(), SCIP_DECL_EVENTINIT(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEURINIT(), SCIP_DECL_NLPISOLVE(), SCIP_DECL_PRESOLEXEC(), SCIP_DECL_READERREAD(), SCIP_DECL_READERWRITE(), SCIPaddIneqBilinear(), SCIPbendersSolveSubproblemLP(), SCIPchgVarLb(), SCIPchgVarLbGlobal(), SCIPchgVarLbNode(), SCIPchgVarLbProbing(), SCIPchgVarUb(), SCIPchgVarUbGlobal(), SCIPchgVarUbNode(), SCIPchgVarUbProbing(), SCIPcomputeFacetVertexPolyhedralNonlinear(), SCIPconsBendersEnforceSolution(), SCIPconsGetDualfarkas(), SCIPconsGetDualsol(), SCIPconsGetLhs(), SCIPconsGetRhs(), SCIPcreateConsOrbitope(), SCIPcreateConsPseudobooleanWithConss(), SCIPcreateConsSuperindicator(), SCIPgetConsVals(), SCIPgetTreesizeEstimation(), SCIPincludeConsUpgradeNonlinear(), SCIPincludeReaderZpl(), SCIPinferVarLbProp(), SCIPinferVarUbProp(), SCIPisDualSolAvailable(), SCIPnewProbingNode(), SCIPreadOpb(), SCIPsolve(), SCIPsolveConcurrent(), SCIPtightenVarLb(), SCIPtightenVarLbGlobal(), SCIPtightenVarUb(), SCIPtightenVarUbGlobal(), SCIPwriteBnd(), SCIPwriteCcg(), SCIPwriteGms(), SCIPwriteImplicationConflictGraph(), SCIPwriteLp(), SCIPwriteMps(), SCIPwritePbm(), SCIPwritePip(), SCIPwritePpm(), setupAndSolve(), setupAndSolveSubscipOneopt(), setupAndSolveSubscipRapidlearning(), setupSCIPparamsFP2(), setupSCIPparamsStage3(), shadowtreeFillNodeDepthBranchIndices(), solveBilinearLP(), solveClassification(), solveCoveringProblem(), solveLP(), solveLp(), solveMinIISC(), solveSubNLP(), solveSubproblem(), solveSubscip(), writeFzn(), and writeOpbConstraints().
◆ SCIPprintDebugMessage() void SCIPprintDebugMessage ( SCIP * scip, const char * sourcefile, int sourceline, const char * formatstr, ... )prints a debug message
Definition at line 136 of file scip_message.c.
References NULL, SCIPmessageFPrintInfo(), and SCIPmessageVFPrintInfo().
◆ SCIPdebugMessagePrint() void SCIPdebugMessagePrint ( SCIP * scip, const char * formatstr, ... )prints a debug message without precode
Definition at line 175 of file scip_message.c.
References NULL, and SCIPmessageVFPrintInfo().
◆ SCIPdialogMessage() void SCIPdialogMessage ( SCIP * scip, FILE * file, const char * formatstr, ... ) ◆ SCIPinfoMessage() void SCIPinfoMessage ( SCIP * scip, FILE * file, const char * formatstr, ... )prints a message
Definition at line 208 of file scip_message.c.
References NULL, and SCIPmessageVFPrintInfo().
Referenced by addColToCut(), addRowToCut(), addStrongSBCsSubgroup(), addWeakSBCsSubgroup(), analyzeViolation(), applyBinaryConstraints(), BENDERS_CUTORACLE(), branching(), branchingIntegralOrNonlinear(), checkAllConss(), checkCons(), checkConsnames(), checkCumulativeCondition(), checkOrigPbCons(), checkPackingPartitioningOrbitopeSolution(), checkSymmetriesAreSymmetries(), checkSymresackSolution(), checkSystemGF2(), checkVarnames(), collectBranchingCandidates(), computeIntercut(), computeIntersectionPoint(), computeRestrictionToLine(), computeRestrictionToRay(), consdataCheckSuperindicator(), consdataCreate(), consdataPrint(), consEnfo(), consPrintConsSol(), consSepa(), constructExpr(), createAndStoreSparseRays(), createIntervalRelaxation(), createNlhdlrExprData(), createProbSimplifiedTest(), createSubscip(), DECL_CURVCHECK(), detectDominatingVlbs(), detectDominatingVubs(), detectExpr(), detectRedundantConstraints(), detectSocNorm(), detectSocQuadraticComplex(), detectSocQuadraticSimple(), displayCycleOfSymmetry(), displaySymmetriesWithComponents(), displaySymmetriesWithoutComponents(), dualPresolving(), endLine(), endLineNoNewline(), enforceConstraint(), enforceConstraints(), enforceExpr(), enforceExprNlhdlr(), enforceIndicators(), enforceSP12(), estimateConvexSecant(), estimateGradient(), estimateVertexPolyhedral(), execmain(), extendToCover(), fromAmpl(), fromCommandLine(), generateAndApplyBendersIntegerCuts(), generateAndApplyBendersNogoodCut(), generateIntercut(), handleNlpParam(), insertRayEntries(), intercutsComputeCommonQuantities(), main(), notifyNlhdlrNewsol(), ObjPricerVRP::pricing(), printBoundSection(), printBoundSectionName(), printColumnSection(), printDivingHeurStatistics(), printEntry(), printExpr(), printFunction(), printIndicatorCons(), printLongStatistics(), printNeighborhoodStatistics(), printNLRow(), printRangeSection(), printRecord(), printRhsSection(), printRow(), printRowType(), printShortStatistics(), printStart(), printStatus(), printValue(), processArguments(), processNLPSol(), propagateBoundsLinExpr(), propagateBoundsQuadExpr(), readCyc(), readParams(), readPolynomial(), readSto(), registerBranchingCandidates(), resolvePropagation(), runBenders(), runBrachistochrone(), runGastrans(), runPacking(), runSCIP(), runSpring(), SCIP_DECL_BENDERSCUTEXEC(), SCIP_DECL_BRANCHEXECLP(), SCIP_DECL_CONCSOLVERCREATEINST(), SCIP_DECL_CONCSOLVEREXEC(), SCIP_DECL_CONCSOLVERINITSEEDS(), SCIP_DECL_CONFLICTEXEC(), SCIP_DECL_CONSCHECK(), SCIP_DECL_CONSEXIT(), SCIP_DECL_CONSEXITSOL(), SCIP_DECL_CONSINITSOL(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_CONSPRINT(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_DISPOUTPUT(), SCIP_DECL_EVENTEXEC(), SCIP_DECL_EXPR_OWNERPRINT(), SCIP_DECL_EXPRINITESTIMATES(), SCIP_DECL_EXPRINTEVAL(), SCIP_DECL_EXPRPRINT(), SCIP_DECL_EXPRREVERSEPROP(), SCIP_DECL_EXPRSIMPLIFY(), SCIP_DECL_HEUREXEC(), SCIP_DECL_LINCONSUPGD(), SCIP_DECL_NLHDLRDETECT(), SCIP_DECL_NLHDLRENFO(), SCIP_DECL_NLHDLRESTIMATE(), SCIP_DECL_NLHDLRINITSEPA(), SCIP_DECL_NLHDLRINTEVAL(), SCIP_DECL_NLHDLRSOLLINEARIZE(), SCIP_DECL_NLPISOLVE(), SCIP_DECL_PRICERREDCOST(), SCIP_DECL_READERREAD(), SCIP_DECL_READERWRITE(), SCIP_DECL_TABLEOUTPUT(), SCIPbendersComputeSubproblemLowerbound(), SCIPcheckBendersSubproblemOptimality(), SCIPcheckSolutionOrbisack(), SCIPcleanupRowprep(), SCIPcleanupRowprep2(), SCIPexprintGrad(), SCIPexprintHessian(), SCIPexprintHessianSparsity(), SCIPnlhdlrPrintStatistics(), SCIPnlpiOraclePrintProblem(), SCIPnlpiOraclePrintProblemGams(), SCIPpowerExprSum(), SCIPprintExprQuadratic(), SCIPprintExternalCodes(), SCIPprintLinConsStats(), SCIPprintRowprep(), SCIPprintRowprepSol(), SCIPprintSolReaderFzn(), SCIPprobdataCreate(), SCIPprobdataInvalidateDualbound(), SCIPprobdataUpdateDualbound(), SCIPprocessRowprepNonlinear(), SCIPprocessShellArguments(), SCIPrunCyc(), SCIPscaleupRowprep(), SCIPvalidateSolve(), SCIPvardataPrint(), SCIPwriteBnd(), SCIPwriteCcg(), SCIPwriteGms(), SCIPwriteLp(), SCIPwriteMps(), SCIPwritePbm(), SCIPwritePip(), SCIPwritePpm(), SCIPwriteSolutionNl(), SCIPwriteVarName(), SCIPwriteVarsLinearsum(), SCIPwriteVarsList(), SCIPwriteVarsPolynomial(), scoreBranchingCandidates(), selectBranchingCandidate(), selectVarMultAggrBranching(), setupProblem(), simplifyMultiplyChildren(), solCutIsViolated(), solveClassification(), solveMinIISC(), solveSubNLP(), solveSubscipLpface(), storeDenseTableauRowsByColumns(), subscipSetParams(), SYMcheckGraphsAreIdentical(), visualizeSolutionAscii(), visualizeSolutionGnuplot(), visualizeSolutionMatplotlib(), writeBounds(), writeBuffer(), writeExpandedSolutions(), writeFzn(), writeOpb(), writeOpbConstraints(), and writeOpbObjective().
◆ SCIPverbMessage() void SCIPverbMessage ( SCIP * scip, SCIP_VERBLEVEL msgverblevel, FILE * file, const char * formatstr, ... )prints a message depending on the verbosity level
Definition at line 225 of file scip_message.c.
References NULL, and SCIPmessageVFPrintVerbInfo().
Referenced by applyBoundChanges(), applyBoundHeur(), applyCompletesol(), applyProbing(), applySolvingPhase(), applyVbounds(), changeParametersUsingSettingsFiles(), checkParameters(), conshdlrsCanProvideSymInformation(), copyConsPseudoboolean(), createBlockproblem(), createProbOnlyEdge(), createProbSimplified(), createSubproblems(), detectAndHandleSubgroups(), detectSocQuadraticComplex(), determineSymmetry(), ensureSymmetryComponentsComputed(), execRelpscost(), findComponents(), freeTransform(), fromAmpl(), generateAndApplyBendersCuts(), maximalslack(), mpsinputEntryIgnored(), nautyterminationhook(), parseError(), performDualfix(), readDecomposition(), readMst(), readSol(), readSolFile(), readXmlSolFile(), reoptSaveNewObj(), runVanillaStrongBranching(), SCIP_DECL_BRANCHEXIT(), SCIP_DECL_CONCSOLVERCREATEINST(), SCIP_DECL_CONSCOPY(), SCIP_DECL_CONSEXITSOL(), SCIP_DECL_CONSPARSE(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_EVENTEXEC(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEUREXIT(), SCIP_DECL_PRESOLEXEC(), SCIP_DECL_PROPINITPRE(), SCIP_DECL_READERREAD(), SCIP_DECL_SEPAEXECLP(), SCIP_DECL_TABLEOUTPUT(), SCIPapplyBendersDecomposition(), SCIPapplyHeurDualval(), SCIPbendersComputeSubproblemLowerbound(), SCIPbendersExec(), SCIPbendersExecSubproblemSolve(), SCIPbendersMergeSubproblemIntoMaster(), SCIPbendersSolveSubproblemLP(), SCIPchgLpfeastol(), SCIPcreateProbCyc(), SCIPcycPrintSolutionValues(), SCIPdisplaySymmetryStatistics(), SCIPlexicographicReductionPrintStatistics(), SCIPorbitalReductionPrintStatistics(), SCIPorbitopalReductionPrintStatistics(), SCIPreoptMergeVarHistory(), SCIPselectVarPseudoStrongBranching(), SCIPselectVarStrongBranching(), SCIPsolve(), SCIPsolveConcurrent(), SCIPtransformDecompstore(), separateGLS(), setAndUpdateCorePoint(), setupAndSolve(), shouldApplyRestartCompletion(), shouldApplyRestartEstimation(), solveSubNLP(), storeSolution(), AMPLProblemHandler::SuffixHandler< T >::SuffixHandler(), SYMbuildSassyGraph(), SYMcomputeSymmetryGenerators(), syntaxError(), testCriteria(), transformSols(), transitionPhase3(), and turnoffNodeSelector().
◆ SCIPgetVerbLevel()RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4