CreateAllVariables Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Creates all variables that can possibly be created based on the elements currently in the sets.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public IEnumerable<IVariable> CreateAllVariables()
Visual Basic
Public Function CreateAllVariables As IEnumerable(Of IVariable)
Visual C++
public:
IEnumerable<IVariable^>^ CreateAllVariables()

Return Value

All variables in this VariableCollection

See Also