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.
call propagator after each LP solving during cut-and-price loop Definition at line 39 of file type_timing.h.
call propagator after the cut-and-price loop was finished Definition at line 40 of file type_timing.h.
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 46 of file type_timing.h.
heuristics execution timing flags call heuristic before the processing of the node starts Definition at line 52 of file type_timing.h.
call heuristic after each LP solving during cut-and-price loop Definition at line 53 of file type_timing.h.
call heuristic after the cut-and-price loop was finished Definition at line 54 of file type_timing.h.
call heuristic after the processing of a node with solved LP was finished Definition at line 55 of file type_timing.h.
call heuristic after the processing of a node without solved LP was finished Definition at line 58 of file type_timing.h.
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 61 of file type_timing.h.
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 64 of file type_timing.h.
call heuristic during pricing loop Definition at line 67 of file type_timing.h.
call heuristic before presolving Definition at line 68 of file type_timing.h.
call heuristic during presolving loop Definition at line 69 of file type_timing.h.
call heuristic after propagation which is performed before solving the LP Definition at line 70 of file type_timing.h.
call heuristic after the processing of a node was finished Definition at line 74 of file type_timing.h.
call heuristic after the processing of the last node in the current plunge was finished Definition at line 77 of file type_timing.h. Typedef Documentation
Definition at line 48 of file type_timing.h.
Definition at line 79 of file type_timing.h. |