#include <scipParaDiffSubproblem.h>
Public Member Functions | |
ScipParaDiffSubproblemBranchLinearCons () | |
~ScipParaDiffSubproblemBranchLinearCons () | |
Public Attributes | |
int | nLinearConss |
SCIP_Real * | linearLhss |
SCIP_Real * | linearRhss |
int * | nLinearCoefs |
SCIP_Real ** | linearCoefs |
int ** | idxLinearCoefsVars |
int | lConsNames |
char * | consNames |
Definition at line 84 of file scipParaDiffSubproblem.h.
default constructor
Definition at line 97 of file scipParaDiffSubproblem.h.
destractor
Definition at line 109 of file scipParaDiffSubproblem.h.
References ScipParaDiffSubproblemBranchLinearCons::consNames, ScipParaDiffSubproblemBranchLinearCons::idxLinearCoefsVars, ScipParaDiffSubproblemBranchLinearCons::linearCoefs, ScipParaDiffSubproblemBranchLinearCons::linearLhss, ScipParaDiffSubproblemBranchLinearCons::linearRhss, ScipParaDiffSubproblemBranchLinearCons::nLinearCoefs, and ScipParaDiffSubproblemBranchLinearCons::nLinearConss.
char* consNames |
constraint names
Definition at line 94 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss(), ScipParaDiffSubproblemMpi::createDatatypeBranchLinearConss2(), ScipParaDiffSubproblem::getBranchConsLinearConsNames(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchLinearCons::~ScipParaDiffSubproblemBranchLinearCons().
int** idxLinearCoefsVars |
array of indices of no-zero coefficient values of linear constrains
Definition at line 92 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss(), ScipParaDiffSubproblemMpi::createDatatypeBranchLinearConss2(), ScipParaDiffSubproblem::getBranchConsLinearIdxCoefsVars(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchLinearCons::~ScipParaDiffSubproblemBranchLinearCons().
int lConsNames |
length of cons names space: each name is separated by \0
Definition at line 93 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss(), ScipParaDiffSubproblemMpi::createDatatypeBranchLinearConss1(), ScipParaDiffSubproblemMpi::createDatatypeBranchLinearConss2(), ScipParaDiffSubproblem::getBranchConsLinearConsNames(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toStringStat(), and ScipParaDiffSubproblem::write().
SCIP_Real** linearCoefs |
array of non-zero coefficient values of linear constrains
Definition at line 91 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss(), ScipParaDiffSubproblemMpi::bcast(), ScipParaDiffSubproblemMpi::createDatatypeBranchLinearConss2(), ScipParaDiffSubproblem::getBranchConsLinearCoefs(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblemMpi::receive(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblemMpi::send(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchLinearCons::~ScipParaDiffSubproblemBranchLinearCons().
SCIP_Real* linearLhss |
array of lhs
Definition at line 88 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss(), ScipParaDiffSubproblemMpi::bcast(), ScipParaDiffSubproblemMpi::createDatatypeBranchLinearConss1(), ScipParaDiffSubproblem::getBranchConsLinearLhs(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblemMpi::receive(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblemMpi::send(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchLinearCons::~ScipParaDiffSubproblemBranchLinearCons().
SCIP_Real* linearRhss |
array of rhs
Definition at line 89 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss(), ScipParaDiffSubproblemMpi::createDatatypeBranchLinearConss1(), ScipParaDiffSubproblem::getBranchConsLinearRhs(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchLinearCons::~ScipParaDiffSubproblemBranchLinearCons().
int* nLinearCoefs |
array of number of coefficient values for linear constrains
Definition at line 90 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss(), ScipParaDiffSubproblemMpi::createDatatypeBranchLinearConss1(), ScipParaDiffSubproblemMpi::createDatatypeBranchLinearConss2(), ScipParaDiffSubproblem::getBranchConsNLinearCoefs(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchLinearCons::~ScipParaDiffSubproblemBranchLinearCons().
int nLinearConss |
number of linear constrains
Definition at line 87 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchLinearConss(), ScipParaDiffSubproblemMpi::bcast(), ScipParaDiffSubproblemMpi::createDatatypeBranchLinearConss1(), ScipParaDiffSubproblem::getNBranchConsLinearConss(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblemMpi::send(), ScipParaDiffSubproblem::toStringStat(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemBranchLinearCons::~ScipParaDiffSubproblemBranchLinearCons().