Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

default display columns

Author
Tobias Achterberg

Definition in file disp_default.c.

#include "lpi/lpi.h"
#include "lpi/type_lpi.h"
#include "scip/concurrent.h"
#include "scip/disp_default.h"
#include "scip/pub_disp.h"
#include "scip/pub_heur.h"
#include "scip/pub_message.h"
#include "scip/pub_relax.h"
#include "scip/pub_sol.h"
#include "scip/scip_branch.h"
#include "scip/scip_concurrent.h"
#include "scip/scip_cut.h"
#include "scip/scip_disp.h"
#include "scip/scip_general.h"
#include "scip/scip_lp.h"
#include "scip/scip_mem.h"
#include "scip/scip_message.h"
#include "scip/scip_numerics.h"
#include "scip/scip_prob.h"
#include "scip/scip_sol.h"
#include "scip/scip_solvingstats.h"
#include "scip/scip_timing.h"
#include "scip/scip_tree.h"
#include "scip/syncstore.h"
#include <string.h>

Go to the source code of this file.

Macros

#define DISP_NAME_SOLFOUND   "solfound"
 
#define DISP_DESC_SOLFOUND   "letter that indicates the heuristic which found the solution"
 
#define DISP_HEAD_SOLFOUND   " "
 
#define DISP_WIDT_SOLFOUND   1
 
#define DISP_PRIO_SOLFOUND   80000
 
#define DISP_POSI_SOLFOUND   0
 
#define DISP_STRI_SOLFOUND   FALSE
 
#define DISP_NAME_CONCSOLFOUND   "concsolfound"
 
#define DISP_DESC_CONCSOLFOUND   "indicator that a new solution was found in concurrent solve"
 
#define DISP_HEAD_CONCSOLFOUND   " "
 
#define DISP_WIDT_CONCSOLFOUND   1
 
#define DISP_PRIO_CONCSOLFOUND   80000
 
#define DISP_POSI_CONCSOLFOUND   0
 
#define DISP_STRI_CONCSOLFOUND   FALSE
 
#define DISP_NAME_TIME   "time"
 
#define DISP_DESC_TIME   "total solution time"
 
#define DISP_HEAD_TIME   "time"
 
#define DISP_WIDT_TIME   5
 
#define DISP_PRIO_TIME   4000
 
#define DISP_POSI_TIME   50
 
#define DISP_STRI_TIME   TRUE
 
#define DISP_NAME_NNODES   "nnodes"
 
#define DISP_DESC_NNODES   "number of processed nodes"
 
#define DISP_HEAD_NNODES   "node"
 
#define DISP_WIDT_NNODES   7
 
#define DISP_PRIO_NNODES   100000
 
#define DISP_POSI_NNODES   100
 
#define DISP_STRI_NNODES   TRUE
 
#define DISP_NAME_NODESLEFT   "nodesleft"
 
#define DISP_DESC_NODESLEFT   "number of unprocessed nodes"
 
#define DISP_HEAD_NODESLEFT   "left"
 
#define DISP_WIDT_NODESLEFT   7
 
#define DISP_PRIO_NODESLEFT   90000
 
#define DISP_POSI_NODESLEFT   200
 
#define DISP_STRI_NODESLEFT   TRUE
 
#define DISP_NAME_LPITERATIONS   "lpiterations"
 
#define DISP_DESC_LPITERATIONS   "number of simplex iterations"
 
#define DISP_HEAD_LPITERATIONS   "LP iter"
 
#define DISP_WIDT_LPITERATIONS   7
 
#define DISP_PRIO_LPITERATIONS   30000
 
#define DISP_POSI_LPITERATIONS   1000
 
#define DISP_STRI_LPITERATIONS   TRUE
 
#define DISP_NAME_LPAVGITERS   "lpavgiterations"
 
#define DISP_DESC_LPAVGITERS   "average number of LP iterations since the last output line"
 
#define DISP_HEAD_LPAVGITERS   "LP it/n"
 
#define DISP_WIDT_LPAVGITERS   7
 
#define DISP_PRIO_LPAVGITERS   25000
 
#define DISP_POSI_LPAVGITERS   1400
 
#define DISP_STRI_LPAVGITERS   TRUE
 
#define DISP_NAME_LPCOND   "lpcond"
 
#define DISP_DESC_LPCOND   "estimate on condition number of LP solution"
 
#define DISP_HEAD_LPCOND   "LP cond"
 
#define DISP_WIDT_LPCOND   7
 
#define DISP_PRIO_LPCOND   0
 
#define DISP_POSI_LPCOND   1450
 
#define DISP_STRI_LPCOND   TRUE
 
#define DISP_NAME_MEMUSED   "memused"
 
#define DISP_DESC_MEMUSED   "total number of bytes used in block memory"
 
#define DISP_HEAD_MEMUSED   "umem"
 
#define DISP_WIDT_MEMUSED   5
 
#define DISP_PRIO_MEMUSED   0
 
#define DISP_POSI_MEMUSED   1500
 
#define DISP_STRI_MEMUSED   TRUE
 
#define DISP_NAME_CONCMEMUSED   "concmemused"
 
#define DISP_DESC_CONCMEMUSED   "total number of bytes used in block memory"
 
#define DISP_HEAD_CONCMEMUSED   "mem"
 
#define DISP_WIDT_CONCMEMUSED   5
 
#define DISP_PRIO_CONCMEMUSED   20000
 
#define DISP_POSI_CONCMEMUSED   1500
 
#define DISP_STRI_CONCMEMUSED   TRUE
 
#define DISP_NAME_MEMTOTAL   "memtotal"
 
#define DISP_DESC_MEMTOTAL   "total number of bytes in block memory or the creator name when a new incumbent solution was found"
 
#define DISP_HEAD_MEMTOTAL   "mem/heur"
 
#define DISP_WIDT_MEMTOTAL   8 /* the width of the column is 8, since we print 8 characters for new incumbents */
 
#define DISP_WIDT_MEMONLY   5 /* for memory output, we only use 5 characters because this is easier to decipher */
 
#define DISP_PRIO_MEMTOTAL   20000
 
#define DISP_POSI_MEMTOTAL   1500
 
#define DISP_STRI_MEMTOTAL   TRUE
 
#define DISP_NAME_DEPTH   "depth"
 
#define DISP_DESC_DEPTH   "depth of current node"
 
#define DISP_HEAD_DEPTH   "depth"
 
#define DISP_WIDT_DEPTH   5
 
#define DISP_PRIO_DEPTH   500
 
#define DISP_POSI_DEPTH   2000
 
#define DISP_STRI_DEPTH   TRUE
 
#define DISP_NAME_MAXDEPTH   "maxdepth"
 
#define DISP_DESC_MAXDEPTH   "maximal depth of all processed nodes"
 
#define DISP_HEAD_MAXDEPTH   "mdpt"
 
#define DISP_WIDT_MAXDEPTH   5
 
#define DISP_PRIO_MAXDEPTH   5000
 
#define DISP_POSI_MAXDEPTH   2100
 
#define DISP_STRI_MAXDEPTH   TRUE
 
#define DISP_NAME_PLUNGEDEPTH   "plungedepth"
 
#define DISP_DESC_PLUNGEDEPTH   "current plunging depth"
 
#define DISP_HEAD_PLUNGEDEPTH   "pdpt"
 
#define DISP_WIDT_PLUNGEDEPTH   5
 
#define DISP_PRIO_PLUNGEDEPTH   10
 
#define DISP_POSI_PLUNGEDEPTH   2200
 
#define DISP_STRI_PLUNGEDEPTH   TRUE
 
#define DISP_NAME_NFRAC   "nfrac"
 
#define DISP_DESC_NFRAC   "number of fractional variables in the current solution"
 
#define DISP_HEAD_NFRAC   "frac"
 
#define DISP_WIDT_NFRAC   5
 
#define DISP_PRIO_NFRAC   700
 
#define DISP_POSI_NFRAC   2500
 
#define DISP_STRI_NFRAC   TRUE
 
#define DISP_NAME_NEXTERNCANDS   "nexternbranchcands"
 
#define DISP_DESC_NEXTERNCANDS   "number of extern branching variables in the current node"
 
#define DISP_HEAD_NEXTERNCANDS   "extbr"
 
#define DISP_WIDT_NEXTERNCANDS   5
 
#define DISP_PRIO_NEXTERNCANDS   650
 
#define DISP_POSI_NEXTERNCANDS   2600
 
#define DISP_STRI_NEXTERNCANDS   TRUE
 
#define DISP_NAME_VARS   "vars"
 
#define DISP_DESC_VARS   "number of variables in the problem"
 
#define DISP_HEAD_VARS   "vars"
 
#define DISP_WIDT_VARS   5
 
#define DISP_PRIO_VARS   3000
 
#define DISP_POSI_VARS   3000
 
#define DISP_STRI_VARS   TRUE
 
#define DISP_NAME_CONSS   "conss"
 
