#include <scipParaDiffSubproblem.h>
Public Member Functions | |
ScipParaDiffSubproblemBranchSetppcCons () | |
~ScipParaDiffSubproblemBranchSetppcCons () | |
Public Attributes | |
int | nSetppcConss |
int * | nSetppcVars |
int * | setppcTypes |
int ** | idxSetppcVars |
int | lConsNames |
char * | consNames |
Definition at line 129 of file scipParaDiffSubproblem.h.
default constructor
Definition at line 139 of file scipParaDiffSubproblem.h.
destractor
Definition at line 149 of file scipParaDiffSubproblem.h.
References ScipParaDiffSubproblemBranchSetppcCons::consNames, ScipParaDiffSubproblemBranchSetppcCons::idxSetppcVars, ScipParaDiffSubproblemBranchSetppcCons::nSetppcConss, ScipParaDiffSubproblemBranchSetppcCons::nSetppcVars, and ScipParaDiffSubproblemBranchSetppcCons::setppcTypes.
char* consNames |
constraint names
Definition at line 137 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchSetppcConss(), ScipParaDiffSubproblemMpi::createDatatypeBranchSetppcConss2(), ScipParaDiffSubproblem::getBranchConsSetppcConsNames(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchSetppcCons::~ScipParaDiffSubproblemBranchSetppcCons().
int** idxSetppcVars |
array of indices of variables for setppc constrains
Definition at line 135 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchSetppcConss(), ScipParaDiffSubproblemMpi::bcast(), ScipParaDiffSubproblemMpi::createDatatypeBranchSetppcConss2(), ScipParaDiffSubproblem::getBranchConsSetppcVars(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblemMpi::receive(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblemMpi::send(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchSetppcCons::~ScipParaDiffSubproblemBranchSetppcCons().
int lConsNames |
length of cons names space: each name is separated by \0
Definition at line 136 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchSetppcConss(), ScipParaDiffSubproblemMpi::createDatatypeBranchSetppcConss1(), ScipParaDiffSubproblemMpi::createDatatypeBranchSetppcConss2(), ScipParaDiffSubproblem::getBranchConsSetppcConsNames(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toStringStat(), and ScipParaDiffSubproblem::write().
int nSetppcConss |
number of setppc constrains
Definition at line 132 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchSetppcConss(), ScipParaDiffSubproblemMpi::bcast(), ScipParaDiffSubproblemMpi::createDatatypeBranchSetppcConss1(), ScipParaDiffSubproblem::getNBranchConsSetppcConss(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblemMpi::send(), ScipParaDiffSubproblem::toStringStat(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchSetppcCons::~ScipParaDiffSubproblemBranchSetppcCons().
int* nSetppcVars |
array of numbers of indices of variables for setppc constrains
Definition at line 133 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchSetppcConss(), ScipParaDiffSubproblemMpi::bcast(), ScipParaDiffSubproblemMpi::createDatatypeBranchSetppcConss1(), ScipParaDiffSubproblemMpi::createDatatypeBranchSetppcConss2(), ScipParaDiffSubproblem::getBranchConsSetppcNVars(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblemMpi::receive(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblemMpi::send(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchSetppcCons::~ScipParaDiffSubproblemBranchSetppcCons().
int* setppcTypes |
setppc Types
Definition at line 134 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchSetppcConss(), ScipParaDiffSubproblemMpi::createDatatypeBranchSetppcConss1(), ScipParaDiffSubproblem::getBranchConsSetppcType(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchSetppcCons::~ScipParaDiffSubproblemBranchSetppcCons().