16 #ifndef BcpsDecompNodeDesc_h_
17 #define BcpsDecompNodeDesc_h_
21 #include "BcpsNodeDesc.h"
223 status = encodeBcps(encoded);
234 status = decodeBcps(encoded);
void setBranchedInd(int d)
Set branching object index.
double branchedVal_
Branched value to create it.
AlpsEncoded & readRep(T &value)
Read a single object of type <code>T</code> from <code>repsentation_ .
AlpsEncoded & writeRep(const T &value)
Write a single object of type <code>T</code> in <code>repsentation_ .
double getBranchedVal() const
Get branching direction.
virtual AlpsReturnStatus encode(AlpsEncoded *encoded) const
Pack node description into an encoded.
CoinWarmStartBasis * basis_
Warm start.
int numberRows_
Number of rows in problem (before these cuts).
BcpsDecompNodeDesc(BcpsModel *m)
Useful constructor.
This data structure is to contain the packed form of an encodable knowledge.
BcpsDecompNodeDesc()
Default constructor.
int branchedDir_
Branched direction to create it.
CoinWarmStartBasis * UtilAlpsDecodeWarmStart(AlpsEncoded &encoded, AlpsReturnStatus *rc)
Unpack coin warm start from an encoded object.
int branchedInd_
Branched object index to create it.
void setBranchedOn(int b)
int getBranchedInd() const
Get branching object index.
AlpsReturnStatus encodeBcpsDecomp(AlpsEncoded *encoded) const
Pack blis portion of node description into an encoded.
CoinWarmStartBasis * getBasis() const
Get warm start basis.
void setBasis(CoinWarmStartBasis *&ws)
Set basis.
virtual ~BcpsDecompNodeDesc()
Destructor.
void setBranchedVal(double d)
Set branching value.
void setBranchedDir(int d)
Set branching direction.
AlpsReturnStatus decodeBcpsDecomp(AlpsEncoded &encoded)
Unpack blis portion of node description from an encoded.
int getBranchedDir() const
Get branching direction.
int UtilAlpsEncodeWarmStart(AlpsEncoded *encoded, const CoinWarmStartBasis *ws)
Pack coin warm start into an encoded object.
virtual AlpsReturnStatus decode(AlpsEncoded &encoded)
Unpack a node description from an encoded.
int getBranchedOn() const
The default COIN simplex (basis-oriented) warm start class.
BcpsDecompNodeDesc(BcpsDecompModel *m, const double *lb, const double *ub)