#define DISP_DESC_CONSS   "number of globally valid constraints in the problem"
 
#define DISP_HEAD_CONSS   "cons"
 
#define DISP_WIDT_CONSS   5
 
#define DISP_PRIO_CONSS   3100
 
#define DISP_POSI_CONSS   3100
 
#define DISP_STRI_CONSS   TRUE
 
#define DISP_NAME_CURCONSS   "curconss"
 
#define DISP_DESC_CURCONSS   "number of enabled constraints in current node"
 
#define DISP_HEAD_CURCONSS   "ccons"
 
#define DISP_WIDT_CURCONSS   5
 
#define DISP_PRIO_CURCONSS   600
 
#define DISP_POSI_CURCONSS   3200
 
#define DISP_STRI_CURCONSS   TRUE
 
#define DISP_NAME_CURCOLS   "curcols"
 
#define DISP_DESC_CURCOLS   "number of LP columns in current node"
 
#define DISP_HEAD_CURCOLS   "cols"
 
#define DISP_WIDT_CURCOLS   5
 
#define DISP_PRIO_CURCOLS   800
 
#define DISP_POSI_CURCOLS   3300
 
#define DISP_STRI_CURCOLS   TRUE
 
#define DISP_NAME_CURROWS   "currows"
 
#define DISP_DESC_CURROWS   "number of LP rows in current node"
 
#define DISP_HEAD_CURROWS   "rows"
 
#define DISP_WIDT_CURROWS   5
 
#define DISP_PRIO_CURROWS   900
 
#define DISP_POSI_CURROWS   3400
 
#define DISP_STRI_CURROWS   TRUE
 
#define DISP_NAME_CUTS   "cuts"
 
#define DISP_DESC_CUTS   "total number of cuts applied to the LPs"
 
#define DISP_HEAD_CUTS   "cuts"
 
#define DISP_WIDT_CUTS   5
 
#define DISP_PRIO_CUTS   2100
 
#define DISP_POSI_CUTS   3500
 
#define DISP_STRI_CUTS   TRUE
 
#define DISP_NAME_SEPAROUNDS   "separounds"
 
#define DISP_DESC_SEPAROUNDS   "number of separation rounds performed at the current node"
 
#define DISP_HEAD_SEPAROUNDS   "sepa"
 
#define DISP_WIDT_SEPAROUNDS   4
 
#define DISP_PRIO_SEPAROUNDS   100
 
#define DISP_POSI_SEPAROUNDS   3600
 
#define DISP_STRI_SEPAROUNDS   TRUE
 
#define DISP_NAME_POOLSIZE   "poolsize"
 
#define DISP_DESC_POOLSIZE   "number of LP rows in the cut pool"
 
#define DISP_HEAD_POOLSIZE   "pool"
 
#define DISP_WIDT_POOLSIZE   5
 
#define DISP_PRIO_POOLSIZE   50
 
#define DISP_POSI_POOLSIZE   3700
 
#define DISP_STRI_POOLSIZE   TRUE
 
#define DISP_NAME_CONFLICTS   "conflicts"
 
#define DISP_DESC_CONFLICTS   "total number of conflicts found in conflict analysis"
 
#define DISP_HEAD_CONFLICTS   "confs"
 
#define DISP_WIDT_CONFLICTS   5
 
#define DISP_PRIO_CONFLICTS   2000
 
#define DISP_POSI_CONFLICTS   4000
 
#define DISP_STRI_CONFLICTS   TRUE
 
#define DISP_NAME_STRONGBRANCHS   "strongbranchs"
 
#define DISP_DESC_STRONGBRANCHS   "total number of strong branching calls"
 
#define DISP_HEAD_STRONGBRANCHS   "strbr"
 
#define DISP_WIDT_STRONGBRANCHS   5
 
#define DISP_PRIO_STRONGBRANCHS   1000
 
#define DISP_POSI_STRONGBRANCHS   5000
 
#define DISP_STRI_STRONGBRANCHS   TRUE
 
#define DISP_NAME_PSEUDOOBJ   "pseudoobj"
 
#define DISP_DESC_PSEUDOOBJ   "current pseudo objective value"
 
#define DISP_HEAD_PSEUDOOBJ   "pseudoobj"
 
#define DISP_WIDT_PSEUDOOBJ   14
 
#define DISP_PRIO_PSEUDOOBJ   300
 
#define DISP_POSI_PSEUDOOBJ   6000
 
#define DISP_STRI_PSEUDOOBJ   TRUE
 
#define DISP_NAME_LPOBJ   "lpobj"
 
#define DISP_DESC_LPOBJ   "current LP objective value"
 
#define DISP_HEAD_LPOBJ   "lpobj"
 
#define DISP_WIDT_LPOBJ   14
 
#define DISP_PRIO_LPOBJ   300
 
#define DISP_POSI_LPOBJ   6500
 
#define DISP_STRI_LPOBJ   TRUE
 
#define DISP_NAME_CURDUALBOUND   "curdualbound"
 
#define DISP_DESC_CURDUALBOUND   "dual bound of current node"
 
#define DISP_HEAD_CURDUALBOUND   "curdualbound"
 
#define DISP_WIDT_CURDUALBOUND   14
 
#define DISP_PRIO_CURDUALBOUND   400
 
#define DISP_POSI_CURDUALBOUND   7000
 
#define DISP_STRI_CURDUALBOUND   TRUE
 
#define DISP_NAME_ESTIMATE   "estimate"
 
#define DISP_DESC_ESTIMATE   "estimated value of feasible solution in current node"
 
#define DISP_HEAD_ESTIMATE   "estimate"
 
#define DISP_WIDT_ESTIMATE   14
 
#define DISP_PRIO_ESTIMATE   200
 
#define DISP_POSI_ESTIMATE   7500
 
#define DISP_STRI_ESTIMATE   TRUE
 
#define DISP_NAME_AVGDUALBOUND   "avgdualbound"
 
#define DISP_DESC_AVGDUALBOUND   "average dual bound of all unprocessed nodes"
 
#define DISP_HEAD_AVGDUALBOUND   "avgdualbound"
 
#define DISP_WIDT_AVGDUALBOUND   14
 
#define DISP_PRIO_AVGDUALBOUND   40
 
#define DISP_POSI_AVGDUALBOUND   8000
 
#define DISP_STRI_AVGDUALBOUND   TRUE
 
#define DISP_NAME_DUALBOUND   "dualbound"
 
#define DISP_DESC_DUALBOUND   "current global dual bound"
 
#define DISP_HEAD_DUALBOUND   "dualbound"
 
#define DISP_WIDT_DUALBOUND   14
 
#define DISP_PRIO_DUALBOUND   70000
 
#define DISP_POSI_DUALBOUND   9000
 
#define DISP_STRI_DUALBOUND   TRUE
 
#define DISP_NAME_CONCDUALBOUND   "concdualbound"
 
#define DISP_DESC_CONCDUALBOUND   "current global dual bound in concurrent solve"
 
#define DISP_HEAD_CONCDUALBOUND   "dualbound"
 
#define DISP_WIDT_CONCDUALBOUND   14
 
#define DISP_PRIO_CONCDUALBOUND   70000
 
#define DISP_POSI_CONCDUALBOUND   9000
 
#define DISP_STRI_CONCDUALBOUND   TRUE
 
#define DISP_NAME_PRIMALBOUND   "primalbound"
 
#define DISP_DESC_PRIMALBOUND   "current primal bound"
 
#define DISP_HEAD_PRIMALBOUND   "primalbound"
 
#define DISP_WIDT_PRIMALBOUND   14
 
#define DISP_PRIO_PRIMALBOUND   80000
 
#define DISP_POSI_PRIMALBOUND   10000
 
#define DISP_STRI_PRIMALBOUND   TRUE
 
#define DISP_NAME_CONCPRIMALBOUND   "concprimalbound"
 
#define DISP_DESC_CONCPRIMALBOUND   "current primal bound in concurrent solve"
 
#define DISP_HEAD_CONCPRIMALBOUND   "primalbound"
 
#define DISP_WIDT_CONCPRIMALBOUND   14
 
#define DISP_PRIO_CONCPRIMALBOUND   80000
 
#define DISP_POSI_CONCPRIMALBOUND   10000
 
#define DISP_STRI_CONCPRIMALBOUND   TRUE
 
#define DISP_NAME_CUTOFFBOUND   "cutoffbound"
 
#define DISP_DESC_CUTOFFBOUND   "current cutoff bound"
 
#define DISP_HEAD_CUTOFFBOUND   "cutoffbound"
 
#define DISP_WIDT_CUTOFFBOUND   14
 
#define DISP_PRIO_CUTOFFBOUND   10
 
#define DISP_POSI_CUTOFFBOUND   10100
 
#define DISP_STRI_CUTOFFBOUND   TRUE
 
#define DISP_NAME_GAP   "gap"
 
#define DISP_DESC_GAP   "current (relative) gap using |primal-dual|/MIN(|dual|,|primal|)"
 
#define DISP_HEAD_GAP   "gap"
 
#define DISP_WIDT_GAP   8
 
#define DISP_PRIO_GAP   60000
 
#define DISP_POSI_GAP   20000
 
#define DISP_STRI_GAP   TRUE
 
#define DISP_NAME_CONCGAP   "concgap"
 
#define DISP_DESC_CONCGAP   "current (relative) gap in concurrent solve using |primal-dual|/MIN(|dual|,|primal|)"
 
#define DISP_HEAD_CONCGAP   "gap"
 
#define DISP_WIDT_CONCGAP   8
 
#define DISP_PRIO_CONCGAP   60000
 
#define DISP_POSI_CONCGAP   20000
 
#define DISP_STRI_CONCGAP   TRUE
 
#define DISP_NAME_PRIMALGAP   "primalgap"
 
#define DISP_DESC_PRIMALGAP   "current (relative) gap using |primal-dual|/|primal|"
 
#define DISP_HEAD_PRIMALGAP   "primgap"
 
#define DISP_WIDT_PRIMALGAP   8
 
#define DISP_PRIO_PRIMALGAP   20000
 
#define DISP_POSI_PRIMALGAP   21000
 
#define DISP_STRI_PRIMALGAP   TRUE
 
#define DISP_NAME_NSOLS   "nsols"
 
#define DISP_DESC_NSOLS   "current number of solutions found"
 
#define DISP_HEAD_NSOLS   "nsols"
 
#define DISP_WIDT_NSOLS   5
 
#define DISP_PRIO_NSOLS   0
 
#define DISP_POSI_NSOLS   30000
 
#define DISP_STRI_NSOLS   TRUE
 
#define DISP_NAME_NOBJLEAVES   "nobjleaves"
 
#define DISP_DESC_NOBJLEAVES   "current number of encountered objective limit leaves"
 
#define DISP_HEAD_NOBJLEAVES   "objleav"
 
#define DISP_WIDT_NOBJLEAVES   7
 
#define DISP_PRIO_NOBJLEAVES   0
 
#define DISP_POSI_NOBJLEAVES   31000
 
#define DISP_STRI_NOBJLEAVES   TRUE
 
#define DISP_NAME_NINFEASLEAVES   "ninfeasleaves"
 
#define DISP_DESC_NINFEASLEAVES   "number of encountered infeasible leaves"
 
#define DISP_HEAD_NINFEASLEAVES   "infleav"
 
#define DISP_WIDT_NINFEASLEAVES   7
 
#define DISP_PRIO_NINFEASLEAVES   0
 
#define DISP_POSI_NINFEASLEAVES   32000
 
#define DISP_STRI_NINFEASLEAVES   TRUE
 

Functions

static SCIP_DECL_DISPCOPY (dispCopyDefault)
 
static SCIP_DECL_DISPINITSOL (SCIPdispInitsolSolFound)
 
static SCIP_Bool isDisplaySol (SCIP *scip, SCIP_SOL *sol)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputSolFound)
 
static SCIP_DECL_DISPINITSOL (SCIPdispInitsolConcSolFound)
 
static SCIP_DECL_DISPINITSOL (SCIPdispExitsolConcSolFound)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputConcSolFound)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputSolvingTime)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNNodes)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNNodesLeft)
 
static SCIP_DECL_DISPOUTPUT (dispOutputNObjLeaves)
 
static SCIP_DECL_DISPOUTPUT (dispOutputNInfeasLeaves)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNLPIterations)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNLPAvgIters)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputLPCondition)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputDepth)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputMemUsed)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputConcMemUsed)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputMemUsedTotal)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputMaxDepth)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputPlungeDepth)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNFrac)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNExternCands)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNVars)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNConss)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNCurConss)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNCurCols)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNCurRows)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNAppliedCuts)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNSepaRounds)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputCutPoolSize)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNConflicts)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNStrongbranchs)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputPseudoObjval)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputLPObjval)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputCurDualbound)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputLocalOrigEstimate)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputAvgDualbound)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputDualbound)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputPrimalbound)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputConcDualbound)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputConcPrimalbound)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputCutoffbound)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputGap)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputConcGap)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputPrimalgap)
 
static SCIP_DECL_DISPOUTPUT (SCIPdispOutputNSols)
 
SCIP_RETCODE SCIPincludeDispDefault (SCIP *scip)
 

Macro Definition Documentation

◆ DISP_NAME_SOLFOUND

#define DISP_NAME_SOLFOUND   "solfound"

◆ DISP_DESC_SOLFOUND

#define DISP_DESC_SOLFOUND   "letter that indicates the heuristic which found the solution"

Definition at line 51 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_SOLFOUND

#define DISP_HEAD_SOLFOUND   " "

Definition at line 52 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_SOLFOUND

#define DISP_WIDT_SOLFOUND   1

Definition at line 53 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_SOLFOUND

#define DISP_PRIO_SOLFOUND   80000

Definition at line 54 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_SOLFOUND

#define DISP_POSI_SOLFOUND   0

Definition at line 55 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_SOLFOUND

#define DISP_STRI_SOLFOUND   FALSE

Definition at line 56 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CONCSOLFOUND

#define DISP_NAME_CONCSOLFOUND   "concsolfound"

◆ DISP_DESC_CONCSOLFOUND

#define DISP_DESC_CONCSOLFOUND   "indicator that a new solution was found in concurrent solve"

Definition at line 59 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CONCSOLFOUND

#define DISP_HEAD_CONCSOLFOUND   " "

Definition at line 60 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CONCSOLFOUND

#define DISP_WIDT_CONCSOLFOUND   1

Definition at line 61 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_CONCSOLFOUND

#define DISP_PRIO_CONCSOLFOUND   80000

Definition at line 62 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CONCSOLFOUND

#define DISP_POSI_CONCSOLFOUND   0

Definition at line 63 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CONCSOLFOUND

#define DISP_STRI_CONCSOLFOUND   FALSE

Definition at line 64 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_TIME

#define DISP_NAME_TIME   "time"

Definition at line 66 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_TIME

#define DISP_DESC_TIME   "total solution time"

Definition at line 67 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_TIME

#define DISP_HEAD_TIME   "time"

Definition at line 68 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_TIME

#define DISP_WIDT_TIME   5

Definition at line 69 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_TIME

#define DISP_PRIO_TIME   4000

Definition at line 70 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_TIME

#define DISP_POSI_TIME   50

Definition at line 71 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_TIME

#define DISP_STRI_TIME   TRUE

Definition at line 72 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_NNODES

#define DISP_NAME_NNODES   "nnodes"

Definition at line 74 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_NNODES

#define DISP_DESC_NNODES   "number of processed nodes"

Definition at line 75 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_NNODES

#define DISP_HEAD_NNODES   "node"

Definition at line 76 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_NNODES

#define DISP_WIDT_NNODES   7

Definition at line 77 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_NNODES

#define DISP_PRIO_NNODES   100000

Definition at line 78 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_NNODES

#define DISP_POSI_NNODES   100

Definition at line 79 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_NNODES

#define DISP_STRI_NNODES   TRUE

Definition at line 80 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_NODESLEFT

#define DISP_NAME_NODESLEFT   "nodesleft"

Definition at line 82 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_NODESLEFT

#define DISP_DESC_NODESLEFT   "number of unprocessed nodes"

Definition at line 83 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_NODESLEFT

#define DISP_HEAD_NODESLEFT   "left"

Definition at line 84 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_NODESLEFT

#define DISP_WIDT_NODESLEFT   7

Definition at line 85 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_NODESLEFT

#define DISP_PRIO_NODESLEFT   90000

Definition at line 86 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_NODESLEFT

#define DISP_POSI_NODESLEFT   200

Definition at line 87 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_NODESLEFT

#define DISP_STRI_NODESLEFT   TRUE

Definition at line 88 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_LPITERATIONS

#define DISP_NAME_LPITERATIONS   "lpiterations"

Definition at line 91 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_LPITERATIONS

#define DISP_DESC_LPITERATIONS   "number of simplex iterations"

Definition at line 92 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_LPITERATIONS

#define DISP_HEAD_LPITERATIONS   "LP iter"

Definition at line 93 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_LPITERATIONS

#define DISP_WIDT_LPITERATIONS   7

Definition at line 94 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_LPITERATIONS

#define DISP_PRIO_LPITERATIONS   30000

Definition at line 95 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_LPITERATIONS

#define DISP_POSI_LPITERATIONS   1000

Definition at line 96 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_LPITERATIONS

#define DISP_STRI_LPITERATIONS   TRUE

Definition at line 97 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_LPAVGITERS

#define DISP_NAME_LPAVGITERS   "lpavgiterations"

Definition at line 99 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_LPAVGITERS

#define DISP_DESC_LPAVGITERS   "average number of LP iterations since the last output line"

Definition at line 100 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_LPAVGITERS

