|
Dip 0.95.0
|
Parameters passed through to Alps. More...
#include <AlpsDecompParam.h>
Public Member Functions | |
Helper functions. | |
| void | getSettings (UtilParameters ¶m) |
| void | dumpSettings (std::ostream *os=&std::cout) |
Constructors and destructor. | |
| AlpsDecompParam () | |
| Default constructors. | |
| AlpsDecompParam (UtilParameters &utilParam) | |
| ~AlpsDecompParam () | |
| Destructor. | |
Public Attributes | |
Data. | |
| int | logFileLevel |
| The level of log file. | |
| bool | printSolution |
| Print solution to screen and log if have a solution and msgLevel and logFileLevel permits. | |
| bool | checkMemory |
| Check memory. | |
| int | msgLevel |
| The level of printing messages on screen. | |
| int | nodeLimit |
| The max number of nodes can be processed. | |
| int | nodeLogInterval |
| Node log interval. | |
Parameters passed through to Alps.
Definition at line 31 of file AlpsDecompParam.h.
|
inline |
Default constructors.
Definition at line 127 of file AlpsDecompParam.h.
|
inline |
Definition at line 129 of file AlpsDecompParam.h.
|
inline |
Destructor.
Definition at line 136 of file AlpsDecompParam.h.
|
inline |
Definition at line 88 of file AlpsDecompParam.h.
|
inline |
Definition at line 102 of file AlpsDecompParam.h.
| int AlpsDecompParam::logFileLevel |
The level of log file.
Definition at line 47 of file AlpsDecompParam.h.
| bool AlpsDecompParam::printSolution |
Print solution to screen and log if have a solution and msgLevel and logFileLevel permits.
Default: false.
Definition at line 53 of file AlpsDecompParam.h.
| bool AlpsDecompParam::checkMemory |
| int AlpsDecompParam::msgLevel |
The level of printing messages on screen.
Used to control master and general messages.
Definition at line 68 of file AlpsDecompParam.h.
| int AlpsDecompParam::nodeLimit |
The max number of nodes can be processed.
Default: ALPS_INT_MAX
Definition at line 73 of file AlpsDecompParam.h.
| int AlpsDecompParam::nodeLogInterval |