Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    default statistics tables

    Author
    Tristan Gally

    Definition in file table_default.c.

    Go to the source code of this file.

    Macros

    #define TABLE_NAME_STATUS   "status"
     
    #define TABLE_DESC_STATUS   "status statistics table"
     
    #define TABLE_POSITION_STATUS   0
     
    #define TABLE_EARLIEST_STAGE_STATUS   SCIP_STAGE_INIT
     
    #define TABLE_NAME_TIMING   "timing"
     
    #define TABLE_DESC_TIMING   "timing statistics table"
     
    #define TABLE_POSITION_TIMING   1000
     
    #define TABLE_EARLIEST_STAGE_TIMING   SCIP_STAGE_PROBLEM
     
    #define TABLE_NAME_ORIGPROB   "origprob"
     
    #define TABLE_DESC_ORIGPROB   "original problem statistics table"
     
    #define TABLE_POSITION_ORIGPROB   2000
     
    #define TABLE_EARLIEST_STAGE_ORIGPROB   SCIP_STAGE_PROBLEM
     
    #define TABLE_NAME_TRANSPROB   "presolvedprob"
     
    #define TABLE_DESC_TRANSPROB   "presolved problem statistics table"
     
    #define TABLE_POSITION_TRANSPROB   3000
     
    #define TABLE_EARLIEST_STAGE_TRANSPROB   SCIP_STAGE_TRANSFORMED
     
    #define TABLE_NAME_PRESOL   "presolver"
     
    #define TABLE_DESC_PRESOL   "presolver statistics table"
     
    #define TABLE_POSITION_PRESOL   4000
     
    #define TABLE_EARLIEST_STAGE_PRESOL   SCIP_STAGE_TRANSFORMED
     
    #define TABLE_NAME_CONS   "constraint"
     
    #define TABLE_DESC_CONS   "constraint statistics table"
     
    #define TABLE_POSITION_CONS   5000
     
    #define TABLE_EARLIEST_STAGE_CONS   SCIP_STAGE_TRANSFORMED
     
    #define TABLE_NAME_CONSTIMING   "constiming"
     
    #define TABLE_DESC_CONSTIMING   "constraint timing statistics table"
     
    #define TABLE_POSITION_CONSTIMING   6000
     
    #define TABLE_EARLIEST_STAGE_CONSTIMING   SCIP_STAGE_TRANSFORMED
     
    #define TABLE_NAME_PROP   "propagator"
     
    #define TABLE_DESC_PROP   "propagator statistics table"
     
    #define TABLE_POSITION_PROP   7000
     
    #define TABLE_EARLIEST_STAGE_PROP   SCIP_STAGE_TRANSFORMED
     
    #define TABLE_NAME_CONFLICT   "conflict"
     
    #define TABLE_DESC_CONFLICT   "conflict statistics table"
     
    #define TABLE_POSITION_CONFLICT   8000
     
    #define TABLE_EARLIEST_STAGE_CONFLICT   SCIP_STAGE_TRANSFORMED
     
    #define TABLE_NAME_SEPA   "separator"
     
    #define TABLE_DESC_SEPA   "separator statistics table"
     
    #define TABLE_POSITION_SEPA   9000
     
    #define TABLE_EARLIEST_STAGE_SEPA   SCIP_STAGE_SOLVING
     
    #define TABLE_NAME_CUTSEL   "cutsel"
     
    #define TABLE_DESC_CUTSEL   "cutsel statistics table"
     
    #define TABLE_POSITION_CUTSEL   9500
     
    #define TABLE_EARLIEST_STAGE_CUTSEL   SCIP_STAGE_SOLVING
     
    #define TABLE_NAME_PRICER   "pricer"
     
    #define TABLE_DESC_PRICER   "pricer statistics table"
     
    #define TABLE_POSITION_PRICER   10000
     
    #define TABLE_EARLIEST_STAGE_PRICER   SCIP_STAGE_SOLVING
     
    #define TABLE_NAME_BRANCH   "branchrules"
     
    #define TABLE_DESC_BRANCH   "branching rules statistics table"
     
    #define TABLE_POSITION_BRANCH   11000
     
    #define TABLE_EARLIEST_STAGE_BRANCH   SCIP_STAGE_SOLVING
     
    #define TABLE_NAME_HEUR   "heuristics"
     
    #define TABLE_DESC_HEUR   "heuristics statistics table"
     
    #define TABLE_POSITION_HEUR   12000
     
    #define TABLE_EARLIEST_STAGE_HEUR   SCIP_STAGE_PRESOLVING
     
    #define TABLE_NAME_COMPRESSION   "compression"
     
    #define TABLE_DESC_COMPRESSION   "compression statistics table"
     
    #define TABLE_POSITION_COMPRESSION   13000
     
    #define TABLE_EARLIEST_STAGE_COMPRESSION   SCIP_STAGE_PRESOLVING
     
    #define TABLE_NAME_BENDERS   "benders"
     
    #define TABLE_DESC_BENDERS   "benders' decomposition statistics table"
     
    #define TABLE_POSITION_BENDERS   14000
     
    #define TABLE_EARLIEST_STAGE_BENDERS   SCIP_STAGE_SOLVING
     
    #define TABLE_NAME_EXPRHDLRS   "exprhdlr"
     
    #define TABLE_DESC_EXPRHDLRS   "expression handlers statistics table"
     
    #define TABLE_POSITION_EXPRHDLRS   14500
     
    #define TABLE_EARLIEST_STAGE_EXPRHDLRS   SCIP_STAGE_TRANSFORMED
     
    #define TABLE_NAME_LP   "lp"
     
    #define TABLE_DESC_LP   "lp statistics table"
     
    #define TABLE_POSITION_LP   15000
     
    #define TABLE_EARLIEST_STAGE_LP   SCIP_STAGE_SOLVING
     
    #define TABLE_NAME_NLP   "nlp"
     
    #define TABLE_DESC_NLP   "nlp statistics table"
     
    #define TABLE_POSITION_NLP   16000
     
    #define TABLE_EARLIEST_STAGE_NLP   SCIP_STAGE_SOLVING
     
    #define TABLE_NAME_NLPIS   "nlpi"
     
    #define TABLE_DESC_NLPIS   "NLP solver interfaces statistics table"
     
    #define TABLE_POSITION_NLPIS   16500
     
    #define TABLE_EARLIEST_STAGE_NLPIS   SCIP_STAGE_TRANSFORMED
     
    #define TABLE_NAME_RELAX   "relaxator"
     
    #define TABLE_DESC_RELAX   "relaxator statistics table"
     
    #define TABLE_POSITION_RELAX   17000
     
    #define TABLE_EARLIEST_STAGE_RELAX   SCIP_STAGE_SOLVING
     
    #define TABLE_NAME_TREE   "tree"
     
    #define TABLE_DESC_TREE   "tree statistics table"
     
    #define TABLE_POSITION_TREE   18000
     
    #define TABLE_EARLIEST_STAGE_TREE   SCIP_STAGE_SOLVING
     
    #define TABLE_NAME_ROOT   "root"
     
    #define TABLE_DESC_ROOT   "root statistics table"
     
    #define TABLE_POSITION_ROOT   19000
     
    #define TABLE_EARLIEST_STAGE_ROOT   SCIP_STAGE_SOLVING
     
    #define TABLE_NAME_SOL   "solution"
     
    #define TABLE_DESC_SOL   "solution statistics table"
     
    #define TABLE_POSITION_SOL   20000
     
    #define TABLE_EARLIEST_STAGE_SOL   SCIP_STAGE_PRESOLVING
     
    #define TABLE_NAME_CONC   "concurrentsolver"
     
    #define TABLE_DESC_CONC   "concurrent solver statistics table"
     
    #define TABLE_POSITION_CONC   21000
     
    #define TABLE_EARLIEST_STAGE_CONC   SCIP_STAGE_TRANSFORMED
     

    Functions

    static SCIP_DECL_TABLECOPY (tableCopyDefault)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputStatus)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectStatus)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputTiming)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectTiming)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputOrigProb)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectOrigProb)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputTransProb)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectTransProb)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputPresol)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectPresol)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputCons)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectCons)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputConstiming)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectConstiming)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputProp)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectProp)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputConflict)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectConflict)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputSepa)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectSepa)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputCutsel)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectCutsel)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputPricer)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectPricer)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputBranch)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectBranch)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputHeur)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectHeur)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputCompression)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectCompression)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputLP)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectLP)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputNLP)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectNLP)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputRelax)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectRelax)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputTree)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectTree)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputRoot)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectRoot)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputSol)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectSol)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputConc)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectConc)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputBenders)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectBenders)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputExprhdlrs)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectExprhdlrs)
     
    static SCIP_DECL_TABLEOUTPUT (tableOutputNlpis)
     
    static SCIP_DECL_TABLECOLLECT (tableCollectNlpis)
     
    SCIP_RETCODE SCIPincludeTableDefault (SCIP *scip)
     

    Macro Definition Documentation

    ◆ TABLE_NAME_STATUS

    #define TABLE_NAME_STATUS   "status"

    Definition at line 40 of file table_default.c.

    ◆ TABLE_DESC_STATUS

    #define TABLE_DESC_STATUS   "status statistics table"

    Definition at line 41 of file table_default.c.

    ◆ TABLE_POSITION_STATUS

    #define TABLE_POSITION_STATUS   0

    the position of the statistics table

    Definition at line 42 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_STATUS

    #define TABLE_EARLIEST_STAGE_STATUS   SCIP_STAGE_INIT

    output of the statistics table is only printed from this stage onwards

    Definition at line 43 of file table_default.c.

    ◆ TABLE_NAME_TIMING

    #define TABLE_NAME_TIMING   "timing"

    Definition at line 45 of file table_default.c.

    ◆ TABLE_DESC_TIMING

    #define TABLE_DESC_TIMING   "timing statistics table"

    Definition at line 46 of file table_default.c.

    ◆ TABLE_POSITION_TIMING

    #define TABLE_POSITION_TIMING   1000

    the position of the statistics table

    Definition at line 47 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_TIMING

    #define TABLE_EARLIEST_STAGE_TIMING   SCIP_STAGE_PROBLEM

    output of the statistics table is only printed from this stage onwards

    Definition at line 48 of file table_default.c.

    ◆ TABLE_NAME_ORIGPROB

    #define TABLE_NAME_ORIGPROB   "origprob"

    Definition at line 50 of file table_default.c.

    ◆ TABLE_DESC_ORIGPROB

    #define TABLE_DESC_ORIGPROB   "original problem statistics table"

    Definition at line 51 of file table_default.c.

    ◆ TABLE_POSITION_ORIGPROB

    #define TABLE_POSITION_ORIGPROB   2000

    the position of the statistics table

    Definition at line 52 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_ORIGPROB

    #define TABLE_EARLIEST_STAGE_ORIGPROB   SCIP_STAGE_PROBLEM

    output of the statistics table is only printed from this stage onwards

    Definition at line 53 of file table_default.c.

    ◆ TABLE_NAME_TRANSPROB

    #define TABLE_NAME_TRANSPROB   "presolvedprob"

    Definition at line 55 of file table_default.c.

    ◆ TABLE_DESC_TRANSPROB

    #define TABLE_DESC_TRANSPROB   "presolved problem statistics table"

    Definition at line 56 of file table_default.c.

    ◆ TABLE_POSITION_TRANSPROB

    #define TABLE_POSITION_TRANSPROB   3000

    the position of the statistics table

    Definition at line 57 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_TRANSPROB

    #define TABLE_EARLIEST_STAGE_TRANSPROB   SCIP_STAGE_TRANSFORMED

    output of the statistics table is only printed from this stage onwards

    Definition at line 58 of file table_default.c.

    ◆ TABLE_NAME_PRESOL

    #define TABLE_NAME_PRESOL   "presolver"

    Definition at line 60 of file table_default.c.

    ◆ TABLE_DESC_PRESOL

    #define TABLE_DESC_PRESOL   "presolver statistics table"

    Definition at line 61 of file table_default.c.

    ◆ TABLE_POSITION_PRESOL

    #define TABLE_POSITION_PRESOL   4000

    the position of the statistics table

    Definition at line 62 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_PRESOL

    #define TABLE_EARLIEST_STAGE_PRESOL   SCIP_STAGE_TRANSFORMED

    output of the statistics table is only printed from this stage onwards

    Definition at line 63 of file table_default.c.

    ◆ TABLE_NAME_CONS

    #define TABLE_NAME_CONS   "constraint"

    Definition at line 65 of file table_default.c.

    ◆ TABLE_DESC_CONS

    #define TABLE_DESC_CONS   "constraint statistics table"

    Definition at line 66 of file table_default.c.

    ◆ TABLE_POSITION_CONS

    #define TABLE_POSITION_CONS   5000

    the position of the statistics table

    Definition at line 67 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_CONS

    #define TABLE_EARLIEST_STAGE_CONS   SCIP_STAGE_TRANSFORMED

    output of the statistics table is only printed from this stage onwards

    Definition at line 68 of file table_default.c.

    ◆ TABLE_NAME_CONSTIMING

    #define TABLE_NAME_CONSTIMING   "constiming"

    Definition at line 70 of file table_default.c.

    ◆ TABLE_DESC_CONSTIMING

    #define TABLE_DESC_CONSTIMING   "constraint timing statistics table"

    Definition at line 71 of file table_default.c.

    ◆ TABLE_POSITION_CONSTIMING

    #define TABLE_POSITION_CONSTIMING   6000

    the position of the statistics table

    Definition at line 72 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_CONSTIMING

    #define TABLE_EARLIEST_STAGE_CONSTIMING   SCIP_STAGE_TRANSFORMED

    output of the statistics table is only printed from this stage onwards

    Definition at line 73 of file table_default.c.

    ◆ TABLE_NAME_PROP

    #define TABLE_NAME_PROP   "propagator"

    Definition at line 75 of file table_default.c.

    ◆ TABLE_DESC_PROP

    #define TABLE_DESC_PROP   "propagator statistics table"

    Definition at line 76 of file table_default.c.

    ◆ TABLE_POSITION_PROP

    #define TABLE_POSITION_PROP   7000

    the position of the statistics table

    Definition at line 77 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_PROP

    #define TABLE_EARLIEST_STAGE_PROP   SCIP_STAGE_TRANSFORMED

    output of the statistics table is only printed from this stage onwards

    Definition at line 78 of file table_default.c.

    ◆ TABLE_NAME_CONFLICT

    #define TABLE_NAME_CONFLICT   "conflict"

    Definition at line 80 of file table_default.c.

    ◆ TABLE_DESC_CONFLICT

    #define TABLE_DESC_CONFLICT   "conflict statistics table"

    Definition at line 81 of file table_default.c.

    ◆ TABLE_POSITION_CONFLICT

    #define TABLE_POSITION_CONFLICT   8000

    the position of the statistics table

    Definition at line 82 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_CONFLICT

    #define TABLE_EARLIEST_STAGE_CONFLICT   SCIP_STAGE_TRANSFORMED

    output of the statistics table is only printed from this stage onwards

    Definition at line 83 of file table_default.c.

    ◆ TABLE_NAME_SEPA

    #define TABLE_NAME_SEPA   "separator"

    Definition at line 85 of file table_default.c.

    ◆ TABLE_DESC_SEPA

    #define TABLE_DESC_SEPA   "separator statistics table"

    Definition at line 86 of file table_default.c.

    ◆ TABLE_POSITION_SEPA

    #define TABLE_POSITION_SEPA   9000

    the position of the statistics table

    Definition at line 87 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_SEPA

    #define TABLE_EARLIEST_STAGE_SEPA   SCIP_STAGE_SOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 88 of file table_default.c.

    ◆ TABLE_NAME_CUTSEL

    #define TABLE_NAME_CUTSEL   "cutsel"

    Definition at line 90 of file table_default.c.

    ◆ TABLE_DESC_CUTSEL

    #define TABLE_DESC_CUTSEL   "cutsel statistics table"

    Definition at line 91 of file table_default.c.

    ◆ TABLE_POSITION_CUTSEL

    #define TABLE_POSITION_CUTSEL   9500

    the position of the statistics table

    Definition at line 92 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_CUTSEL

    #define TABLE_EARLIEST_STAGE_CUTSEL   SCIP_STAGE_SOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 93 of file table_default.c.

    ◆ TABLE_NAME_PRICER

    #define TABLE_NAME_PRICER   "pricer"

    Definition at line 95 of file table_default.c.

    ◆ TABLE_DESC_PRICER

    #define TABLE_DESC_PRICER   "pricer statistics table"

    Definition at line 96 of file table_default.c.

    ◆ TABLE_POSITION_PRICER

    #define TABLE_POSITION_PRICER   10000

    the position of the statistics table

    Definition at line 97 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_PRICER

    #define TABLE_EARLIEST_STAGE_PRICER   SCIP_STAGE_SOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 98 of file table_default.c.

    ◆ TABLE_NAME_BRANCH

    #define TABLE_NAME_BRANCH   "branchrules"

    Definition at line 100 of file table_default.c.

    ◆ TABLE_DESC_BRANCH

    #define TABLE_DESC_BRANCH   "branching rules statistics table"

    Definition at line 101 of file table_default.c.

    ◆ TABLE_POSITION_BRANCH

    #define TABLE_POSITION_BRANCH   11000

    the position of the statistics table

    Definition at line 102 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_BRANCH

    #define TABLE_EARLIEST_STAGE_BRANCH   SCIP_STAGE_SOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 103 of file table_default.c.

    ◆ TABLE_NAME_HEUR

    #define TABLE_NAME_HEUR   "heuristics"

    Definition at line 105 of file table_default.c.

    ◆ TABLE_DESC_HEUR

    #define TABLE_DESC_HEUR   "heuristics statistics table"

    Definition at line 106 of file table_default.c.

    ◆ TABLE_POSITION_HEUR

    #define TABLE_POSITION_HEUR   12000

    the position of the statistics table

    Definition at line 107 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_HEUR

    #define TABLE_EARLIEST_STAGE_HEUR   SCIP_STAGE_PRESOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 108 of file table_default.c.

    ◆ TABLE_NAME_COMPRESSION

    #define TABLE_NAME_COMPRESSION   "compression"

    Definition at line 110 of file table_default.c.

    ◆ TABLE_DESC_COMPRESSION

    #define TABLE_DESC_COMPRESSION   "compression statistics table"

    Definition at line 111 of file table_default.c.

    ◆ TABLE_POSITION_COMPRESSION

    #define TABLE_POSITION_COMPRESSION   13000

    the position of the statistics table

    Definition at line 112 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_COMPRESSION

    #define TABLE_EARLIEST_STAGE_COMPRESSION   SCIP_STAGE_PRESOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 113 of file table_default.c.

    ◆ TABLE_NAME_BENDERS

    #define TABLE_NAME_BENDERS   "benders"

    Definition at line 115 of file table_default.c.

    ◆ TABLE_DESC_BENDERS

    #define TABLE_DESC_BENDERS   "benders' decomposition statistics table"

    Definition at line 116 of file table_default.c.

    ◆ TABLE_POSITION_BENDERS

    #define TABLE_POSITION_BENDERS   14000

    the position of the statistics table

    Definition at line 117 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_BENDERS

    #define TABLE_EARLIEST_STAGE_BENDERS   SCIP_STAGE_SOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 118 of file table_default.c.

    ◆ TABLE_NAME_EXPRHDLRS

    #define TABLE_NAME_EXPRHDLRS   "exprhdlr"

    Definition at line 120 of file table_default.c.

    ◆ TABLE_DESC_EXPRHDLRS

    #define TABLE_DESC_EXPRHDLRS   "expression handlers statistics table"

    Definition at line 121 of file table_default.c.

    ◆ TABLE_POSITION_EXPRHDLRS

    #define TABLE_POSITION_EXPRHDLRS   14500

    the position of the statistics table

    Definition at line 122 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_EXPRHDLRS

    #define TABLE_EARLIEST_STAGE_EXPRHDLRS   SCIP_STAGE_TRANSFORMED

    output of the statistics table is only printed from this stage onwards

    Definition at line 123 of file table_default.c.

    ◆ TABLE_NAME_LP

    #define TABLE_NAME_LP   "lp"

    Definition at line 125 of file table_default.c.

    ◆ TABLE_DESC_LP

    #define TABLE_DESC_LP   "lp statistics table"

    Definition at line 126 of file table_default.c.

    ◆ TABLE_POSITION_LP

    #define TABLE_POSITION_LP   15000

    the position of the statistics table

    Definition at line 127 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_LP

    #define TABLE_EARLIEST_STAGE_LP   SCIP_STAGE_SOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 128 of file table_default.c.

    ◆ TABLE_NAME_NLP

    #define TABLE_NAME_NLP   "nlp"

    Definition at line 130 of file table_default.c.

    ◆ TABLE_DESC_NLP

    #define TABLE_DESC_NLP   "nlp statistics table"

    Definition at line 131 of file table_default.c.

    ◆ TABLE_POSITION_NLP

    #define TABLE_POSITION_NLP   16000

    the position of the statistics table

    Definition at line 132 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_NLP

    #define TABLE_EARLIEST_STAGE_NLP   SCIP_STAGE_SOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 133 of file table_default.c.

    ◆ TABLE_NAME_NLPIS

    #define TABLE_NAME_NLPIS   "nlpi"

    Definition at line 135 of file table_default.c.

    ◆ TABLE_DESC_NLPIS

    #define TABLE_DESC_NLPIS   "NLP solver interfaces statistics table"

    Definition at line 136 of file table_default.c.

    ◆ TABLE_POSITION_NLPIS

    #define TABLE_POSITION_NLPIS   16500

    the position of the statistics table

    Definition at line 137 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_NLPIS

    #define TABLE_EARLIEST_STAGE_NLPIS   SCIP_STAGE_TRANSFORMED

    output of the statistics table is only printed from this stage onwards

    Definition at line 138 of file table_default.c.

    ◆ TABLE_NAME_RELAX

    #define TABLE_NAME_RELAX   "relaxator"

    Definition at line 140 of file table_default.c.

    ◆ TABLE_DESC_RELAX

    #define TABLE_DESC_RELAX   "relaxator statistics table"

    Definition at line 141 of file table_default.c.

    ◆ TABLE_POSITION_RELAX

    #define TABLE_POSITION_RELAX   17000

    the position of the statistics table

    Definition at line 142 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_RELAX

    #define TABLE_EARLIEST_STAGE_RELAX   SCIP_STAGE_SOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 143 of file table_default.c.

    ◆ TABLE_NAME_TREE

    #define TABLE_NAME_TREE   "tree"

    Definition at line 145 of file table_default.c.

    ◆ TABLE_DESC_TREE

    #define TABLE_DESC_TREE   "tree statistics table"

    Definition at line 146 of file table_default.c.

    ◆ TABLE_POSITION_TREE

    #define TABLE_POSITION_TREE   18000

    the position of the statistics table

    Definition at line 147 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_TREE

    #define TABLE_EARLIEST_STAGE_TREE   SCIP_STAGE_SOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 148 of file table_default.c.

    ◆ TABLE_NAME_ROOT

    #define TABLE_NAME_ROOT   "root"

    Definition at line 150 of file table_default.c.

    ◆ TABLE_DESC_ROOT

    #define TABLE_DESC_ROOT   "root statistics table"

    Definition at line 151 of file table_default.c.

    ◆ TABLE_POSITION_ROOT

    #define TABLE_POSITION_ROOT   19000

    the position of the statistics table

    Definition at line 152 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_ROOT

    #define TABLE_EARLIEST_STAGE_ROOT   SCIP_STAGE_SOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 153 of file table_default.c.

    ◆ TABLE_NAME_SOL

    #define TABLE_NAME_SOL   "solution"

    Definition at line 155 of file table_default.c.

    ◆ TABLE_DESC_SOL

    #define TABLE_DESC_SOL   "solution statistics table"

    Definition at line 156 of file table_default.c.

    ◆ TABLE_POSITION_SOL

    #define TABLE_POSITION_SOL   20000

    the position of the statistics table

    Definition at line 157 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_SOL

    #define TABLE_EARLIEST_STAGE_SOL   SCIP_STAGE_PRESOLVING

    output of the statistics table is only printed from this stage onwards

    Definition at line 158 of file table_default.c.

    ◆ TABLE_NAME_CONC

    #define TABLE_NAME_CONC   "concurrentsolver"

    Definition at line 160 of file table_default.c.

    ◆ TABLE_DESC_CONC

    #define TABLE_DESC_CONC   "concurrent solver statistics table"

    Definition at line 161 of file table_default.c.

    ◆ TABLE_POSITION_CONC

    #define TABLE_POSITION_CONC   21000

    the position of the statistics table

    Definition at line 162 of file table_default.c.

    ◆ TABLE_EARLIEST_STAGE_CONC

    #define TABLE_EARLIEST_STAGE_CONC   SCIP_STAGE_TRANSFORMED

    output of the statistics table is only printed from this stage onwards

    Definition at line 163 of file table_default.c.

    Function Documentation

    ◆ SCIP_DECL_TABLECOPY()

    static SCIP_DECL_TABLECOPY ( tableCopyDefault  )
    static

    copy method for statistics table plugins (called when SCIP copies plugins)

    Definition at line 171 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, SCIPfindTable(), SCIPincludeTableDefault(), and SCIPtableGetName().

    ◆ SCIP_DECL_TABLEOUTPUT() [1/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputStatus  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 187 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintStatusStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [1/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectStatus  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 199 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectStatusStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [2/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputTiming  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 211 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintTimingStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [2/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectTiming  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 223 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectTimingStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [3/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputOrigProb  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 235 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintOrigProblemStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [3/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectOrigProb  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 247 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectOrigProblemStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [4/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputTransProb  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 259 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintTransProblemStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [4/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectTransProb  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 271 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectTransProblemStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [5/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputPresol  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 283 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintPresolverStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [5/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectPresol  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 295 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectPresolverStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [6/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputCons  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 307 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintConstraintStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [6/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectCons  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 319 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectConstraintStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [7/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputConstiming  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 331 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintConstraintTimingStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [7/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectConstiming  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 343 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectConstraintTimingStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [8/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputProp  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 355 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintPropagatorStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [8/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectProp  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 367 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectPropagatorStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [9/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputConflict  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 379 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintConflictStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [9/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectConflict  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 391 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectConflictStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [10/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputSepa  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 403 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintSeparatorStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [10/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectSepa  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 415 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectSeparatorStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [11/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputCutsel  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 427 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintCutselectorStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [11/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectCutsel  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 439 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectCutselectorStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [12/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputPricer  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 451 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintPricerStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [12/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectPricer  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 463 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectPricerStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [13/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputBranch  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 475 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintBranchruleStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [13/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectBranch  )
    static

    collect method of branching rules statistics to SCIP_DATATREE

    Definition at line 487 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectBranchruleStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [14/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputHeur  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 499 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintHeuristicStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [14/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectHeur  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 511 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectHeuristicStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [15/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputCompression  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 523 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintCompressionStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [15/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectCompression  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 535 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectCompressionStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [16/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputLP  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 547 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintLPStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [16/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectLP  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 559 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectLPStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [17/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputNLP  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 571 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintNLPStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [17/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectNLP  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 583 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectNLPStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [18/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputRelax  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 595 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintRelaxatorStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [18/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectRelax  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 607 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectRelaxatorStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [19/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputTree  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 619 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintTreeStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [19/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectTree  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 631 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectTreeStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [20/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputRoot  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 643 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintRootStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [20/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectRoot  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 655 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectRootStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [21/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputSol  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 667 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintSolutionStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [21/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectSol  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 679 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectSolutionStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [22/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputConc  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 691 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintConcsolverStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [22/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectConc  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 703 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectConcsolverStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [23/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputBenders  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 715 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintBendersStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [23/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectBenders  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 727 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectBendersStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [24/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputExprhdlrs  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 739 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintExpressionHandlerStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [24/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectExprhdlrs  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 751 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectExpressionHandlerStatistics().

    ◆ SCIP_DECL_TABLEOUTPUT() [25/25]

    static SCIP_DECL_TABLEOUTPUT ( tableOutputNlpis  )
    static

    output method of statistics table to output file stream 'file'

    Definition at line 763 of file table_default.c.

    References NULL, SCIP_OKAY, and SCIPprintNLPIStatistics().

    ◆ SCIP_DECL_TABLECOLLECT() [25/25]

    static SCIP_DECL_TABLECOLLECT ( tableCollectNlpis  )
    static

    collect method of statistics table to SCIP_DATATREE

    Definition at line 775 of file table_default.c.

    References NULL, SCIP_CALL, SCIP_OKAY, and SCIPcollectNLPIStatistics().