ClTableau

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addRow
void addRow(ClAbstractVariable var, ClLinearExpression expr)
Undocumented in source. Be warned that the author may not have intended to support it.
columns
auto columns()
Undocumented in source. Be warned that the author may not have intended to support it.
columnsHasKey
bool columnsHasKey(ClAbstractVariable subject)
Undocumented in source. Be warned that the author may not have intended to support it.
getInternalInfo
string getInternalInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
noteAddedVariable
void noteAddedVariable(ClAbstractVariable v, ClAbstractVariable subject)
Undocumented in source. Be warned that the author may not have intended to support it.
noteRemovedVariable
void noteRemovedVariable(ClAbstractVariable v, ClAbstractVariable subject)
Undocumented in source. Be warned that the author may not have intended to support it.
removeColumn
void removeColumn(ClAbstractVariable var)
Undocumented in source. Be warned that the author may not have intended to support it.
removeRow
ClLinearExpression removeRow(ClAbstractVariable var)
Undocumented in source. Be warned that the author may not have intended to support it.
rowExpression
ClLinearExpression rowExpression(ClAbstractVariable v)
Undocumented in source. Be warned that the author may not have intended to support it.
rows
auto rows()
Undocumented in source. Be warned that the author may not have intended to support it.
substituteOut
void substituteOut(ClAbstractVariable oldVar, ClLinearExpression expr)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_columns
Set!(ClAbstractVariable)[ClAbstractVariable] _columns;
Undocumented in source.
_externalParametricVars
Set!(ClAbstractVariable) _externalParametricVars;
Undocumented in source.
_externalRows
Set!(ClAbstractVariable) _externalRows;
Undocumented in source.
_infeasibleRows
Set!(ClAbstractVariable) _infeasibleRows;
Undocumented in source.
_rows
ClLinearExpression[ClAbstractVariable] _rows;
Undocumented in source.

Meta