Dip 0.95.0
Loading...
Searching...
No Matches
AlpsDecompParam Class Reference

Parameters passed through to Alps. More...

#include <AlpsDecompParam.h>

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)
 
 ~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 31 of file AlpsDecompParam.h.

Constructor & Destructor Documentation

◆ AlpsDecompParam() [1/2]

AlpsDecompParam::AlpsDecompParam ( )
inline

Default constructors.

Definition at line 127 of file AlpsDecompParam.h.

◆ AlpsDecompParam() [2/2]

AlpsDecompParam::AlpsDecompParam ( UtilParameters & utilParam)
inline

Definition at line 129 of file AlpsDecompParam.h.

◆ ~AlpsDecompParam()

AlpsDecompParam::~AlpsDecompParam ( )
inline

Destructor.

Definition at line 136 of file AlpsDecompParam.h.

Member Function Documentation

◆ getSettings()

void AlpsDecompParam::getSettings ( UtilParameters & param)
inline

Definition at line 88 of file AlpsDecompParam.h.

◆ dumpSettings()

void AlpsDecompParam::dumpSettings ( std::ostream * os = &std::cout)
inline

Definition at line 102 of file AlpsDecompParam.h.

Member Data Documentation

◆ logFileLevel

int AlpsDecompParam::logFileLevel

The level of log file.

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

Definition at line 47 of file AlpsDecompParam.h.

◆ printSolution

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.

◆ checkMemory

bool AlpsDecompParam::checkMemory

Check memory.

Default: false

Definition at line 58 of file AlpsDecompParam.h.

◆ msgLevel

int AlpsDecompParam::msgLevel

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 68 of file AlpsDecompParam.h.

◆ nodeLimit

int AlpsDecompParam::nodeLimit

The max number of nodes can be processed.

Default: ALPS_INT_MAX

Definition at line 73 of file AlpsDecompParam.h.

◆ nodeLogInterval

int AlpsDecompParam::nodeLogInterval

Node log interval.

Default: 100

Definition at line 78 of file AlpsDecompParam.h.


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