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.
timing for fast presolving methods Definition at line 43 of file type_timing.h.
timing for more expensive presolving methods Definition at line 44 of file type_timing.h.
timing for most expensive presolving methods Definition at line 45 of file type_timing.h.
call presolver in every timing Definition at line 48 of file type_timing.h.
propagation execution timing flags call propagator before LP is solved Definition at line 54 of file type_timing.h.
call propagator after each LP solving during cut-and-price loop Definition at line 55 of file type_timing.h.
call propagator after the cut-and-price loop was finished Definition at line 56 of file type_timing.h.
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.
heuristics execution timing flags call heuristic before the processing of the node starts Definition at line 68 of file type_timing.h.
call heuristic after each LP solving during cut-and-price loop Definition at line 69 of file type_timing.h.
call heuristic after the cut-and-price loop was finished Definition at line 70 of file type_timing.h.
call heuristic after the processing of a node with solved LP was finished Definition at line 71 of file type_timing.h.
call heuristic after the processing of a node without solved LP 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, and only if the LP was solved for this node Definition at line 77 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 80 of file type_timing.h.
call heuristic during pricing loop Definition at line 83 of file type_timing.h.
call heuristic before presolving Definition at line 84 of file type_timing.h.
call heuristic during presolving loop Definition at line 85 of file type_timing.h.
call heuristic after propagation which is performed before solving the LP Definition at line 86 of file type_timing.h.
call heuristic after the processing of a node was finished Definition at line 90 of file type_timing.h.
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. |