#include <AlpsSolution.h>


Public Member Functions | |
| AlpsSolution () | |
| Default constructor. | |
| virtual | ~AlpsSolution () |
| Destructor. | |
| virtual void | print (std::ostream &os) const |
| Print out the solution. | |
Private Member Functions | |
| AlpsSolution (const AlpsSolution &) | |
| Diable copy constructor and assignment. | |
| AlpsSolution & | operator= (const AlpsSolution &) |
Definition at line 34 of file AlpsSolution.h.
| AlpsSolution::AlpsSolution | ( | const AlpsSolution & | ) | [private] |
Diable copy constructor and assignment.
| AlpsSolution::AlpsSolution | ( | ) | [inline] |
Default constructor.
Definition at line 44 of file AlpsSolution.h.
| virtual AlpsSolution::~AlpsSolution | ( | ) | [inline, virtual] |
Destructor.
Definition at line 47 of file AlpsSolution.h.
| AlpsSolution& AlpsSolution::operator= | ( | const AlpsSolution & | ) | [private] |
Reimplemented from AlpsKnowledge.
Reimplemented in BcpsSolution.
| virtual void AlpsSolution::print | ( | std::ostream & | os | ) | const [inline, virtual] |
Print out the solution.
Reimplemented in AbcSolution, KnapSolution, BcpsSolution, VrpSolution, and BlisSolution.
Definition at line 50 of file AlpsSolution.h.
1.6.1