#define DISP_HEAD_LPAVGITERS   "LP it/n"

Definition at line 101 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_LPAVGITERS

#define DISP_WIDT_LPAVGITERS   7

Definition at line 102 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_LPAVGITERS

#define DISP_PRIO_LPAVGITERS   25000

Definition at line 103 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_LPAVGITERS

#define DISP_POSI_LPAVGITERS   1400

Definition at line 104 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_LPAVGITERS

#define DISP_STRI_LPAVGITERS   TRUE

Definition at line 105 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_LPCOND

#define DISP_NAME_LPCOND   "lpcond"

Definition at line 107 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_LPCOND

#define DISP_DESC_LPCOND   "estimate on condition number of LP solution"

Definition at line 108 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_LPCOND

#define DISP_HEAD_LPCOND   "LP cond"

Definition at line 109 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_LPCOND

#define DISP_WIDT_LPCOND   7

Definition at line 110 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_LPCOND

#define DISP_PRIO_LPCOND   0

Definition at line 111 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_LPCOND

#define DISP_POSI_LPCOND   1450

Definition at line 112 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_LPCOND

#define DISP_STRI_LPCOND   TRUE

Definition at line 113 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_MEMUSED

#define DISP_NAME_MEMUSED   "memused"

Definition at line 115 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_MEMUSED

#define DISP_DESC_MEMUSED   "total number of bytes used in block memory"

Definition at line 116 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_MEMUSED

#define DISP_HEAD_MEMUSED   "umem"

Definition at line 117 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_MEMUSED

#define DISP_WIDT_MEMUSED   5

Definition at line 118 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_MEMUSED

#define DISP_PRIO_MEMUSED   0

Definition at line 119 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_MEMUSED

#define DISP_POSI_MEMUSED   1500

Definition at line 120 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_MEMUSED

#define DISP_STRI_MEMUSED   TRUE

Definition at line 121 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CONCMEMUSED

#define DISP_NAME_CONCMEMUSED   "concmemused"

Definition at line 123 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CONCMEMUSED

#define DISP_DESC_CONCMEMUSED   "total number of bytes used in block memory"

Definition at line 124 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CONCMEMUSED

#define DISP_HEAD_CONCMEMUSED   "mem"

Definition at line 125 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CONCMEMUSED

#define DISP_WIDT_CONCMEMUSED   5

Definition at line 126 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_CONCMEMUSED

#define DISP_PRIO_CONCMEMUSED   20000

Definition at line 127 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CONCMEMUSED

#define DISP_POSI_CONCMEMUSED   1500

Definition at line 128 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CONCMEMUSED

#define DISP_STRI_CONCMEMUSED   TRUE

Definition at line 129 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_MEMTOTAL

#define DISP_NAME_MEMTOTAL   "memtotal"

◆ DISP_DESC_MEMTOTAL

#define DISP_DESC_MEMTOTAL   "total number of bytes in block memory or the creator name when a new incumbent solution was found"

Definition at line 132 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_MEMTOTAL

#define DISP_HEAD_MEMTOTAL   "mem/heur"

Definition at line 133 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_MEMTOTAL

#define DISP_WIDT_MEMTOTAL   8 /* the width of the column is 8, since we print 8 characters for new incumbents */

Definition at line 134 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_WIDT_MEMONLY

#define DISP_WIDT_MEMONLY   5 /* for memory output, we only use 5 characters because this is easier to decipher */

Definition at line 135 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT().

◆ DISP_PRIO_MEMTOTAL

#define DISP_PRIO_MEMTOTAL   20000

Definition at line 136 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_MEMTOTAL

#define DISP_POSI_MEMTOTAL   1500

Definition at line 137 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_MEMTOTAL

#define DISP_STRI_MEMTOTAL   TRUE

Definition at line 138 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_DEPTH

#define DISP_NAME_DEPTH   "depth"

Definition at line 140 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_DEPTH

#define DISP_DESC_DEPTH   "depth of current node"

Definition at line 141 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_DEPTH

#define DISP_HEAD_DEPTH   "depth"

Definition at line 142 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_DEPTH

#define DISP_WIDT_DEPTH   5

Definition at line 143 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_DEPTH

#define DISP_PRIO_DEPTH   500

Definition at line 144 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_DEPTH

#define DISP_POSI_DEPTH   2000

Definition at line 145 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_DEPTH

#define DISP_STRI_DEPTH   TRUE

Definition at line 146 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_MAXDEPTH

#define DISP_NAME_MAXDEPTH   "maxdepth"

Definition at line 148 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_MAXDEPTH

#define DISP_DESC_MAXDEPTH   "maximal depth of all processed nodes"

Definition at line 149 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_MAXDEPTH

#define DISP_HEAD_MAXDEPTH   "mdpt"

Definition at line 150 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_MAXDEPTH

#define DISP_WIDT_MAXDEPTH   5

Definition at line 151 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_MAXDEPTH

#define DISP_PRIO_MAXDEPTH   5000

Definition at line 152 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_MAXDEPTH

#define DISP_POSI_MAXDEPTH   2100

Definition at line 153 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_MAXDEPTH

#define DISP_STRI_MAXDEPTH   TRUE

Definition at line 154 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_PLUNGEDEPTH

#define DISP_NAME_PLUNGEDEPTH   "plungedepth"

Definition at line 156 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_PLUNGEDEPTH

#define DISP_DESC_PLUNGEDEPTH   "current plunging depth"

Definition at line 157 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_PLUNGEDEPTH

#define DISP_HEAD_PLUNGEDEPTH   "pdpt"

Definition at line 158 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_PLUNGEDEPTH

#define DISP_WIDT_PLUNGEDEPTH   5

Definition at line 159 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_PLUNGEDEPTH

#define DISP_PRIO_PLUNGEDEPTH   10

Definition at line 160 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_PLUNGEDEPTH

#define DISP_POSI_PLUNGEDEPTH   2200

Definition at line 161 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_PLUNGEDEPTH

#define DISP_STRI_PLUNGEDEPTH   TRUE

Definition at line 162 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_NFRAC

#define DISP_NAME_NFRAC   "nfrac"

Definition at line 164 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_NFRAC

#define DISP_DESC_NFRAC   "number of fractional variables in the current solution"

Definition at line 165 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_NFRAC

#define DISP_HEAD_NFRAC   "frac"

Definition at line 166 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_NFRAC

#define DISP_WIDT_NFRAC   5

Definition at line 167 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_NFRAC

#define DISP_PRIO_NFRAC   700

Definition at line 168 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_NFRAC

#define DISP_POSI_NFRAC   2500

Definition at line 169 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_NFRAC

#define DISP_STRI_NFRAC   TRUE

Definition at line 170 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_NEXTERNCANDS

#define DISP_NAME_NEXTERNCANDS   "nexternbranchcands"

Definition at line 172 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_NEXTERNCANDS

#define DISP_DESC_NEXTERNCANDS   "number of extern branching variables in the current node"

Definition at line 173 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_NEXTERNCANDS

#define DISP_HEAD_NEXTERNCANDS   "extbr"

Definition at line 174 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_NEXTERNCANDS

#define DISP_WIDT_NEXTERNCANDS   5

Definition at line 175 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_NEXTERNCANDS

#define DISP_PRIO_NEXTERNCANDS   650

Definition at line 176 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_NEXTERNCANDS

#define DISP_POSI_NEXTERNCANDS   2600

Definition at line 177 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_NEXTERNCANDS

#define DISP_STRI_NEXTERNCANDS   TRUE

Definition at line 178 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_VARS

#define DISP_NAME_VARS   "vars"

Definition at line 180 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_VARS

#define DISP_DESC_VARS   "number of variables in the problem"

Definition at line 181 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_VARS

#define DISP_HEAD_VARS   "vars"

Definition at line 182 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_VARS

#define DISP_WIDT_VARS   5

Definition at line 183 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_VARS

#define DISP_PRIO_VARS   3000

Definition at line 184 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_VARS

#define DISP_POSI_VARS   3000

Definition at line 185 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_VARS

#define DISP_STRI_VARS   TRUE

Definition at line 186 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CONSS

#define DISP_NAME_CONSS   "conss"

Definition at line 188 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CONSS

#define DISP_DESC_CONSS   "number of globally valid constraints in the problem"

Definition at line 189 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CONSS

#define DISP_HEAD_CONSS   "cons"

Definition at line 190 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CONSS

#define DISP_WIDT_CONSS   5

Definition at line 191 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_CONSS

#define DISP_PRIO_CONSS   3100

Definition at line 192 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CONSS

#define DISP_POSI_CONSS   3100

Definition at line 193 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CONSS

#define DISP_STRI_CONSS   TRUE

Definition at line 194 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CURCONSS

#define DISP_NAME_CURCONSS   "curconss"

Definition at line 196 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CURCONSS

#define DISP_DESC_CURCONSS   "number of enabled constraints in current node"

Definition at line 197 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CURCONSS

