#include <BCP_solution.hpp>
Inheritance diagram for BCP_solution:

Public Member Functions | |
| virtual | ~BCP_solution () |
| The virtual destructor ensures that the correct destructor is invoked. | |
| virtual double | objective_value () const =0 |
| The method returning the objective value of the solution. | |
Definition at line 14 of file BCP_solution.hpp.
| virtual BCP_solution::~BCP_solution | ( | ) | [inline, virtual] |
The virtual destructor ensures that the correct destructor is invoked.
Definition at line 17 of file BCP_solution.hpp.
| virtual double BCP_solution::objective_value | ( | ) | const [pure virtual] |
1.4.7