This is the abstract base class for a solution to a Mixed Integer Programming problem. More...
#include <BCP_solution.hpp>
Public Member Functions | |
virtual | ~BCP_solution () |
The virtual destructor ensures that the correct destructor is invoked. More... | |
virtual double | objective_value () const =0 |
The method returning the objective value of the solution. More... | |
This is the abstract base class for a solution to a Mixed Integer Programming problem.
Definition at line 14 of file BCP_solution.hpp.
|
inlinevirtual |
The virtual destructor ensures that the correct destructor is invoked.
Definition at line 17 of file BCP_solution.hpp.
|
pure virtual |
The method returning the objective value of the solution.
Implemented in BCP_solution_generic, and MC_solution.