#define DISP_HEAD_CURCONSS   "ccons"

Definition at line 198 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CURCONSS

#define DISP_WIDT_CURCONSS   5

Definition at line 199 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_CURCONSS

#define DISP_PRIO_CURCONSS   600

Definition at line 200 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CURCONSS

#define DISP_POSI_CURCONSS   3200

Definition at line 201 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CURCONSS

#define DISP_STRI_CURCONSS   TRUE

Definition at line 202 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CURCOLS

#define DISP_NAME_CURCOLS   "curcols"

Definition at line 204 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CURCOLS

#define DISP_DESC_CURCOLS   "number of LP columns in current node"

Definition at line 205 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CURCOLS

#define DISP_HEAD_CURCOLS   "cols"

Definition at line 206 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CURCOLS

#define DISP_WIDT_CURCOLS   5

Definition at line 207 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_CURCOLS

#define DISP_PRIO_CURCOLS   800

Definition at line 208 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CURCOLS

#define DISP_POSI_CURCOLS   3300

Definition at line 209 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CURCOLS

#define DISP_STRI_CURCOLS   TRUE

Definition at line 210 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CURROWS

#define DISP_NAME_CURROWS   "currows"

Definition at line 212 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CURROWS

#define DISP_DESC_CURROWS   "number of LP rows in current node"

Definition at line 213 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CURROWS

#define DISP_HEAD_CURROWS   "rows"

Definition at line 214 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CURROWS

#define DISP_WIDT_CURROWS   5

Definition at line 215 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_CURROWS

#define DISP_PRIO_CURROWS   900

Definition at line 216 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CURROWS

#define DISP_POSI_CURROWS   3400

Definition at line 217 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CURROWS

#define DISP_STRI_CURROWS   TRUE

Definition at line 218 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CUTS

#define DISP_NAME_CUTS   "cuts"

Definition at line 220 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CUTS

#define DISP_DESC_CUTS   "total number of cuts applied to the LPs"

Definition at line 221 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CUTS

#define DISP_HEAD_CUTS   "cuts"

Definition at line 222 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CUTS

#define DISP_WIDT_CUTS   5

Definition at line 223 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_CUTS

#define DISP_PRIO_CUTS   2100

Definition at line 224 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CUTS

#define DISP_POSI_CUTS   3500

Definition at line 225 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CUTS

#define DISP_STRI_CUTS   TRUE

Definition at line 226 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_SEPAROUNDS

#define DISP_NAME_SEPAROUNDS   "separounds"

Definition at line 228 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_SEPAROUNDS

#define DISP_DESC_SEPAROUNDS   "number of separation rounds performed at the current node"

Definition at line 229 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_SEPAROUNDS

#define DISP_HEAD_SEPAROUNDS   "sepa"

Definition at line 230 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_SEPAROUNDS

#define DISP_WIDT_SEPAROUNDS   4

Definition at line 231 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_SEPAROUNDS

#define DISP_PRIO_SEPAROUNDS   100

Definition at line 232 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_SEPAROUNDS

#define DISP_POSI_SEPAROUNDS   3600

Definition at line 233 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_SEPAROUNDS

#define DISP_STRI_SEPAROUNDS   TRUE

Definition at line 234 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_POOLSIZE

#define DISP_NAME_POOLSIZE   "poolsize"

Definition at line 236 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_POOLSIZE

#define DISP_DESC_POOLSIZE   "number of LP rows in the cut pool"

Definition at line 237 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_POOLSIZE

#define DISP_HEAD_POOLSIZE   "pool"

Definition at line 238 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_POOLSIZE

#define DISP_WIDT_POOLSIZE   5

Definition at line 239 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_POOLSIZE

#define DISP_PRIO_POOLSIZE   50

Definition at line 240 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_POOLSIZE

#define DISP_POSI_POOLSIZE   3700

Definition at line 241 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_POOLSIZE

#define DISP_STRI_POOLSIZE   TRUE

Definition at line 242 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CONFLICTS

#define DISP_NAME_CONFLICTS   "conflicts"

Definition at line 244 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CONFLICTS

#define DISP_DESC_CONFLICTS   "total number of conflicts found in conflict analysis"

Definition at line 245 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CONFLICTS

#define DISP_HEAD_CONFLICTS   "confs"

Definition at line 246 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CONFLICTS

#define DISP_WIDT_CONFLICTS   5

Definition at line 247 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_CONFLICTS

#define DISP_PRIO_CONFLICTS   2000

Definition at line 248 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CONFLICTS

#define DISP_POSI_CONFLICTS   4000

Definition at line 249 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CONFLICTS

#define DISP_STRI_CONFLICTS   TRUE

Definition at line 250 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_STRONGBRANCHS

#define DISP_NAME_STRONGBRANCHS   "strongbranchs"

Definition at line 252 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_STRONGBRANCHS

#define DISP_DESC_STRONGBRANCHS   "total number of strong branching calls"

Definition at line 253 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_STRONGBRANCHS

#define DISP_HEAD_STRONGBRANCHS   "strbr"

Definition at line 254 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_STRONGBRANCHS

#define DISP_WIDT_STRONGBRANCHS   5

Definition at line 255 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_STRONGBRANCHS

#define DISP_PRIO_STRONGBRANCHS   1000

Definition at line 256 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_STRONGBRANCHS

#define DISP_POSI_STRONGBRANCHS   5000

Definition at line 257 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_STRONGBRANCHS

#define DISP_STRI_STRONGBRANCHS   TRUE

Definition at line 258 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_PSEUDOOBJ

#define DISP_NAME_PSEUDOOBJ   "pseudoobj"

Definition at line 260 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_PSEUDOOBJ

#define DISP_DESC_PSEUDOOBJ   "current pseudo objective value"

Definition at line 261 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_PSEUDOOBJ

#define DISP_HEAD_PSEUDOOBJ   "pseudoobj"

Definition at line 262 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_PSEUDOOBJ

#define DISP_WIDT_PSEUDOOBJ   14

Definition at line 263 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_PSEUDOOBJ

#define DISP_PRIO_PSEUDOOBJ   300

Definition at line 264 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_PSEUDOOBJ

#define DISP_POSI_PSEUDOOBJ   6000

Definition at line 265 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_PSEUDOOBJ

#define DISP_STRI_PSEUDOOBJ   TRUE

Definition at line 266 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_LPOBJ

#define DISP_NAME_LPOBJ   "lpobj"

Definition at line 268 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_LPOBJ

#define DISP_DESC_LPOBJ   "current LP objective value"

Definition at line 269 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_LPOBJ

#define DISP_HEAD_LPOBJ   "lpobj"

Definition at line 270 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_LPOBJ

#define DISP_WIDT_LPOBJ   14

Definition at line 271 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_LPOBJ

#define DISP_PRIO_LPOBJ   300

Definition at line 272 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_LPOBJ

#define DISP_POSI_LPOBJ   6500

Definition at line 273 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_LPOBJ

#define DISP_STRI_LPOBJ   TRUE

Definition at line 274 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CURDUALBOUND

#define DISP_NAME_CURDUALBOUND   "curdualbound"

Definition at line 276 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CURDUALBOUND

#define DISP_DESC_CURDUALBOUND   "dual bound of current node"

Definition at line 277 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CURDUALBOUND

#define DISP_HEAD_CURDUALBOUND   "curdualbound"

Definition at line 278 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CURDUALBOUND

#define DISP_WIDT_CURDUALBOUND   14

Definition at line 279 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_CURDUALBOUND

#define DISP_PRIO_CURDUALBOUND   400

Definition at line 280 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CURDUALBOUND

#define DISP_POSI_CURDUALBOUND   7000

Definition at line 281 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CURDUALBOUND

#define DISP_STRI_CURDUALBOUND   TRUE

Definition at line 282 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_ESTIMATE

#define DISP_NAME_ESTIMATE   "estimate"

Definition at line 284 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_ESTIMATE

#define DISP_DESC_ESTIMATE   "estimated value of feasible solution in current node"

Definition at line 285 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_ESTIMATE

#define DISP_HEAD_ESTIMATE   "estimate"

Definition at line 286 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_ESTIMATE

#define DISP_WIDT_ESTIMATE   14

Definition at line 287 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_ESTIMATE

#define DISP_PRIO_ESTIMATE   200

Definition at line 288 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_ESTIMATE

#define DISP_POSI_ESTIMATE   7500

Definition at line 289 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_ESTIMATE

#define DISP_STRI_ESTIMATE   TRUE

Definition at line 290 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_AVGDUALBOUND

#define DISP_NAME_AVGDUALBOUND   "avgdualbound"

Definition at line 292 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_AVGDUALBOUND

#define DISP_DESC_AVGDUALBOUND   "average dual bound of all unprocessed nodes"

Definition at line 293 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_AVGDUALBOUND

#define DISP_HEAD_AVGDUALBOUND   "avgdualbound"

Definition at line 294 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_AVGDUALBOUND

