PsdConstraint::Get()¶
Get information value of the PSD constraint. Support related PSd informations.
Synopsis
double Get(const char *szInfo)
Arguments
szInfo
: name of queried information.Return
value of information.
PsdConstraint::GetIdx()¶
Get index of the PSD constraint.
Synopsis
int GetIdx()
Return
the index of the PSD constraint.
PsdConstraint::GetName()¶
Get name of the PSD constraint.
Synopsis
const char *GetName()
Return
the name of the PSD constraint.
PsdConstraint::Remove()¶
Remove this PSD constraint from model.
Synopsis
void Remove()
PsdConstraint::Set()¶
Set information value of the PSD constraint. Support related PSD informations.
Synopsis
void Set(const char *szInfo, double value)
Arguments
szInfo
: name of queried information.
value
: new information value.
PsdConstraint::SetName()¶
Set name of a PSD constraint.
Synopsis
void SetName(const char *szName)
Arguments
szName
: the name to set.