Dip  0.92.4
Public Member Functions | Public Attributes | List of all members
MAD_DecompParam Class Reference

#include <MAD_DecompParam.h>

Public Member Functions

void getSettings (UtilParameters &utilParam)
 
void dumpSettings (ostream *os=&cout)
 
 MAD_DecompParam ()
 
 ~MAD_DecompParam ()
 

Public Attributes

string DataDir
 
string DataSubDir
 
string Instance
 
int NumBlocks
 
int Capacity
 

Detailed Description

Storage for parameters for the Matrix Decomposition Problem (MAD).

Todo:
think about this design, register parameters, isoptional combos that violate, throw exceptions

Definition at line 34 of file MAD_DecompParam.h.

Constructor & Destructor Documentation

MAD_DecompParam::MAD_DecompParam ( )
inline

Definition at line 65 of file MAD_DecompParam.h.

MAD_DecompParam::~MAD_DecompParam ( )
inline

Definition at line 73 of file MAD_DecompParam.h.

Member Function Documentation

void MAD_DecompParam::getSettings ( UtilParameters utilParam)
inline

Definition at line 43 of file MAD_DecompParam.h.

References UtilParameters::GetSetting().

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

Definition at line 52 of file MAD_DecompParam.h.

Member Data Documentation

string MAD_DecompParam::DataDir

Definition at line 36 of file MAD_DecompParam.h.

string MAD_DecompParam::DataSubDir

Definition at line 37 of file MAD_DecompParam.h.

string MAD_DecompParam::Instance

Definition at line 38 of file MAD_DecompParam.h.

int MAD_DecompParam::NumBlocks

Definition at line 39 of file MAD_DecompParam.h.

int MAD_DecompParam::Capacity

Definition at line 40 of file MAD_DecompParam.h.


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