42BbParaCalculationStateTh::createDatatype(
CalcutationStte object extension for threads communication.
Base class of communicator for UG Framework.
Calculation state object for thread communications.
void send(ParaComm *comm, int destination, int tag)
send this object to destination
BbParaCalculationStateTh * createDatatype()
create thread object datatype of this object
void receive(ParaComm *comm, int source, int tag)
receive this object from source
BbParaCalculationStateTh()
default constructor of this object
int minTransferredLocalCuts
minimum number of local cuts transferred from a ParaNode
int nTransferredBendersCuts
number of benders cuts transferred from a ParaNode
double rootTime
computation time of the root node
double dualBound
final dual bound value
int maxTransferredLocalCuts
maximum number of local cuts transferred from a ParaNode
int maxTransferredBendersCuts
maximum number of benders cuts transferred from a ParaNode
int nSelfSplitNodesLeft
number of self-split nodes left
int nSimplexIterRoot
number of simplex iteration at root node
int maxNii
maximum number of integer infeasibility
int minTransferredBendersCuts
minimum number of benders cuts transferred from a ParaNode
int nSolvedWithNoPreprocesses
number of nodes solved when it is solved with no preprocesses
int nRestarts
number of restarts
double averageSimplexIter
average number of simplex iteration except root node
double maxIisum
maximum sum of integer infeasibility
int nImprovedIncumbent
the number of improved solution generated in this ParaSolver
double minIisum
minimum sum of integer infeasibility
int minNii
minimum number of integer infeasibility
int nSent
the number of ParaNodes sent
int nTransferredLocalCuts
number of local cuts transferred from a ParaNode
int nSolved
the number of tasks solved
int terminationState
indicate whether if this computation is terminationState or not. 0: no, 1: terminationState meaning c...
double compTime
computation time of this ParaTask
Base class of communicator object.
static ScipParaCommTh * comm
static const int ParaCalculationStateType
#define DEF_PARA_COMM(para_comm, comm)
#define PARA_COMM_CALL(paracommcall)