scip_solvingstats.h
Go to the documentation of this file.
38 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
105 /** add given number to the number of processed nodes in current run and in all runs, including the focus node
336 /** gets total number of iterations used so far in primal and dual simplex and barrier algorithm
338 * @return the total number of iterations used so far in primal and dual simplex and barrier algorithm
374 /** gets total number of iterations used so far in primal and dual simplex and barrier algorithm for the root node
376 * @return the total number of iterations used so far in primal and dual simplex and barrier algorithm for the root node
388 /** gets total number of iterations used in primal and dual simplex and barrier algorithm for the first LP at the root
391 * @return the total number of iterations used in primal and dual simplex and barrier algorithm for the first root LP
501 /** gets total number of simplex iterations used so far in primal and dual simplex calls where an advanced start basis
504 * @return the total number of simplex iterations used so far in primal and dual simplex calls where an advanced start
517 /** gets total number of primal LPs solved so far that were resolved from an advanced start basis
519 * @return the total number of primal LPs solved so far that were resolved from an advanced start basis
531 /** gets total number of simplex iterations used so far in primal simplex calls where an advanced start basis
534 * @return the total number of simplex iterations used so far in primal simplex calls where an advanced start
549 * @return the total number of dual LPs solved so far that were resolved from an advanced start basis
561 /** gets total number of simplex iterations used so far in dual simplex calls where an advanced start basis
564 * @return the total number of simplex iterations used so far in dual simplex calls where an advanced start
675 /** gets total number of times, strong branching was called (each call represents solving two LPs)
677 * @return the total number of times, strong branching was called (each call represents solving two LPs)
703 /** gets total number of times, strong branching was called at the root node (each call represents solving two LPs)
705 * @return the total number of times, strong branching was called at the root node (each call represents solving two LPs)
719 * @return the total number of simplex iterations used so far in strong branching at the root node
797 /** get total number of cuts found so far; this includes global cuts from the cut pool as often as they are separated
839 /** get total number of constraints found in conflict analysis (conflict and reconvergence constraints)
841 * @return the total number of constraints found in conflict analysis (conflict and reconvergence constraints)
919 /** gets maximal depth of all processed nodes in current branch and bound run (excluding probing nodes)
921 * @return the maximal depth of all processed nodes in current branch and bound run (excluding probing nodes)
959 /** gets total number of backtracks, i.e. number of times, the new node was selected from the leaves queue
961 * @return the total number of backtracks, i.e. number of times, the new node was selected from the leaves queue
1117 /** gets lower (dual) bound in transformed problem obtained by the first LP solve at the root node
1119 * @return the lower (dual) bound in transformed problem obtained by first LP solve at the root node
1141 /** gets global primal bound (objective value of best solution or user objective limit) for the original problem
1143 * @return the global primal bound (objective value of best solution or user objective limit) for the original problem
1161 /** gets global upper (primal) bound in transformed problem (objective value of best solution or user objective limit)
1163 * @return the global upper (primal) bound in transformed problem (objective value of best solution or user objective limit)
1181 /** gets global cutoff bound in transformed problem: a sub problem with lower bound larger than the cutoff
1182 * cannot contain a better feasible solution; usually, this bound is equal to the upper bound, but if the
1183 * objective value is always integral, the cutoff bound is (nearly) one less than the upper bound;
1184 * additionally, due to objective function domain propagation, the cutoff bound can be further reduced
1206 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
1209 * @note using this method in the solving stage can lead to an erroneous SCIP solving status; in particular,
1210 * if a solution not respecting the cutoff bound was found before installing a cutoff bound which
1228 /** returns whether the current primal bound is justified with a feasible primal solution; if not, the primal bound
1231 * @return TRUE if the current primal bound is justified with a feasible primal solution, otherwise FALSE
1249 /** gets current gap |(primalbound - dualbound)/min(|primalbound|,|dualbound|)| if both bounds have same sign,
1252 * @return the current gap |(primalbound - dualbound)/min(|primalbound|,|dualbound|)| if both bounds have same sign,
1265 /** gets current gap |(upperbound - lowerbound)/min(|upperbound|,|lowerbound|)| in transformed problem if both bounds
1268 * @return current gap |(upperbound - lowerbound)/min(|upperbound|,|lowerbound|)| in transformed problem if both bounds
1324 /** gets number of feasible primal solutions found so far, that improved the primal bound at the time they were found
1326 * @return the number of feasible primal solutions found so far, that improved the primal bound at the time they were found
1391 * @return the average number of pseudo cost updates for the given direction over all variables,
1419 /** gets the average pseudo cost score value over all variables, assuming a fractionality of 0.5
1421 * @return the average pseudo cost score value over all variables, assuming a fractionality of 0.5
1447 /** gets the average pseudo cost score value over all variables, assuming a fractionality of 0.5,
1450 * @return the average pseudo cost score value over all variables, assuming a fractionality of 0.5,
1468 /** gets the average conflict score value over all variables, only using the conflict information of the current run
1470 * @return the average conflict score value over all variables, only using the conflict information of the current run
1494 /** gets the average conflictlength score value over all variables, only using the conflictlength information of the
1497 * @return the average conflictlength score value over all variables, only using the conflictlength information of the
1509 /** returns the average number of inferences found after branching in given direction over all variables
1511 * @return the average number of inferences found after branching in given direction over all variables
1523 /** returns the average number of inferences found after branching in given direction over all variables,
1526 * @return the average number of inferences found after branching in given direction over all variables,
1552 /** gets the average inference score value over all variables, only using the inference information of the
1555 * @return the average inference score value over all variables, only using the inference information of the
1567 /** returns the average number of cutoffs found after branching in given direction over all variables
1569 * @return the average number of cutoffs found after branching in given direction over all variables
1581 /** returns the average number of cutoffs found after branching in given direction over all variables,
1584 * @return the average number of cutoffs found after branching in given direction over all variables,
1610 /** gets the average cutoff score value over all variables, only using the cutoff information of the current run
1612 * @return the average cutoff score value over all variables, only using the cutoff information of the current run
1639 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
1666 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
1691 * @note If limits have been changed between the solution and the call to this function, the status is recomputed and
1859 * - ViaPoolApp: The number of cuts that entered the sepastore from the cutpool that were applied to the LP.
1860 * - DirectApp: The number of cuts that entered the sepastore directly and were applied to the LP.
1862 * The number of cuts ViaPoolAdd + Directly should be equal to the number of cuts Filtered + Forced + Selected in the
1865 * @note The following edge case may lead to over or undercounting of statistics: When SCIPapplyCutsProbing() is
1866 * called, cuts are counted for the cut selection statistics, but not for the separator statistics. This
2087 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
2090 * @note If limits have been changed between the solution and the call to this function, the status is recomputed and
2112 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
2134 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
2156 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
2166 SCIP_VERBLEVEL verblevel, /**< minimal verbosity level to actually display the information line */
2170 /** gets total number of implications between variables that are stored in the implication graph
2172 * @return the total number of implications between variables that are stored in the implication graph
2188 /** stores conflict graph of binary variables' implications into a file, which can be used as input for the DOT tool
2190 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
SCIP_RETCODE SCIPprintReoptStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:4189
SCIP_Real SCIPgetAvgPseudocostCountCurrentRun(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:1870
SCIP_Real SCIPgetFirstPrimalBound(SCIP *scip)
Definition: scip_solvingstats.c:1509
SCIP_Longint SCIPgetNRootLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:491
void SCIPprintSeparatorStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2956
SCIP_Real SCIPgetAvgPseudocostScoreCurrentRun(SCIP *scip)
Definition: scip_solvingstats.c:1963
void SCIPprintConstraintStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2624
SCIP_Real SCIPgetFirstLPLowerboundRoot(SCIP *scip)
Definition: scip_solvingstats.c:1496
SCIP_Longint SCIPgetNLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:447
Definition: struct_scip.h:68
SCIP_RETCODE SCIPupdateCutoffbound(SCIP *scip, SCIP_Real cutoffbound)
Definition: scip_solvingstats.c:1613
void SCIPprintConcsolverStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3750
SCIP_Real SCIPgetAvgCutoffScoreCurrentRun(SCIP *scip)
Definition: scip_solvingstats.c:2231
SCIP_Longint SCIPgetNConflictDualproofsApplied(SCIP *scip)
Definition: scip_solvingstats.c:1177
SCIP_Real SCIPgetAvgConflictScore(SCIP *scip)
Definition: scip_solvingstats.c:1986
SCIP_RETCODE SCIPprintTransProblem(SCIP *scip, FILE *file, const char *extension, SCIP_Bool genericnames)
Definition: scip_solvingstats.c:2383
void SCIPprintStatusStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2426
SCIP_RETCODE SCIPprintDisplayLine(SCIP *scip, FILE *file, SCIP_VERBLEVEL verblevel, SCIP_Bool endline)
Definition: scip_solvingstats.c:4385
SCIP_Longint SCIPgetNPrimalResolveLPs(SCIP *scip)
Definition: scip_solvingstats.c:674
void SCIPprintBendersStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3794
void SCIPprintTransProblemStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2479
void SCIPprintTimingStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3921
SCIP_Real SCIPgetDeterministicTime(SCIP *scip)
Definition: scip_solvingstats.c:2256
SCIP_Longint SCIPgetNStrongbranchs(SCIP *scip)
Definition: scip_solvingstats.c:876
void SCIPprintHeuristicStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3166
SCIP_Longint SCIPgetNRootFirstLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:510
SCIP_Longint SCIPgetNRootStrongbranchLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:930
SCIP_Longint SCIPgetNDivingLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:858
void SCIPprintPresolverStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2506
type definitions for return codes for SCIP methods
void SCIPprintBranchruleStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3123
SCIP_RETCODE SCIPprintStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:4136
SCIP_Real SCIPgetAvgCutoffs(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:2170
SCIP_Real SCIPgetLowerboundRoot(SCIP *scip)
Definition: scip_solvingstats.c:1451
SCIP_RETCODE SCIPprintBranchingStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:4270
SCIP_Longint SCIPgetNDualResolveLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:732
SCIP_Real SCIPgetFirstLPDualboundRoot(SCIP *scip)
Definition: scip_solvingstats.c:1475
type definitions for SCIP's main datastructure
SCIP_Longint SCIPgetNResolveLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:656
void SCIPprintConflictStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2807
void SCIPprintCompressionStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3277
void SCIPprintLPStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3314
SCIP_Longint SCIPgetNDelayedCutoffs(SCIP *scip)
Definition: scip_solvingstats.c:401
SCIP_RETCODE SCIPprintOrigProblem(SCIP *scip, FILE *file, const char *extension, SCIP_Bool genericnames)
Definition: scip_solvingstats.c:2339
void SCIPprintPropagatorStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2744
SCIP_Real SCIPgetAvgPseudocostCurrentRun(SCIP *scip, SCIP_Real solvaldelta)
Definition: scip_solvingstats.c:1831
SCIP_Longint SCIPgetNBarrierLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:618
SCIP_Longint SCIPgetNPrimalResolveLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:694
void SCIPprintRootStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3856
SCIP_Longint SCIPgetNNodeLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:786
SCIP_Real SCIPgetAvgInferencesCurrentRun(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:2104
void SCIPprintRelaxatorStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3456
void SCIPprintTreeStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3498
void SCIPprintSolutionStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3548
SCIP_Real SCIPgetPseudocostVariance(SCIP *scip, SCIP_BRANCHDIR branchdir, SCIP_Bool onlycurrentrun)
Definition: scip_solvingstats.c:1912
SCIP_Real SCIPgetAvgConflictlengthScoreCurrentRun(SCIP *scip)
Definition: scip_solvingstats.c:2061
void SCIPprintExpressionHandlerStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3983
SCIP_RETCODE SCIPwriteImplicationConflictGraph(SCIP *scip, const char *filename)
Definition: scip_solvingstats.c:4443
SCIP_Longint SCIPgetNConflictConssFound(SCIP *scip)
Definition: scip_solvingstats.c:1094
SCIP_Real SCIPgetAvgCutoffsCurrentRun(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:2190
void SCIPprintNLPStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3430
SCIP_Longint SCIPgetNDualResolveLPs(SCIP *scip)
Definition: scip_solvingstats.c:712
SCIP_Longint SCIPgetNDualLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:582
SCIP_Longint SCIPgetNConflictConssApplied(SCIP *scip)
Definition: scip_solvingstats.c:1153
SCIP_Longint SCIPgetNObjlimLeaves(SCIP *scip)
Definition: scip_solvingstats.c:320
void SCIPprintNLPIStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:4042
void SCIPprintPricerStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3085
SCIP_Real SCIPgetAvgCutoffScore(SCIP *scip)
Definition: scip_solvingstats.c:2208
SCIP_Longint SCIPgetNNodeInitLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:822
SCIP_Real SCIPgetAvgConflictlengthScore(SCIP *scip)
Definition: scip_solvingstats.c:2036
SCIP_Longint SCIPgetNStrongbranchLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:894
void SCIPprintCutselectorStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3044
SCIP_Longint SCIPgetNPrimalLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:546
SCIP_Real SCIPgetAvgPseudocostCount(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:1849
SCIP_Real SCIPgetAvgInferenceScoreCurrentRun(SCIP *scip)
Definition: scip_solvingstats.c:2147
SCIP_Longint SCIPgetNBestSolsFound(SCIP *scip)
Definition: scip_solvingstats.c:1794
type definitions for branching and inference history
void SCIPprintConstraintTimingStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2683
int SCIPgetNConflictConssFoundNode(SCIP *scip)
Definition: scip_solvingstats.c:1129
type definitions for message output methods
SCIP_Real SCIPgetAvgPseudocostScore(SCIP *scip)
Definition: scip_solvingstats.c:1889
SCIP_Longint SCIPgetNLimSolsFound(SCIP *scip)
Definition: scip_solvingstats.c:1767
int SCIPgetNPricevarsApplied(SCIP *scip)
Definition: scip_solvingstats.c:1000
SCIP_Real SCIPgetAvgPseudocost(SCIP *scip, SCIP_Real solvaldelta)
Definition: scip_solvingstats.c:1811
common defines and data types used in all packages of SCIP
SCIP_Longint SCIPgetNNodeZeroIterationLPs(SCIP *scip)
Definition: scip_solvingstats.c:768
Definition: objbenders.h:43
SCIP_Longint SCIPgetNInfeasibleLeaves(SCIP *scip)
Definition: scip_solvingstats.c:293
SCIP_Real SCIPgetAvgConflictScoreCurrentRun(SCIP *scip)
Definition: scip_solvingstats.c:2011
void SCIPprintOrigProblemStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2453
SCIP_Longint SCIPgetNFeasibleLeaves(SCIP *scip)
Definition: scip_solvingstats.c:266
SCIP_Longint SCIPgetNRootStrongbranchs(SCIP *scip)
Definition: scip_solvingstats.c:912
SCIP_Real SCIPgetAvgInferenceScore(SCIP *scip)
Definition: scip_solvingstats.c:2122
SCIP_Real SCIPgetPseudocostCount(SCIP *scip, SCIP_BRANCHDIR dir, SCIP_Bool onlycurrentrun)
Definition: scip_solvingstats.c:1937
SCIP_Real SCIPgetAvgInferences(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:2084