Dip
0.92.4
|
#include <SDPUC_Param.h>
Public Member Functions | |
void | getSettings (UtilParameters &utilParam) |
bool | checkOptions () |
void | dumpSettings (ostream *os=&cout) |
SDPUC_Param () | |
~SDPUC_Param () | |
Public Attributes | |
int | LogLevel |
int | UseSparse |
string | DataDir |
string | Instance |
Definition at line 32 of file SDPUC_Param.h.
|
inline |
Definition at line 67 of file SDPUC_Param.h.
|
inline |
Definition at line 73 of file SDPUC_Param.h.
|
inline |
Definition at line 40 of file SDPUC_Param.h.
References checkOptions(), DataDir, UtilParameters::GetSetting(), Instance, LogLevel, UseSparse, and UtilException.
Referenced by SDPUC_DecompApp::SDPUC_DecompApp().
|
inline |
Definition at line 50 of file SDPUC_Param.h.
Referenced by getSettings().
|
inline |
Definition at line 55 of file SDPUC_Param.h.
References DataDir, Instance, LogLevel, and UseSparse.
Referenced by SDPUC_DecompApp::SDPUC_DecompApp().
int SDPUC_Param::LogLevel |
Definition at line 34 of file SDPUC_Param.h.
Referenced by dumpSettings(), getSettings(), and SDPUC_DecompApp::SDPUC_DecompApp().
int SDPUC_Param::UseSparse |
Definition at line 35 of file SDPUC_Param.h.
Referenced by dumpSettings(), and getSettings().
string SDPUC_Param::DataDir |
Definition at line 36 of file SDPUC_Param.h.
Referenced by dumpSettings(), and getSettings().
string SDPUC_Param::Instance |
Definition at line 37 of file SDPUC_Param.h.
Referenced by dumpSettings(), and getSettings().