24 #ifndef BlisSolution_h_
25 #define BlisSolution_h_
virtual AlpsKnowledge * decode(AlpsEncoded &encoded) const
The method that decodes the solution from a encoded object.
AlpsReturnStatus decodeBcps(AlpsEncoded &encoded)
Unpack Bcps part of solution from an encoded objects.
This class holds the solution objects.
This data structure is to contain the packed form of an encodable knowledge.
virtual ~BlisSolution()
Destructor.
virtual AlpsEncoded * encode() const
Check if IP feasible.
AlpsReturnStatus encodeBcps(AlpsEncoded *encoded) const
Pack Bcps part of solution into an encoded objects.
This class contains the solutions generated by the LP solver (either primal or dual.
The abstract base class of any user-defined class that Alps has to know about in order to encode/deco...
BlisSolution(int s, const double *values, double objValue)
Useful constructor.
BlisSolution()
Default constructor.