#define DISP_WIDT_AVGDUALBOUND   14

Definition at line 295 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_AVGDUALBOUND

#define DISP_PRIO_AVGDUALBOUND   40

Definition at line 296 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_AVGDUALBOUND

#define DISP_POSI_AVGDUALBOUND   8000

Definition at line 297 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_AVGDUALBOUND

#define DISP_STRI_AVGDUALBOUND   TRUE

Definition at line 298 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_DUALBOUND

#define DISP_NAME_DUALBOUND   "dualbound"

Definition at line 300 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_DUALBOUND

#define DISP_DESC_DUALBOUND   "current global dual bound"

Definition at line 301 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_DUALBOUND

#define DISP_HEAD_DUALBOUND   "dualbound"

Definition at line 302 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_DUALBOUND

#define DISP_WIDT_DUALBOUND   14

Definition at line 303 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_DUALBOUND

#define DISP_PRIO_DUALBOUND   70000

Definition at line 304 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_DUALBOUND

#define DISP_POSI_DUALBOUND   9000

Definition at line 305 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_DUALBOUND

#define DISP_STRI_DUALBOUND   TRUE

Definition at line 306 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CONCDUALBOUND

#define DISP_NAME_CONCDUALBOUND   "concdualbound"

Definition at line 308 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CONCDUALBOUND

#define DISP_DESC_CONCDUALBOUND   "current global dual bound in concurrent solve"

Definition at line 309 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CONCDUALBOUND

#define DISP_HEAD_CONCDUALBOUND   "dualbound"

Definition at line 310 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CONCDUALBOUND

#define DISP_WIDT_CONCDUALBOUND   14

Definition at line 311 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_CONCDUALBOUND

#define DISP_PRIO_CONCDUALBOUND   70000

Definition at line 312 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CONCDUALBOUND

#define DISP_POSI_CONCDUALBOUND   9000

Definition at line 313 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CONCDUALBOUND

#define DISP_STRI_CONCDUALBOUND   TRUE

Definition at line 314 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_PRIMALBOUND

#define DISP_NAME_PRIMALBOUND   "primalbound"

Definition at line 316 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_PRIMALBOUND

#define DISP_DESC_PRIMALBOUND   "current primal bound"

Definition at line 317 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_PRIMALBOUND

#define DISP_HEAD_PRIMALBOUND   "primalbound"

Definition at line 318 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_PRIMALBOUND

#define DISP_WIDT_PRIMALBOUND   14

Definition at line 319 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_PRIMALBOUND

#define DISP_PRIO_PRIMALBOUND   80000

Definition at line 320 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_PRIMALBOUND

#define DISP_POSI_PRIMALBOUND   10000

Definition at line 321 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_PRIMALBOUND

#define DISP_STRI_PRIMALBOUND   TRUE

Definition at line 322 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CONCPRIMALBOUND

#define DISP_NAME_CONCPRIMALBOUND   "concprimalbound"

Definition at line 324 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CONCPRIMALBOUND

#define DISP_DESC_CONCPRIMALBOUND   "current primal bound in concurrent solve"

Definition at line 325 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CONCPRIMALBOUND

#define DISP_HEAD_CONCPRIMALBOUND   "primalbound"

Definition at line 326 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CONCPRIMALBOUND

#define DISP_WIDT_CONCPRIMALBOUND   14

Definition at line 327 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_CONCPRIMALBOUND

#define DISP_PRIO_CONCPRIMALBOUND   80000

Definition at line 328 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CONCPRIMALBOUND

#define DISP_POSI_CONCPRIMALBOUND   10000

Definition at line 329 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CONCPRIMALBOUND

#define DISP_STRI_CONCPRIMALBOUND   TRUE

Definition at line 330 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CUTOFFBOUND

#define DISP_NAME_CUTOFFBOUND   "cutoffbound"

Definition at line 332 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CUTOFFBOUND

#define DISP_DESC_CUTOFFBOUND   "current cutoff bound"

Definition at line 333 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CUTOFFBOUND

#define DISP_HEAD_CUTOFFBOUND   "cutoffbound"

Definition at line 334 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CUTOFFBOUND

#define DISP_WIDT_CUTOFFBOUND   14

Definition at line 335 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_CUTOFFBOUND

#define DISP_PRIO_CUTOFFBOUND   10

Definition at line 336 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CUTOFFBOUND

#define DISP_POSI_CUTOFFBOUND   10100

Definition at line 337 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CUTOFFBOUND

#define DISP_STRI_CUTOFFBOUND   TRUE

Definition at line 338 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_GAP

#define DISP_NAME_GAP   "gap"

Definition at line 340 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_GAP

#define DISP_DESC_GAP   "current (relative) gap using |primal-dual|/MIN(|dual|,|primal|)"

Definition at line 341 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_GAP

#define DISP_HEAD_GAP   "gap"

Definition at line 342 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_GAP

#define DISP_WIDT_GAP   8

Definition at line 343 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_GAP

#define DISP_PRIO_GAP   60000

Definition at line 344 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_GAP

#define DISP_POSI_GAP   20000

Definition at line 345 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_GAP

#define DISP_STRI_GAP   TRUE

Definition at line 346 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_CONCGAP

#define DISP_NAME_CONCGAP   "concgap"

Definition at line 348 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_CONCGAP

#define DISP_DESC_CONCGAP   "current (relative) gap in concurrent solve using |primal-dual|/MIN(|dual|,|primal|)"

Definition at line 349 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_CONCGAP

#define DISP_HEAD_CONCGAP   "gap"

Definition at line 350 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_CONCGAP

#define DISP_WIDT_CONCGAP   8

Definition at line 351 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_CONCGAP

#define DISP_PRIO_CONCGAP   60000

Definition at line 352 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_CONCGAP

#define DISP_POSI_CONCGAP   20000

Definition at line 353 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_CONCGAP

#define DISP_STRI_CONCGAP   TRUE

Definition at line 354 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_PRIMALGAP

#define DISP_NAME_PRIMALGAP   "primalgap"

Definition at line 356 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_PRIMALGAP

#define DISP_DESC_PRIMALGAP   "current (relative) gap using |primal-dual|/|primal|"

Definition at line 357 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_PRIMALGAP

#define DISP_HEAD_PRIMALGAP   "primgap"

Definition at line 358 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_PRIMALGAP

#define DISP_WIDT_PRIMALGAP   8

Definition at line 359 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_PRIMALGAP

#define DISP_PRIO_PRIMALGAP   20000

Definition at line 360 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_PRIMALGAP

#define DISP_POSI_PRIMALGAP   21000

Definition at line 361 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_PRIMALGAP

#define DISP_STRI_PRIMALGAP   TRUE

Definition at line 362 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_NSOLS

#define DISP_NAME_NSOLS   "nsols"

Definition at line 364 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_DESC_NSOLS

#define DISP_DESC_NSOLS   "current number of solutions found"

Definition at line 365 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_NSOLS

#define DISP_HEAD_NSOLS   "nsols"

Definition at line 366 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_NSOLS

#define DISP_WIDT_NSOLS   5

Definition at line 367 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_PRIO_NSOLS

#define DISP_PRIO_NSOLS   0

Definition at line 368 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_NSOLS

#define DISP_POSI_NSOLS   30000

Definition at line 369 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_NSOLS

#define DISP_STRI_NSOLS   TRUE

Definition at line 370 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_NOBJLEAVES

#define DISP_NAME_NOBJLEAVES   "nobjleaves"

Definition at line 373 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_NOBJLEAVES

#define DISP_DESC_NOBJLEAVES   "current number of encountered objective limit leaves"

Definition at line 374 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_NOBJLEAVES

#define DISP_HEAD_NOBJLEAVES   "objleav"

Definition at line 375 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_NOBJLEAVES

#define DISP_WIDT_NOBJLEAVES   7

Definition at line 376 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_NOBJLEAVES

#define DISP_PRIO_NOBJLEAVES   0

Definition at line 377 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_NOBJLEAVES

#define DISP_POSI_NOBJLEAVES   31000

Definition at line 378 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_NOBJLEAVES

#define DISP_STRI_NOBJLEAVES   TRUE

Definition at line 379 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_NAME_NINFEASLEAVES

#define DISP_NAME_NINFEASLEAVES   "ninfeasleaves"

Definition at line 383 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_DESC_NINFEASLEAVES

#define DISP_DESC_NINFEASLEAVES   "number of encountered infeasible leaves"

Definition at line 384 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_HEAD_NINFEASLEAVES

#define DISP_HEAD_NINFEASLEAVES   "infleav"

Definition at line 385 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_WIDT_NINFEASLEAVES

#define DISP_WIDT_NINFEASLEAVES   7

Definition at line 386 of file disp_default.c.

Referenced by SCIP_DECL_DISPOUTPUT(), and SCIPincludeDispDefault().

◆ DISP_PRIO_NINFEASLEAVES

#define DISP_PRIO_NINFEASLEAVES   0

Definition at line 387 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_POSI_NINFEASLEAVES

#define DISP_POSI_NINFEASLEAVES   32000

Definition at line 388 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

◆ DISP_STRI_NINFEASLEAVES

#define DISP_STRI_NINFEASLEAVES   TRUE

Definition at line 389 of file disp_default.c.

Referenced by SCIPincludeDispDefault().

Function Documentation

◆ SCIP_DECL_DISPCOPY()

static SCIP_DECL_DISPCOPY ( dispCopyDefault  )
static

copy method for display plugins (called when SCIP copies plugins)

Definition at line 397 of file disp_default.c.

References NULL, SCIP_CALL, SCIP_OKAY, SCIPdispGetName(), SCIPfindDisp(), and SCIPincludeDispDefault().

◆ SCIP_DECL_DISPINITSOL() [1/3]

static SCIP_DECL_DISPINITSOL ( SCIPdispInitsolSolFound  )
static

solving process initialization method of display column (called when branch and bound process is about to begin)

Definition at line 413 of file disp_default.c.

References DISP_NAME_MEMTOTAL, DISP_NAME_SOLFOUND, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispSetData(), and SCIPgetBestSol().

◆ isDisplaySol()

static SCIP_Bool isDisplaySol ( SCIP scip,
SCIP_SOL sol 
)
static

returns TRUE if this solution should be displayed in the output

Parameters
scipSCIP data structure
solsolution data structure, e.g., current incumbent solution

Definition at line 427 of file disp_default.c.

References SCIPgetSolTransObj(), SCIPgetUpperbound(), and SCIPisFeasLE().

Referenced by SCIP_DECL_DISPOUTPUT().

◆ SCIP_DECL_DISPOUTPUT() [1/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputSolFound  )
static

output method of display column to output file stream 'file' for character of best solution

Definition at line 437 of file disp_default.c.

References DISP_NAME_SOLFOUND, isDisplaySol(), NULL, SCIP_OKAY, SCIPdispGetData(), SCIPdispGetName(), SCIPdispSetData(), SCIPgetBestSol(), SCIPgetSolHeur(), SCIPheurGetDispchar(), SCIPinfoMessage(), and SCIPsolIsOriginal().

◆ SCIP_DECL_DISPINITSOL() [2/3]

static SCIP_DECL_DISPINITSOL ( SCIPdispInitsolConcSolFound  )
static

solving process initialization method of display column (called when branch and bound process is about to begin)

Definition at line 480 of file disp_default.c.

References DISP_NAME_CONCSOLFOUND, NULL, SCIP_CALL, SCIP_OKAY, SCIP_Real, SCIPallocBlockMemory, SCIPdispGetName(), SCIPdispSetData(), and SCIPinfinity().

◆ SCIP_DECL_DISPINITSOL() [3/3]

static SCIP_DECL_DISPINITSOL ( SCIPdispExitsolConcSolFound  )
static

solving process initialization method of display column (called when branch and bound process is about to begin)

Definition at line 498 of file disp_default.c.

References DISP_NAME_CONCSOLFOUND, NULL, SCIP_OKAY, SCIP_Real, SCIPdispGetData(), SCIPdispGetName(), SCIPdispSetData(), and SCIPfreeBlockMemory.

◆ SCIP_DECL_DISPOUTPUT() [2/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputConcSolFound  )
static

output method of display column to output file stream 'file' for character of best solution

Definition at line 516 of file disp_default.c.

References DISP_NAME_CONCSOLFOUND, NULL, SCIP_OKAY, SCIP_Real, SCIPdispGetData(), SCIPdispGetName(), SCIPgetSyncstore(), SCIPinfoMessage(), SCIPisFeasLT(), SCIPsyncstoreGetLastNSols(), and SCIPsyncstoreGetLastUpperbound().

◆ SCIP_DECL_DISPOUTPUT() [3/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputSolvingTime  )
static

output method of display column to output file stream 'file' for solving time

Definition at line 545 of file disp_default.c.

References DISP_NAME_TIME, DISP_WIDT_TIME, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispTime(), SCIPgetMessagehdlr(), and SCIPgetSolvingTime().

◆ SCIP_DECL_DISPOUTPUT() [4/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNNodes  )
static

output method of display column to output file stream 'file' for number of nodes

Definition at line 558 of file disp_default.c.

References DISP_NAME_NNODES, DISP_WIDT_NNODES, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispLongint(), SCIPgetMessagehdlr(), and SCIPgetNNodes().

◆ SCIP_DECL_DISPOUTPUT() [5/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNNodesLeft  )
static

output method of display column to output file stream 'file' for number of open nodes

Definition at line 571 of file disp_default.c.

References DISP_NAME_NODESLEFT, DISP_WIDT_NODESLEFT, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetNNodesLeft().

◆ SCIP_DECL_DISPOUTPUT() [6/42]

static SCIP_DECL_DISPOUTPUT ( dispOutputNObjLeaves  )
static

output method of display column to output file stream 'file'

Definition at line 584 of file disp_default.c.

References DISP_NAME_NOBJLEAVES, DISP_WIDT_NOBJLEAVES, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispLongint(), SCIPgetMessagehdlr(), and SCIPgetNObjlimLeaves().

◆ SCIP_DECL_DISPOUTPUT() [7/42]

static SCIP_DECL_DISPOUTPUT ( dispOutputNInfeasLeaves  )
static

output method of display column to output file stream 'file'

Definition at line 598 of file disp_default.c.

References DISP_NAME_NINFEASLEAVES, DISP_WIDT_NINFEASLEAVES, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispLongint(), SCIPgetMessagehdlr(), and SCIPgetNInfeasibleLeaves().

◆ SCIP_DECL_DISPOUTPUT() [8/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNLPIterations  )
static

output method of display column to output file stream 'file' for number of LP iterations

Definition at line 612 of file disp_default.c.

References DISP_NAME_LPITERATIONS, DISP_WIDT_LPITERATIONS, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispLongint(), SCIPgetMessagehdlr(), and SCIPgetNLPIterations().

◆ SCIP_DECL_DISPOUTPUT() [9/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNLPAvgIters  )
static

output method of display column to output file stream 'file' for number of average LP iterations

Definition at line 625 of file disp_default.c.

References DISP_NAME_LPAVGITERS, NULL, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetNLPIterations(), SCIPgetNNodes(), SCIPgetNRootLPIterations(), SCIPgetNTotalNodes(), and SCIPinfoMessage().

◆ SCIP_DECL_DISPOUTPUT() [10/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputLPCondition  )
static

output method of display column to output file stream 'file' for estimate on LP condition

Definition at line 649 of file disp_default.c.

References DISP_NAME_LPCOND, NULL, SCIP_CALL, SCIP_INVALID, SCIP_LPSOLQUALITY_ESTIMCONDITION, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetLPI(), SCIPinfoMessage(), and SCIPlpiGetRealSolQuality().

◆ SCIP_DECL_DISPOUTPUT() [11/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputDepth  )
static

output method of display column to output file stream 'file' for depth

Definition at line 682 of file disp_default.c.

References DISP_NAME_DEPTH, DISP_WIDT_DEPTH, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetDepth(), and SCIPgetMessagehdlr().

◆ SCIP_DECL_DISPOUTPUT() [12/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputMemUsed  )
static

output method of display column to output file stream 'file' for used memory

Definition at line 695 of file disp_default.c.

References DISP_NAME_MEMUSED, DISP_WIDT_MEMUSED, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispLongint(), SCIPgetMemUsed(), and SCIPgetMessagehdlr().

◆ SCIP_DECL_DISPOUTPUT() [13/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputConcMemUsed  )
static

output method of display column to output file stream 'file' for used memory

Definition at line 708 of file disp_default.c.

References DISP_NAME_CONCMEMUSED, DISP_WIDT_MEMUSED, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispLongint(), SCIPgetMessagehdlr(), SCIPgetSyncstore(), and SCIPsyncstoreGetLastMemTotal().

◆ SCIP_DECL_DISPOUTPUT() [14/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputMemUsedTotal  )
static

◆ SCIP_DECL_DISPOUTPUT() [15/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputMaxDepth  )
static

output method of display column to output file stream 'file' for maximal depth

Definition at line 790 of file disp_default.c.

References DISP_NAME_MAXDEPTH, DISP_WIDT_MAXDEPTH, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMaxDepth(), and SCIPgetMessagehdlr().

◆ SCIP_DECL_DISPOUTPUT() [16/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputPlungeDepth  )
static

output method of display column to output file stream 'file' for plunging depth

Definition at line 803 of file disp_default.c.

References DISP_NAME_PLUNGEDEPTH, DISP_WIDT_PLUNGEDEPTH, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetPlungeDepth().

◆ SCIP_DECL_DISPOUTPUT() [17/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNFrac  )
static

output method of display column to output file stream 'file' for number of LP branch candidates

Definition at line 816 of file disp_default.c.

