Detailed Descriptiontiming definitions for SCIP Definition in file type_timing.h. Go to the source code of this file.
Macro Definition Documentation
presolving execution timing flags
Definition at line 42 of file type_timing.h. Referenced by SCIPpropCreate().
timing for fast presolving methods Definition at line 43 of file type_timing.h. Referenced by presolve(), presolveRound(), propagateCumulativeCondition(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_QUADCONSUPGD(), SCIPconshdlrCreate(), SCIPpresolCreate(), SCIPpropCreate(), and tightenWeights().
timing for more expensive presolving methods Definition at line 44 of file type_timing.h. Referenced by presolve(), presolveRound(), propagateCumulativeCondition(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_QUADCONSUPGD(), SCIPconshdlrCreate(), SCIPpresolCreate(), SCIPpropCreate(), and tightenWeights().
timing for most expensive presolving methods Definition at line 45 of file type_timing.h. Referenced by preprocessConstraintPairs(), presolveCons(), presolveRound(), propagateCumulativeCondition(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_PRESOLEXEC(), SCIPconshdlrCreate(), SCIPpresolCreate(), SCIPpropCreate(), and tightenWeights().
call presolver in every timing Definition at line 48 of file type_timing.h. Referenced by SCIP_DECL_CONSPROP(), SCIPconshdlrCreate(), SCIPconshdlrSetPresol(), SCIPincludeConshdlrBasic(), SCIPincludePropBasic(), SCIPpresolCreate(), SCIPpropCreate(), and SCIPpropSetPresol().
propagation execution timing flags call propagator before LP is solved Definition at line 54 of file type_timing.h. Referenced by priceAndCutLoop(), propAndSolve(), SCIPconshdlrCreate(), SCIPincludeConshdlrBasic(), SCIPpropCreate(), and solveNode().
call propagator after each LP solving during cut-and-price loop Definition at line 55 of file type_timing.h. Referenced by priceAndCutLoop(), SCIPconshdlrCreate(), and SCIPpropCreate().
call propagator after the cut-and-price loop was finished Definition at line 56 of file type_timing.h. Referenced by SCIPconshdlrCreate(), SCIPpropCreate(), and solveNode().
call propagator after the processing of a node with solved LP was finished Definition at line 57 of file type_timing.h.
call propagator regardless of current status Definition at line 62 of file type_timing.h. Referenced by nodeRepropagate(), SCIPconshdlrCreate(), SCIPpropagateProbing(), and SCIPpropCreate().
heuristics execution timing flags call heuristic before the processing of the node starts Definition at line 68 of file type_timing.h. Referenced by SCIP_DECL_HEUREXEC(), SCIP_DECL_HEURINITSOL(), SCIPprimalHeuristics(), and solveNode().
call heuristic after each LP solving during cut-and-price loop Definition at line 69 of file type_timing.h. Referenced by priceAndCutLoop(), SCIP_DECL_HEURINIT(), SCIP_DECL_HEURINITSOL(), and SCIPprimalHeuristics().
call heuristic after the cut-and-price loop was finished Definition at line 70 of file type_timing.h. Referenced by SCIPprimalHeuristics(), and solveNode().
call heuristic after the processing of a node with solved LP was finished Definition at line 71 of file type_timing.h. Referenced by SCIP_DECL_HEURINITSOL(), SCIPheurShouldBeExecuted(), and SCIPprimalHeuristics().
call heuristic after the processing of a node without solved LP was finished Definition at line 74 of file type_timing.h. Referenced by SCIPheurShouldBeExecuted(), and SCIPprimalHeuristics().
call heuristic after the processing of the last node in the current plunge was finished, and only if the LP was solved for this node Definition at line 77 of file type_timing.h. Referenced by SCIPheurShouldBeExecuted(), and SCIPprimalHeuristics().
call heuristic after the processing of the last node in the current plunge was finished, and only if the LP was not solved for this node Definition at line 80 of file type_timing.h. Referenced by SCIPheurShouldBeExecuted(), and SCIPprimalHeuristics().
call heuristic during pricing loop Definition at line 83 of file type_timing.h. Referenced by performLPRandRounding(), performLPSimpleRounding(), SCIP_DECL_HEUREXEC(), SCIPpriceLoop(), and SCIPprimalHeuristics().
call heuristic before presolving Definition at line 84 of file type_timing.h. Referenced by presolve(), SCIP_DECL_HEUREXEC(), SCIPheurExec(), SCIPheurShouldBeExecuted(), and SCIPprimalHeuristics().
call heuristic during presolving loop Definition at line 85 of file type_timing.h. Referenced by presolveRound(), SCIPheurExec(), SCIPheurShouldBeExecuted(), and SCIPprimalHeuristics().
call heuristic after propagation which is performed before solving the LP Definition at line 86 of file type_timing.h. Referenced by propAndSolve(), and SCIPprimalHeuristics().
call heuristic after the processing of a node was finished Definition at line 90 of file type_timing.h. Referenced by SCIPprimalHeuristics(), SCIPsolveCIP(), and solveNode().
call heuristic after the processing of the last node in the current plunge was finished Definition at line 93 of file type_timing.h. Typedef Documentation
Definition at line 50 of file type_timing.h.
Definition at line 64 of file type_timing.h.
Definition at line 95 of file type_timing.h. |