37#ifndef __SCIP_DIFF_PARAM_SET_H__
38#define __SCIP_DIFF_PARAM_SET_H__
142 if( std::strcmp(paramName,
string) == 0 )
146 paramName += std::strlen(paramName) + 1;
165 void write(gzstream::ogzstream &out);
size_t charParamNamesSize
bool read(UG::ParaComm *comm, gzstream::igzstream &in)
size_t longintParamNamesSize
virtual int receive(UG::ParaComm *comm, int source)=0
size_t boolParamNamesSize
size_t stringParamNamesSize
size_t stringParamValuesSize
virtual int send(UG::ParaComm *comm, int destination)=0
void setParametersInScip(SCIP *scip)
virtual ~ScipDiffParamSet()
void write(gzstream::ogzstream &out)
virtual int bcast(UG::ParaComm *comm, int root)=0
unsigned int * boolParamValues
size_t realParamNamesSize
long long * longintParamValues
bool doesContainRealParam(char *string)
Base class of communicator object.
static ScipParaCommTh * comm
Utilities for handling gzipped input and output streams.
Base class of communicator for UG Framework.
Defines for UG Framework.