AlpsDecompParam Class Reference

Parameters passed through to Alps. More...

#include <AlpsDecompParam.h>

List of all members.

Public Member Functions

Helper functions.



void getSettings (UtilParameters &param)
void dumpSettings (std::ostream *os=&std::cout)
Constructors and destructor.



 AlpsDecompParam ()
 Default constructors.
 AlpsDecompParam (UtilParameters &utilParam)
 Default constructors.
 ~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.

Detailed Description

Parameters passed through to Alps.

Definition at line 32 of file AlpsDecompParam.h.


Constructor & Destructor Documentation

AlpsDecompParam::AlpsDecompParam (  )  [inline]

Default constructors.

Definition at line 128 of file AlpsDecompParam.h.

AlpsDecompParam::AlpsDecompParam ( UtilParameters utilParam  )  [inline]

Default constructors.

Definition at line 130 of file AlpsDecompParam.h.

References getSettings().

AlpsDecompParam::~AlpsDecompParam (  )  [inline]

Destructor.

Definition at line 137 of file AlpsDecompParam.h.


Member Function Documentation

void AlpsDecompParam::getSettings ( UtilParameters param  )  [inline]
void AlpsDecompParam::dumpSettings ( std::ostream *  os = &std::cout  )  [inline]

Definition at line 103 of file AlpsDecompParam.h.

References checkMemory, logFileLevel, msgLevel, nodeLimit, nodeLogInterval, and printSolution.

Referenced by getSettings().


Member Data Documentation

The level of log file.

  • 0: no print to screen (Default)
  • 1: summary
  • 2: moderate
  • 3: verbose

Definition at line 48 of file AlpsDecompParam.h.

Referenced by dumpSettings(), and getSettings().

Print solution to screen and log if have a solution and msgLevel and logFileLevel permits.

Default: false.

Definition at line 54 of file AlpsDecompParam.h.

Referenced by dumpSettings(), and getSettings().

Check memory.

Default: false

Definition at line 59 of file AlpsDecompParam.h.

Referenced by dumpSettings(), and getSettings().

The level of printing messages on screen.

Used to control master and general messages.

  • 0: no print to screen
  • 1: summary
  • 2: moderate (Default)
  • 3: verbose

Definition at line 69 of file AlpsDecompParam.h.

Referenced by dumpSettings(), and getSettings().

The max number of nodes can be processed.

Default: ALPS_INT_MAX

Definition at line 74 of file AlpsDecompParam.h.

Referenced by dumpSettings(), and getSettings().

Node log interval.

Default: 100

Definition at line 79 of file AlpsDecompParam.h.

Referenced by dumpSettings(), and getSettings().


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

Generated on 3 Jun 2015 for Dip-All by  doxygen 1.6.1