coin-Bcp
Public Member Functions | List of all members
BCP_solution Class Referenceabstract

This is the abstract base class for a solution to a Mixed Integer Programming problem. More...

#include <BCP_solution.hpp>

Inheritance diagram for BCP_solution:
Inheritance graph
[legend]

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...
 

Detailed Description

This is the abstract base class for a solution to a Mixed Integer Programming problem.

Definition at line 14 of file BCP_solution.hpp.

Constructor & Destructor Documentation

virtual BCP_solution::~BCP_solution ( )
inlinevirtual

The virtual destructor ensures that the correct destructor is invoked.

Definition at line 17 of file BCP_solution.hpp.

Member Function Documentation

virtual double BCP_solution::objective_value ( ) const
pure virtual

The method returning the objective value of the solution.

Implemented in BCP_solution_generic, MC_solution, MC_solution, and MKC_solution.


The documentation for this class was generated from the following file: