#include <AlpsSolution.h>
|
int | index_ |
| The index of the node where the solution was found.
|
|
int | depth_ |
| The depth of the node where the solution was found.
|
|
Definition at line 35 of file AlpsSolution.h.
◆ AlpsSolution() [1/3]
Diable copy constructor and assignment.
◆ AlpsSolution() [2/3]
AlpsSolution::AlpsSolution |
( |
| ) |
|
|
inline |
◆ AlpsSolution() [3/3]
Constructor to set index and depth.
Definition at line 59 of file AlpsSolution.h.
◆ ~AlpsSolution()
virtual AlpsSolution::~AlpsSolution |
( |
| ) |
|
|
inlinevirtual |
◆ operator=()
◆ getIndex()
Get index where solution was found.
Definition at line 70 of file AlpsSolution.h.
◆ setIndex()
Set index where solution was found.
Definition at line 73 of file AlpsSolution.h.
◆ getDepth()
int AlpsSolution::getDepth |
( |
| ) |
|
|
inline |
Get depth where solution was found.
Definition at line 76 of file AlpsSolution.h.
◆ setDepth()
void AlpsSolution::setDepth |
( |
const int | d | ) |
|
|
inline |
Set depth where solution was found.
Definition at line 79 of file AlpsSolution.h.
◆ print()
virtual void AlpsSolution::print |
( |
std::ostream & | os | ) |
const |
|
inlinevirtual |
◆ index_
The index of the node where the solution was found.
Definition at line 43 of file AlpsSolution.h.
◆ depth_
The depth of the node where the solution was found.
Definition at line 46 of file AlpsSolution.h.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/CHiPPS-ALPS-releases-1.5.11/Alps/src/AlpsSolution.h