Scippy

UG

Ubiquity Generator framework

bbParaTagDef.h File Reference

ug_bb Tag definitions More...

#include "ug/paraTagDef.h"

Go to the source code of this file.

Namespaces

 UG
 

Variables

static const int TAG_BB_FIRST = TAG_UG_LAST + 1
 
static const int TagRetryRampUp = TAG_BB_FIRST + 0
 
static const int TagGlobalBestDualBoundValueAtWarmStart = TAG_BB_FIRST + 1
 
static const int TagAnotherNodeRequest = TAG_BB_FIRST + 2
 
static const int TagNoNodes = TAG_BB_FIRST + 3
 
static const int TagInCollectingMode = TAG_BB_FIRST + 4
 
static const int TagCollectAllNodes = TAG_BB_FIRST + 5
 
static const int TagOutCollectingMode = TAG_BB_FIRST + 6
 
static const int TagLCBestBoundValue = TAG_BB_FIRST + 7
 
static const int TagLightWeightRootNodeProcess = TAG_BB_FIRST + 8
 
static const int TagBreaking = TAG_BB_FIRST + 9
 
static const int TagGivenGapIsReached = TAG_BB_FIRST + 10
 
static const int TagAllowToBeInCollectingMode = TAG_BB_FIRST + 11
 
static const int TagTestDualBoundGain = TAG_BB_FIRST + 12
 
static const int TagNoTestDualBoundGain = TAG_BB_FIRST + 13
 
static const int TagNoWaitModeSend = TAG_BB_FIRST + 14
 
static const int TagRestart = TAG_BB_FIRST + 15
 
static const int TagLbBoundTightenedIndex = TAG_BB_FIRST + 16
 
static const int TagLbBoundTightenedBound = TAG_BB_FIRST + 17
 
static const int TagUbBoundTightenedIndex = TAG_BB_FIRST + 18
 
static const int TagUbBoundTightenedBound = TAG_BB_FIRST + 19
 
static const int TagCutOffValue = TAG_BB_FIRST + 20
 
static const int TagChangeSearchStrategy = TAG_BB_FIRST + 21
 
static const int TagSolverDiffParamSet = TAG_BB_FIRST + 22
 
static const int TagKeepRacing = TAG_BB_FIRST + 23
 
static const int TagTerminateSolvingToRestart = TAG_BB_FIRST + 24
 
static const int TagSelfSplitFinished = TAG_BB_FIRST + 25
 
static const int TagNewSubtreeRootNode = TAG_BB_FIRST + 26
 
static const int TagSubtreeRootNodeStartComputation = TAG_BB_FIRST + 27
 
static const int TagSubtreeRootNodeToBeRemoved = TAG_BB_FIRST + 28
 
static const int TagReassignSelfSplitSubtreeRootNode = TAG_BB_FIRST + 29
 
static const int TagSelfSlpitNodeCalcuationState = TAG_BB_FIRST + 30
 
static const int TagTermStateForInterruption = TAG_BB_FIRST + 31
 
static const int TagSelfSplitTermStateForInterruption = TAG_BB_FIRST + 32
 
static const int TAG_BB_BASE_LAST = TAG_BB_FIRST + 32
 
static const int N_BB_BASE_TAGS = TAG_BB_BASE_LAST - TAG_UG_FIRST + 1
 

Detailed Description

ug_bb Tag definitions

Author
Yuji Shinano

Definition in file bbParaTagDef.h.