All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Descriptiontiming definitions for SCIP Definition in file type_timing.h. Go to the source code of this file.
Macro Definition Documentation
propagation execution timing flags call propagator before LP is solved Definition at line 38 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 39 of file type_timing.h. Referenced by priceAndCutLoop(), SCIP_DECL_PROPEXEC(), SCIPconshdlrCreate(), and SCIPpropCreate().
call propagator after the cut-and-price loop was finished Definition at line 40 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 41 of file type_timing.h.
call propagator regardless of current status Definition at line 45 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 51 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 52 of file type_timing.h. Referenced by priceAndCutLoop(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEURINIT(), SCIP_DECL_HEURINITSOL(), and SCIPprimalHeuristics().
call heuristic after the cut-and-price loop was finished Definition at line 53 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 54 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 56 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 58 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 60 of file type_timing.h. Referenced by SCIPheurShouldBeExecuted(), and SCIPprimalHeuristics().
call heuristic during pricing loop Definition at line 62 of file type_timing.h. Referenced by performLPRandRounding(), performLPSimpleRounding(), SCIP_DECL_HEUREXEC(), SCIPpriceLoop(), and SCIPprimalHeuristics().
call heuristic before presolving Definition at line 63 of file type_timing.h. Referenced by presolve(), SCIP_DECL_HEUREXEC(), SCIPheurExec(), SCIPheurShouldBeExecuted(), and SCIPprimalHeuristics().
call heuristic during presolving loop Definition at line 64 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 65 of file type_timing.h. Referenced by propAndSolve(), and SCIPprimalHeuristics().
call heuristic after the processing of a node was finished Definition at line 69 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 72 of file type_timing.h. Typedef Documentation
Definition at line 47 of file type_timing.h.
Definition at line 74 of file type_timing.h. |