77 virtual void print(std::ostream& os)
const;
This class holds a MIP feasible primal solution.
int getSize() const
Get the size of the solution.
virtual AlpsKnowledge * decode(AlpsEncoded &) const
The method that decodes the solution from a encoded object.
const double * getColSolution() const
Get the column solution.
AbcSolution(const int s, const double *val, const double obj)
double getColSolution(int i) const
Get item i in the solution vector.
double getObjValue() const
Get the objective value value.
virtual AlpsEncoded * encode() const
The method that encodes the solution into a encoded object.
virtual void print(std::ostream &os) const
Print out the solution.
virtual double getQuality() const
This data structure is to contain the packed form of an encodable knowledge.
AlpsKnowledge(const AlpsKnowledge &)