#include <MKC_solution.hpp>
Inheritance diagram for MKC_solution:
Public Member Functions | |
MKC_solution (BCP_vec< MKC_var * > &vars, const double obj) | |
MKC_solution (BCP_buffer &buf) | |
~MKC_solution () | |
double | objective_value () const |
The method returning the objective value of the solution. | |
void | pack (BCP_buffer &buf) const |
Public Attributes | |
double | _objective |
BCP_vec< MKC_var * > | _vars |
Definition at line 14 of file MKC_solution.hpp.
MKC_solution::MKC_solution | ( | BCP_buffer & | buf | ) |
MKC_solution::~MKC_solution | ( | ) |
double MKC_solution::objective_value | ( | ) | const [inline, virtual] |
The method returning the objective value of the solution.
Implements BCP_solution.
Definition at line 23 of file MKC_solution.hpp.
References _objective.
void MKC_solution::pack | ( | BCP_buffer & | buf | ) | const |
double MKC_solution::_objective |
Definition at line 17 of file MKC_solution.hpp.