References DISP_NAME_NFRAC, DISP_WIDT_NFRAC, NULL, SCIP_LPSOLSTAT_OPTIMAL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetLPSolstat(), SCIPgetMessagehdlr(), SCIPgetNLPBranchCands(), SCIPhasCurrentNodeLP(), and SCIPinfoMessage().

◆ SCIP_DECL_DISPOUTPUT() [18/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNExternCands  )
static

output method of display column to output file stream 'file' for number of external branch candidates

Definition at line 832 of file disp_default.c.

References DISP_NAME_NEXTERNCANDS, DISP_WIDT_NEXTERNCANDS, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetNExternBranchCands().

◆ SCIP_DECL_DISPOUTPUT() [19/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNVars  )
static

output method of display column to output file stream 'file' for number of variables

Definition at line 845 of file disp_default.c.

References DISP_NAME_VARS, DISP_WIDT_VARS, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetNVars().

◆ SCIP_DECL_DISPOUTPUT() [20/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNConss  )
static

output method of display column to output file stream 'file' for number of constraints

Definition at line 858 of file disp_default.c.

References DISP_NAME_CONSS, DISP_WIDT_CONSS, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetNConss().

◆ SCIP_DECL_DISPOUTPUT() [21/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNCurConss  )
static

output method of display column to output file stream 'file' for number of enabled constraints

Definition at line 871 of file disp_default.c.

References DISP_NAME_CURCONSS, DISP_WIDT_CURCONSS, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetNEnabledConss().

◆ SCIP_DECL_DISPOUTPUT() [22/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNCurCols  )
static

output method of display column to output file stream 'file' for number of columns in the LP

Definition at line 884 of file disp_default.c.

References DISP_NAME_CURCOLS, DISP_WIDT_CURCOLS, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetNLPCols().

◆ SCIP_DECL_DISPOUTPUT() [23/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNCurRows  )
static

output method of display column to output file stream 'file' for number of rows in the LP

Definition at line 897 of file disp_default.c.

References DISP_NAME_CURROWS, DISP_WIDT_CURROWS, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetNLPRows().

◆ SCIP_DECL_DISPOUTPUT() [24/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNAppliedCuts  )
static

output method of display column to output file stream 'file' for number of applied cuts

Definition at line 910 of file disp_default.c.

References DISP_NAME_CUTS, DISP_WIDT_CUTS, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetNCutsApplied().

◆ SCIP_DECL_DISPOUTPUT() [25/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNSepaRounds  )
static

output method of display column to output file stream 'file' for number of separation rounds

Definition at line 923 of file disp_default.c.

References DISP_NAME_SEPAROUNDS, DISP_WIDT_SEPAROUNDS, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetNSepaRounds().

◆ SCIP_DECL_DISPOUTPUT() [26/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputCutPoolSize  )
static

output method of display column to output file stream 'file' for number of current rows in the cut pool

Definition at line 936 of file disp_default.c.

References DISP_NAME_POOLSIZE, DISP_WIDT_POOLSIZE, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispInt(), SCIPgetMessagehdlr(), and SCIPgetNPoolCuts().

◆ SCIP_DECL_DISPOUTPUT() [27/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNConflicts  )
static

output method of display column to output file stream 'file' for number of conflicts

Definition at line 949 of file disp_default.c.

References DISP_NAME_CONFLICTS, DISP_WIDT_CONFLICTS, NULL, SCIP_Longint, SCIP_OKAY, SCIPdispGetName(), SCIPdispLongint(), SCIPgetMessagehdlr(), SCIPgetNConflictConssApplied(), and SCIPgetNConflictDualproofsApplied().

◆ SCIP_DECL_DISPOUTPUT() [28/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNStrongbranchs  )
static

output method of display column to output file stream 'file' for number of strong branchings

Definition at line 965 of file disp_default.c.

References DISP_NAME_STRONGBRANCHS, DISP_WIDT_STRONGBRANCHS, NULL, SCIP_OKAY, SCIPdispGetName(), SCIPdispLongint(), SCIPgetMessagehdlr(), and SCIPgetNStrongbranchs().

◆ SCIP_DECL_DISPOUTPUT() [29/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputPseudoObjval  )
static

output method of display column to output file stream 'file' for pseudo objective value

Definition at line 978 of file disp_default.c.

References DISP_NAME_PSEUDOOBJ, NULL, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetPseudoObjval(), SCIPinfoMessage(), and SCIPisInfinity().

◆ SCIP_DECL_DISPOUTPUT() [30/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputLPObjval  )
static

output method of display column to output file stream 'file' for LP objective value

Definition at line 1000 of file disp_default.c.

References DISP_NAME_LPOBJ, NULL, SCIP_LPSOLSTAT_NOTSOLVED, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetLPObjval(), SCIPgetLPSolstat(), SCIPinfoMessage(), and SCIPisInfinity().

◆ SCIP_DECL_DISPOUTPUT() [31/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputCurDualbound  )
static

output method of display column to output file stream 'file' for the current dualbound

Definition at line 1027 of file disp_default.c.

References DISP_NAME_CURDUALBOUND, NULL, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetLocalDualbound(), SCIPgetObjsense(), SCIPinfoMessage(), and SCIPisInfinity().

◆ SCIP_DECL_DISPOUTPUT() [32/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputLocalOrigEstimate  )
static

output method of display column to output file stream 'file' for estimate of best primal solution w.r.t. original problem contained in current subtree

Definition at line 1050 of file disp_default.c.

References DISP_NAME_ESTIMATE, NULL, REALABS, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetLocalOrigEstimate(), SCIPinfoMessage(), and SCIPisInfinity().

◆ SCIP_DECL_DISPOUTPUT() [33/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputAvgDualbound  )
static

output method of display column to output file stream 'file' for average dualbound

Definition at line 1069 of file disp_default.c.

References DISP_NAME_AVGDUALBOUND, NULL, REALABS, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetAvgDualbound(), SCIPinfoMessage(), and SCIPisInfinity().

◆ SCIP_DECL_DISPOUTPUT() [34/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputDualbound  )
static

output method of display column to output file stream 'file' for dualbound

Definition at line 1088 of file disp_default.c.

References DISP_NAME_DUALBOUND, NULL, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetDualbound(), SCIPgetObjsense(), SCIPinfoMessage(), and SCIPisInfinity().

◆ SCIP_DECL_DISPOUTPUT() [35/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputPrimalbound  )
static

output method of display column to output file stream 'file' for primalbound

Definition at line 1110 of file disp_default.c.

References DISP_NAME_PRIMALBOUND, NULL, REALABS, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetPrimalbound(), SCIPinfoMessage(), SCIPisInfinity(), and SCIPisPrimalboundSol().

◆ SCIP_DECL_DISPOUTPUT() [36/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputConcDualbound  )
static

output method of display column to output file stream 'file' for dualbound

Definition at line 1129 of file disp_default.c.

References DISP_NAME_CONCDUALBOUND, NULL, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetConcurrentDualbound(), SCIPgetObjsense(), SCIPinfoMessage(), and SCIPisInfinity().

◆ SCIP_DECL_DISPOUTPUT() [37/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputConcPrimalbound  )
static

output method of display column to output file stream 'file' for primalbound

Definition at line 1151 of file disp_default.c.

References DISP_NAME_CONCPRIMALBOUND, NULL, REALABS, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetConcurrentPrimalbound(), SCIPinfoMessage(), and SCIPisInfinity().

◆ SCIP_DECL_DISPOUTPUT() [38/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputCutoffbound  )
static

output method of display column to output file stream 'file' for cutoffbound

Definition at line 1170 of file disp_default.c.

References DISP_NAME_CUTOFFBOUND, NULL, REALABS, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetCutoffbound(), SCIPinfoMessage(), SCIPisInfinity(), and SCIPretransformObj().

◆ SCIP_DECL_DISPOUTPUT() [39/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputGap  )
static

output method of display column to output file stream 'file' for gap

Definition at line 1189 of file disp_default.c.

References DISP_NAME_GAP, NULL, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetGap(), SCIPinfoMessage(), and SCIPisInfinity().

◆ SCIP_DECL_DISPOUTPUT() [40/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputConcGap  )
static

output method of display column to output file stream 'file' for gap

Definition at line 1211 of file disp_default.c.

References DISP_NAME_CONCGAP, NULL, SCIP_OKAY, SCIP_Real, SCIPdispGetName(), SCIPgetConcurrentGap(), SCIPinfoMessage(), and SCIPisInfinity().

◆ SCIP_DECL_DISPOUTPUT() [41/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputPrimalgap  )
static

◆ SCIP_DECL_DISPOUTPUT() [42/42]

static SCIP_DECL_DISPOUTPUT ( SCIPdispOutputNSols  )
static

output method of display column to output file stream 'file' for number of found solutions

Definition at line 1280 of file disp_default.c.

References SCIP_OKAY, SCIPgetNSolsFound(), and SCIPinfoMessage().