Scippy

UG

Ubiquity Generator framework

scipParaCommTh.h File Reference

SCIP ParaComm extension for threads communication. More...

#include "ug_bb/bbParaComm.h"
#include "scipParaTagDef.h"
#include "scipParaInstanceTh.h"
#include "scipParaSolutionTh.h"
#include "scipParaDiffSubproblemTh.h"
#include "scipParaInitialStatTh.h"
#include "scipParaRacingRampUpParamSetTh.h"
#include "scip/scip.h"

Go to the source code of this file.

Classes

class  ScipParaCommTh
 

Namespaces

namespace  ParaSCIP
 

Macros

#define DEF_SCIP_PARA_COMM(scip_para_comm, comm)   ScipParaCommTh *scip_para_comm = dynamic_cast< ScipParaCommTh* >(comm)
 

Variables

static const int SCIP_USER_TYPE_FIRST = UG::BB_USER_TYPE_LAST + 1
 scip defined transfer data types More...
 
static const int ParaInitialStatType = SCIP_USER_TYPE_FIRST + 0
 

Detailed Description

SCIP ParaComm extension for threads communication.

Author
Yuji Shinano

Definition in file scipParaCommTh.h.

Macro Definition Documentation

◆ DEF_SCIP_PARA_COMM

#define DEF_SCIP_PARA_COMM (   scip_para_comm,
  comm 
)    ScipParaCommTh *scip_para_comm = dynamic_cast< ScipParaCommTh* >(comm)

Definition at line 169 of file scipParaCommTh.h.