default statistics tables
Definition in file table_default.c.
Go to the source code of this file.
Functions | |
static | SCIP_DECL_TABLECOPY (tableCopyDefault) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputStatus) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputTiming) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputOrigProb) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputTransProb) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputPresol) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputCons) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputConstiming) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputProp) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputConflict) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputSepa) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputPricer) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputBranch) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputHeur) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputCompression) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputLP) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputNLP) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputRelax) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputTree) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputRoot) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputSol) |
static | SCIP_DECL_TABLEOUTPUT (tableOutputConc) |
SCIP_RETCODE | SCIPincludeTableDefault (SCIP *scip) |
#define TABLE_NAME_STATUS "status" |
Definition at line 27 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_STATUS "status statistics table" |
Definition at line 28 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_STATUS 0 |
the position of the statistics table
Definition at line 29 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_STATUS SCIP_STAGE_INIT |
output of the statistics table is only printed from this stage onwards
Definition at line 30 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_TIMING "timing" |
Definition at line 32 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_TIMING "timing statistics table" |
Definition at line 33 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_TIMING 1000 |
the position of the statistics table
Definition at line 34 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_TIMING SCIP_STAGE_PROBLEM |
output of the statistics table is only printed from this stage onwards
Definition at line 35 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_ORIGPROB "origprob" |
Definition at line 37 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_ORIGPROB "original problem statistics table" |
Definition at line 38 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_ORIGPROB 2000 |
the position of the statistics table
Definition at line 39 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_ORIGPROB SCIP_STAGE_PROBLEM |
output of the statistics table is only printed from this stage onwards
Definition at line 40 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_TRANSPROB "presolvedprob" |
Definition at line 42 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_TRANSPROB "presolved problem statistics table" |
Definition at line 43 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_TRANSPROB 3000 |
the position of the statistics table
Definition at line 44 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_TRANSPROB SCIP_STAGE_TRANSFORMED |
output of the statistics table is only printed from this stage onwards
Definition at line 45 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_PRESOL "presolver" |
Definition at line 47 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_PRESOL "presolver statistics table" |
Definition at line 48 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_PRESOL 4000 |
the position of the statistics table
Definition at line 49 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_PRESOL SCIP_STAGE_TRANSFORMED |
output of the statistics table is only printed from this stage onwards
Definition at line 50 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_CONS "constraint" |
Definition at line 52 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_CONS "constraint statistics table" |
Definition at line 53 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_CONS 5000 |
the position of the statistics table
Definition at line 54 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_CONS SCIP_STAGE_TRANSFORMED |
output of the statistics table is only printed from this stage onwards
Definition at line 55 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_CONSTIMING "constiming" |
Definition at line 57 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_CONSTIMING "constraint timing statistics table" |
Definition at line 58 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_CONSTIMING 6000 |
the position of the statistics table
Definition at line 59 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_CONSTIMING SCIP_STAGE_TRANSFORMED |
output of the statistics table is only printed from this stage onwards
Definition at line 60 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_PROP "propagator" |
Definition at line 62 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_PROP "propagator statistics table" |
Definition at line 63 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_PROP 7000 |
the position of the statistics table
Definition at line 64 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_PROP SCIP_STAGE_TRANSFORMED |
output of the statistics table is only printed from this stage onwards
Definition at line 65 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_CONFLICT "conflict" |
Definition at line 67 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_CONFLICT "conflict statistics table" |
Definition at line 68 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_CONFLICT 8000 |
the position of the statistics table
Definition at line 69 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_CONFLICT SCIP_STAGE_TRANSFORMED |
output of the statistics table is only printed from this stage onwards
Definition at line 70 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_SEPA "separator" |
Definition at line 72 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_SEPA "separator statistics table" |
Definition at line 73 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_SEPA 9000 |
the position of the statistics table
Definition at line 74 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_SEPA SCIP_STAGE_SOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 75 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_PRICER "pricer" |
Definition at line 77 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_PRICER "pricer statistics table" |
Definition at line 78 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_PRICER 10000 |
the position of the statistics table
Definition at line 79 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_PRICER SCIP_STAGE_SOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 80 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_BRANCH "branchrules" |
Definition at line 82 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_BRANCH "branching rules statistics table" |
Definition at line 83 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_BRANCH 11000 |
the position of the statistics table
Definition at line 84 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_BRANCH SCIP_STAGE_SOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 85 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_HEUR "heuristics" |
Definition at line 87 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_HEUR "heuristics statistics table" |
Definition at line 88 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_HEUR 12000 |
the position of the statistics table
Definition at line 89 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_HEUR SCIP_STAGE_PRESOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 90 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_COMPRESSION "compression" |
Definition at line 92 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_COMPRESSION "compression statistics table" |
Definition at line 93 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_COMPRESSION 13000 |
the position of the statistics table
Definition at line 94 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_COMPRESSION SCIP_STAGE_PRESOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 95 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_LP "lp" |
Definition at line 97 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_LP "lp statistics table" |
Definition at line 98 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_LP 14000 |
the position of the statistics table
Definition at line 99 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_LP SCIP_STAGE_SOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 100 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_NLP "nlp" |
Definition at line 102 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_NLP "nlp statistics table" |
Definition at line 103 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_NLP 15000 |
the position of the statistics table
Definition at line 104 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_NLP SCIP_STAGE_SOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 105 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_RELAX "relaxator" |
Definition at line 107 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_RELAX "relaxator statistics table" |
Definition at line 108 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_RELAX 16000 |
the position of the statistics table
Definition at line 109 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_RELAX SCIP_STAGE_SOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 110 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_TREE "tree" |
Definition at line 112 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_TREE "tree statistics table" |
Definition at line 113 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_TREE 17000 |
the position of the statistics table
Definition at line 114 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_TREE SCIP_STAGE_SOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 115 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_ROOT "root" |
Definition at line 117 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_ROOT "root statistics table" |
Definition at line 118 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_ROOT 18000 |
the position of the statistics table
Definition at line 119 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_ROOT SCIP_STAGE_SOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 120 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_SOL "solution" |
Definition at line 122 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_SOL "solution statistics table" |
Definition at line 123 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_SOL 19000 |
the position of the statistics table
Definition at line 124 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_SOL SCIP_STAGE_PRESOLVING |
output of the statistics table is only printed from this stage onwards
Definition at line 125 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_NAME_CONC "concurrentsolver" |
Definition at line 127 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_DESC_CONC "concurrent solver statistics table" |
Definition at line 128 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_POSITION_CONC 20000 |
the position of the statistics table
Definition at line 129 of file table_default.c.
Referenced by SCIPincludeTableDefault().
#define TABLE_EARLIEST_STAGE_CONC SCIP_STAGE_TRANSFORMED |
output of the statistics table is only printed from this stage onwards
Definition at line 130 of file table_default.c.
Referenced by SCIPincludeTableDefault().
|
static |
copy method for statistics table plugins (called when SCIP copies plugins)
Definition at line 138 of file table_default.c.
References SCIP_CALL, SCIP_OKAY, SCIPfindTable(), SCIPincludeTableDefault(), and SCIPtableGetName().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 154 of file table_default.c.
References SCIP_OKAY, and SCIPprintStatusStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 166 of file table_default.c.
References SCIP_OKAY, and SCIPprintTimingStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 178 of file table_default.c.
References SCIP_OKAY, and SCIPprintOrigProblemStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 190 of file table_default.c.
References SCIP_OKAY, and SCIPprintTransProblemStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 202 of file table_default.c.
References SCIP_OKAY, and SCIPprintPresolverStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 214 of file table_default.c.
References SCIP_OKAY, and SCIPprintConstraintStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 226 of file table_default.c.
References SCIP_OKAY, and SCIPprintConstraintTimingStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 238 of file table_default.c.
References SCIP_OKAY, and SCIPprintPropagatorStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 250 of file table_default.c.
References SCIP_OKAY, and SCIPprintConflictStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 262 of file table_default.c.
References SCIP_OKAY, and SCIPprintSeparatorStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 274 of file table_default.c.
References SCIP_OKAY, and SCIPprintPricerStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 286 of file table_default.c.
References SCIP_OKAY, and SCIPprintBranchruleStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 298 of file table_default.c.
References SCIP_OKAY, and SCIPprintHeuristicStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 310 of file table_default.c.
References SCIP_OKAY, and SCIPprintCompressionStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 322 of file table_default.c.
References SCIP_OKAY, and SCIPprintLPStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 334 of file table_default.c.
References SCIP_OKAY, and SCIPprintNLPStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 346 of file table_default.c.
References SCIP_OKAY, and SCIPprintRelaxatorStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 358 of file table_default.c.
References SCIP_OKAY, and SCIPprintTreeStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 370 of file table_default.c.
References SCIP_OKAY, and SCIPprintRootStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 382 of file table_default.c.
References SCIP_OKAY, and SCIPprintSolutionStatistics().
|
static |
output method of statistics table to output file stream 'file'
Definition at line 394 of file table_default.c.
References SCIP_OKAY, and SCIPprintConcsolverStatistics().