scip_solvingstats.h
Go to the documentation of this file.
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
96 /** add given number to the number of processed nodes in current run and in all runs, including the focus node
327 /** gets total number of iterations used so far in primal and dual simplex and barrier algorithm
329 * @return the total number of iterations used so far in primal and dual simplex and barrier algorithm
365 /** gets total number of iterations used so far in primal and dual simplex and barrier algorithm for the root node
367 * @return the total number of iterations used so far in primal and dual simplex and barrier algorithm for the root node
379 /** gets total number of iterations used in primal and dual simplex and barrier algorithm for the first LP at the root
382 * @return the total number of iterations used in primal and dual simplex and barrier algorithm for the first root LP
492 /** gets total number of simplex iterations used so far in primal and dual simplex calls where an advanced start basis
495 * @return the total number of simplex iterations used so far in primal and dual simplex calls where an advanced start
508 /** gets total number of primal LPs solved so far that were resolved from an advanced start basis
510 * @return the total number of primal LPs solved so far that were resolved from an advanced start basis
522 /** gets total number of simplex iterations used so far in primal simplex calls where an advanced start basis
525 * @return the total number of simplex iterations used so far in primal simplex calls where an advanced start
540 * @return the total number of dual LPs solved so far that were resolved from an advanced start basis
552 /** gets total number of simplex iterations used so far in dual simplex calls where an advanced start basis
555 * @return the total number of simplex iterations used so far in dual simplex calls where an advanced start
666 /** gets total number of times, strong branching was called (each call represents solving two LPs)
668 * @return the total number of times, strong branching was called (each call represents solving two LPs)
694 /** gets total number of times, strong branching was called at the root node (each call represents solving two LPs)
696 * @return the total number of times, strong branching was called at the root node (each call represents solving two LPs)
710 * @return the total number of simplex iterations used so far in strong branching at the root node
830 /** get total number of constraints found in conflict analysis (conflict and reconvergence constraints)
832 * @return the total number of constraints found in conflict analysis (conflict and reconvergence constraints)
910 /** gets maximal depth of all processed nodes in current branch and bound run (excluding probing nodes)
912 * @return the maximal depth of all processed nodes in current branch and bound run (excluding probing nodes)
950 /** gets total number of backtracks, i.e. number of times, the new node was selected from the leaves queue
952 * @return the total number of backtracks, i.e. number of times, the new node was selected from the leaves queue
1108 /** gets lower (dual) bound in transformed problem obtained by the first LP solve at the root node
1110 * @return the lower (dual) bound in transformed problem obtained by first LP solve at the root node
1132 /** gets global primal bound (objective value of best solution or user objective limit) for the original problem
1134 * @return the global primal bound (objective value of best solution or user objective limit) for the original problem
1152 /** gets global upper (primal) bound in transformed problem (objective value of best solution or user objective limit)
1154 * @return the global upper (primal) bound in transformed problem (objective value of best solution or user objective limit)
1172 /** gets global cutoff bound in transformed problem: a sub problem with lower bound larger than the cutoff
1173 * cannot contain a better feasible solution; usually, this bound is equal to the upper bound, but if the
1174 * objective value is always integral, the cutoff bound is (nearly) one less than the upper bound;
1175 * additionally, due to objective function domain propagation, the cutoff bound can be further reduced
1197 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
1200 * @note using this method in the solving stage can lead to an erroneous SCIP solving status; in particular,
1201 * if a solution not respecting the cutoff bound was found before installing a cutoff bound which
1219 /** returns whether the current primal bound is justified with a feasible primal solution; if not, the primal bound
1222 * @return TRUE if the current primal bound is justified with a feasible primal solution, otherwise FALSE
1240 /** gets current gap |(primalbound - dualbound)/min(|primalbound|,|dualbound|)| if both bounds have same sign,
1243 * @return the current gap |(primalbound - dualbound)/min(|primalbound|,|dualbound|)| if both bounds have same sign,
1256 /** gets current gap |(upperbound - lowerbound)/min(|upperbound|,|lowerbound|)| in transformed problem if both bounds
1259 * @return current gap |(upperbound - lowerbound)/min(|upperbound|,|lowerbound|)| in transformed problem if both bounds
1315 /** gets number of feasible primal solutions found so far, that improved the primal bound at the time they were found
1317 * @return the number of feasible primal solutions found so far, that improved the primal bound at the time they were found
1382 * @return the average number of pseudo cost updates for the given direction over all variables,
1410 /** gets the average pseudo cost score value over all variables, assuming a fractionality of 0.5
1412 * @return the average pseudo cost score value over all variables, assuming a fractionality of 0.5
1438 /** gets the average pseudo cost score value over all variables, assuming a fractionality of 0.5,
1441 * @return the average pseudo cost score value over all variables, assuming a fractionality of 0.5,
1459 /** gets the average conflict score value over all variables, only using the conflict information of the current run
1461 * @return the average conflict score value over all variables, only using the conflict information of the current run
1485 /** gets the average conflictlength score value over all variables, only using the conflictlength information of the
1488 * @return the average conflictlength score value over all variables, only using the conflictlength information of the
1500 /** returns the average number of inferences found after branching in given direction over all variables
1502 * @return the average number of inferences found after branching in given direction over all variables
1514 /** returns the average number of inferences found after branching in given direction over all variables,
1517 * @return the average number of inferences found after branching in given direction over all variables,
1543 /** gets the average inference score value over all variables, only using the inference information of the
1546 * @return the average inference score value over all variables, only using the inference information of the
1558 /** returns the average number of cutoffs found after branching in given direction over all variables
1560 * @return the average number of cutoffs found after branching in given direction over all variables
1572 /** returns the average number of cutoffs found after branching in given direction over all variables,
1575 * @return the average number of cutoffs found after branching in given direction over all variables,
1601 /** gets the average cutoff score value over all variables, only using the cutoff information of the current run
1603 * @return the average cutoff score value over all variables, only using the cutoff information of the current run
1630 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
1657 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
1682 * @note If limits have been changed between the solution and the call to this function, the status is recomputed and
2013 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
2016 * @note If limits have been changed between the solution and the call to this function, the status is recomputed and
2038 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
2060 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
2082 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
2092 SCIP_VERBLEVEL verblevel, /**< minimal verbosity level to actually display the information line */
2096 /** gets total number of implications between variables that are stored in the implication graph
2098 * @return the total number of implications between variables that are stored in the implication graph
2114 /** stores conflict graph of binary variables' implications into a file, which can be used as input for the DOT tool
2116 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
SCIP_EXPORT int SCIPgetNRootboundChgsRun(SCIP *scip)
Definition: scip_solvingstats.c:362
SCIP_EXPORT SCIP_Longint SCIPgetNStrongbranchs(SCIP *scip)
Definition: scip_solvingstats.c:864
SCIP_EXPORT SCIP_Longint SCIPgetNSolsFound(SCIP *scip)
Definition: scip_solvingstats.c:1720
SCIP_EXPORT void SCIPprintConflictStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2787
SCIP_EXPORT SCIP_RETCODE SCIPprintDisplayLine(SCIP *scip, FILE *file, SCIP_VERBLEVEL verblevel, SCIP_Bool endline)
Definition: scip_solvingstats.c:4104
Definition: struct_scip.h:59
SCIP_EXPORT SCIP_Real SCIPgetAvgInferences(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:2064
SCIP_EXPORT int SCIPgetNCutsApplied(SCIP *scip)
Definition: scip_solvingstats.c:1058
SCIP_EXPORT SCIP_Longint SCIPgetNDualResolveLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:720
SCIP_EXPORT SCIP_RETCODE SCIPwriteImplicationConflictGraph(SCIP *scip, const char *filename)
Definition: scip_solvingstats.c:4162
SCIP_EXPORT SCIP_Longint SCIPgetNFeasibleLeaves(SCIP *scip)
Definition: scip_solvingstats.c:254
SCIP_EXPORT SCIP_Real SCIPgetAvgLowerbound(SCIP *scip)
Definition: scip_solvingstats.c:1311
SCIP_EXPORT int SCIPgetNConflictConssFoundNode(SCIP *scip)
Definition: scip_solvingstats.c:1117
SCIP_EXPORT void SCIPprintLPStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3191
SCIP_EXPORT SCIP_Longint SCIPgetNConflictDualproofsApplied(SCIP *scip)
Definition: scip_solvingstats.c:1165
SCIP_EXPORT SCIP_Longint SCIPgetNNodeInitLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:810
SCIP_EXPORT int SCIPgetNEnabledConss(SCIP *scip)
Definition: scip_solvingstats.c:1274
SCIP_EXPORT int SCIPgetNCutsFoundRound(SCIP *scip)
Definition: scip_solvingstats.c:1040
SCIP_EXPORT SCIP_Longint SCIPgetNLimSolsFound(SCIP *scip)
Definition: scip_solvingstats.c:1747
SCIP_EXPORT void SCIPstoreSolutionGap(SCIP *scip)
Definition: scip_solvingstats.c:4173
SCIP_EXPORT SCIP_Real SCIPgetAvgCutoffScoreCurrentRun(SCIP *scip)
Definition: scip_solvingstats.c:2211
SCIP_EXPORT void SCIPprintBranchruleStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3000
SCIP_EXPORT void SCIPprintSeparatorStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2919
SCIP_EXPORT void SCIPprintConcsolverStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3627
type definitions for return codes for SCIP methods
SCIP_EXPORT SCIP_Real SCIPgetUpperbound(SCIP *scip)
Definition: scip_solvingstats.c:1535
SCIP_EXPORT SCIP_Longint SCIPgetNBarrierLPs(SCIP *scip)
Definition: scip_solvingstats.c:588
SCIP_EXPORT SCIP_Longint SCIPgetNStrongbranchLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:882
SCIP_EXPORT SCIP_Longint SCIPgetNNodeLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:774
SCIP_EXPORT SCIP_Real SCIPgetCutoffbound(SCIP *scip)
Definition: scip_solvingstats.c:1565
SCIP_EXPORT SCIP_Real SCIPgetAvgInferencesCurrentRun(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:2084
SCIP_EXPORT void SCIPprintCompressionStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3154
SCIP_EXPORT SCIP_Longint SCIPgetNPrimalLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:534
SCIP_EXPORT SCIP_Longint SCIPgetNDualLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:570
SCIP_EXPORT SCIP_Real SCIPgetFirstLPDualboundRoot(SCIP *scip)
Definition: scip_solvingstats.c:1455
SCIP_EXPORT void SCIPaddNNodes(SCIP *scip, SCIP_Longint nnodes)
Definition: scip_solvingstats.c:171
SCIP_EXPORT void SCIPprintPresolverStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2486
SCIP_EXPORT SCIP_Real SCIPgetPseudocostCount(SCIP *scip, SCIP_BRANCHDIR dir, SCIP_Bool onlycurrentrun)
Definition: scip_solvingstats.c:1917
SCIP_EXPORT SCIP_Real SCIPgetAvgPseudocostCountCurrentRun(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:1850
SCIP_EXPORT SCIP_Real SCIPgetAvgPseudocostScore(SCIP *scip)
Definition: scip_solvingstats.c:1869
SCIP_EXPORT SCIP_Longint SCIPgetNRootFirstLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:498
SCIP_EXPORT SCIP_Longint SCIPgetNTotalNodes(SCIP *scip)
Definition: scip_solvingstats.c:227
SCIP_EXPORT SCIP_Real SCIPgetAvgConflictScoreCurrentRun(SCIP *scip)
Definition: scip_solvingstats.c:1991
type definitions for SCIP's main datastructure
SCIP_EXPORT SCIP_Longint SCIPgetNNodeLPs(SCIP *scip)
Definition: scip_solvingstats.c:738
SCIP_EXPORT int SCIPgetNActiveConss(SCIP *scip)
Definition: scip_solvingstats.c:1257
SCIP_EXPORT SCIP_Bool SCIPisPrimalboundSol(SCIP *scip)
Definition: scip_solvingstats.c:1625
SCIP_EXPORT SCIP_Real SCIPgetFirstPrimalBound(SCIP *scip)
Definition: scip_solvingstats.c:1489
SCIP_EXPORT SCIP_Real SCIPgetAvgInferenceScore(SCIP *scip)
Definition: scip_solvingstats.c:2102
SCIP_EXPORT SCIP_RETCODE SCIPprintBranchingStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3989
SCIP_EXPORT int SCIPgetNPriceRounds(SCIP *scip)
Definition: scip_solvingstats.c:934
SCIP_EXPORT SCIP_Longint SCIPgetNDelayedCutoffs(SCIP *scip)
Definition: scip_solvingstats.c:389
SCIP_EXPORT SCIP_RETCODE SCIPprintOrigProblem(SCIP *scip, FILE *file, const char *extension, SCIP_Bool genericnames)
Definition: scip_solvingstats.c:2319
SCIP_EXPORT SCIP_Real SCIPgetPseudocostVariance(SCIP *scip, SCIP_BRANCHDIR branchdir, SCIP_Bool onlycurrentrun)
Definition: scip_solvingstats.c:1892
SCIP_EXPORT SCIP_Real SCIPgetAvgConflictlengthScoreCurrentRun(SCIP *scip)
Definition: scip_solvingstats.c:2041
SCIP_EXPORT SCIP_Longint SCIPgetNObjlimLeaves(SCIP *scip)
Definition: scip_solvingstats.c:308
SCIP_EXPORT void SCIPprintTransProblemStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2459
SCIP_EXPORT void SCIPprintPropagatorStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2724
SCIP_EXPORT int SCIPgetNPricevarsApplied(SCIP *scip)
Definition: scip_solvingstats.c:988
SCIP_EXPORT SCIP_Longint SCIPgetNRootStrongbranchs(SCIP *scip)
Definition: scip_solvingstats.c:900
SCIP_EXPORT SCIP_Longint SCIPgetNDivingLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:846
SCIP_EXPORT void SCIPprintHeuristicStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3043
SCIP_EXPORT void SCIPprintRootStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3733
SCIP_EXPORT void SCIPprintSolutionStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3425
SCIP_EXPORT SCIP_Longint SCIPgetNPrimalLPs(SCIP *scip)
Definition: scip_solvingstats.c:516
SCIP_EXPORT SCIP_Longint SCIPgetNDualResolveLPs(SCIP *scip)
Definition: scip_solvingstats.c:700
SCIP_EXPORT SCIP_Real SCIPgetDeterministicTime(SCIP *scip)
Definition: scip_solvingstats.c:2236
SCIP_EXPORT SCIP_Real SCIPgetAvgPseudocostCurrentRun(SCIP *scip, SCIP_Real solvaldelta)
Definition: scip_solvingstats.c:1811
SCIP_EXPORT SCIP_Longint SCIPgetNBacktracks(SCIP *scip)
Definition: scip_solvingstats.c:1237
SCIP_EXPORT SCIP_Longint SCIPgetNDivingLPs(SCIP *scip)
Definition: scip_solvingstats.c:828
SCIP_EXPORT SCIP_Real SCIPgetTransGap(SCIP *scip)
Definition: scip_solvingstats.c:1682
SCIP_EXPORT int SCIPgetNRootboundChgs(SCIP *scip)
Definition: scip_solvingstats.c:335
SCIP_EXPORT SCIP_Longint SCIPgetNConflictConssFound(SCIP *scip)
Definition: scip_solvingstats.c:1082
SCIP_EXPORT SCIP_Longint SCIPgetNDualLPs(SCIP *scip)
Definition: scip_solvingstats.c:552
SCIP_EXPORT SCIP_RETCODE SCIPupdateCutoffbound(SCIP *scip, SCIP_Real cutoffbound)
Definition: scip_solvingstats.c:1593
SCIP_EXPORT int SCIPgetMaxTotalDepth(SCIP *scip)
Definition: scip_solvingstats.c:1213
SCIP_EXPORT SCIP_RETCODE SCIPprintStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3874
SCIP_EXPORT SCIP_Longint SCIPgetNResolveLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:644
SCIP_EXPORT void SCIPprintConstraintStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2604
SCIP_EXPORT void SCIPprintConstraintTimingStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2663
SCIP_EXPORT SCIP_Real SCIPgetLowerboundRoot(SCIP *scip)
Definition: scip_solvingstats.c:1431
SCIP_EXPORT int SCIPgetNSepaRounds(SCIP *scip)
Definition: scip_solvingstats.c:1004
SCIP_EXPORT SCIP_RETCODE SCIPprintTransProblem(SCIP *scip, FILE *file, const char *extension, SCIP_Bool genericnames)
Definition: scip_solvingstats.c:2363
SCIP_EXPORT SCIP_Longint SCIPgetNPrimalResolveLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:682
SCIP_EXPORT SCIP_RETCODE SCIPprintReoptStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3927
SCIP_EXPORT SCIP_Longint SCIPgetNResolveLPs(SCIP *scip)
Definition: scip_solvingstats.c:624
SCIP_EXPORT SCIP_Longint SCIPgetNLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:435
SCIP_EXPORT SCIP_Longint SCIPgetNRootStrongbranchLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:918
SCIP_EXPORT void SCIPprintOrigProblemStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2433
SCIP_EXPORT SCIP_Real SCIPgetLowerbound(SCIP *scip)
Definition: scip_solvingstats.c:1362
SCIP_EXPORT SCIP_Real SCIPgetFirstLPLowerboundRoot(SCIP *scip)
Definition: scip_solvingstats.c:1476
SCIP_EXPORT SCIP_Real SCIPgetAvgPseudocostCount(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:1829
SCIP_EXPORT void SCIPprintPricerStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2962
SCIP_EXPORT SCIP_Longint SCIPgetNRootLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:479
SCIP_EXPORT SCIP_Longint SCIPgetNPrimalResolveLPs(SCIP *scip)
Definition: scip_solvingstats.c:662
SCIP_EXPORT SCIP_Longint SCIPgetNNodeZeroIterationLPs(SCIP *scip)
Definition: scip_solvingstats.c:756
type definitions for branching and inference history
SCIP_EXPORT SCIP_Real SCIPgetAvgPseudocost(SCIP *scip, SCIP_Real solvaldelta)
Definition: scip_solvingstats.c:1791
SCIP_EXPORT SCIP_Real SCIPgetAvgCutoffsCurrentRun(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:2170
SCIP_EXPORT SCIP_Real SCIPgetPrimalbound(SCIP *scip)
Definition: scip_solvingstats.c:1511
SCIP_EXPORT SCIP_Real SCIPgetAvgPseudocostScoreCurrentRun(SCIP *scip)
Definition: scip_solvingstats.c:1943
SCIP_EXPORT SCIP_Longint SCIPgetNNodeInitLPs(SCIP *scip)
Definition: scip_solvingstats.c:792
SCIP_EXPORT SCIP_Real SCIPgetAvgDualbound(SCIP *scip)
Definition: scip_solvingstats.c:1292
type definitions for message output methods
SCIP_EXPORT SCIP_Longint SCIPgetNBestSolsFound(SCIP *scip)
Definition: scip_solvingstats.c:1774
SCIP_EXPORT void SCIPprintNLPStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3307
SCIP_EXPORT SCIP_Real SCIPgetAvgCutoffs(SCIP *scip, SCIP_BRANCHDIR dir)
Definition: scip_solvingstats.c:2150
SCIP_EXPORT SCIP_Real SCIPgetAvgCutoffScore(SCIP *scip)
Definition: scip_solvingstats.c:2188
SCIP_EXPORT void SCIPprintTreeStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3375
common defines and data types used in all packages of SCIP
SCIP_EXPORT int SCIPgetNImplications(SCIP *scip)
Definition: scip_solvingstats.c:4134
SCIP_EXPORT void SCIPprintTimingStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3798
Definition: objbenders.h:33
SCIP_EXPORT SCIP_Longint SCIPgetNBarrierLPIterations(SCIP *scip)
Definition: scip_solvingstats.c:606
SCIP_EXPORT SCIP_Real SCIPgetDualbound(SCIP *scip)
Definition: scip_solvingstats.c:1335
SCIP_EXPORT SCIP_Real SCIPgetAvgInferenceScoreCurrentRun(SCIP *scip)
Definition: scip_solvingstats.c:2127
SCIP_EXPORT SCIP_Real SCIPgetAvgConflictlengthScore(SCIP *scip)
Definition: scip_solvingstats.c:2016
SCIP_EXPORT void SCIPprintBendersStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3671
SCIP_EXPORT SCIP_Real SCIPgetAvgConflictScore(SCIP *scip)
Definition: scip_solvingstats.c:1966
SCIP_EXPORT SCIP_Longint SCIPgetNConflictConssApplied(SCIP *scip)
Definition: scip_solvingstats.c:1141
SCIP_EXPORT void SCIPprintStatusStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:2406
SCIP_EXPORT void SCIPprintRelaxatorStatistics(SCIP *scip, FILE *file)
Definition: scip_solvingstats.c:3333
SCIP_EXPORT int SCIPgetNPricevarsFound(SCIP *scip)
Definition: scip_solvingstats.c:970
SCIP_EXPORT SCIP_Longint SCIPgetNInfeasibleLeaves(SCIP *scip)
Definition: scip_solvingstats.c:281
SCIP_EXPORT SCIP_Real SCIPgetDualboundRoot(SCIP *scip)
Definition: scip_solvingstats.c:1407