RemoveVariable Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Removes the variable named name from this model instance, or does nothing if this model instance contains no such variable.

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

Syntax

C#
public void RemoveVariable(
	string name
)
Visual Basic
Public Sub RemoveVariable ( _
	name As String _
)
Visual C++
public:
void RemoveVariable(
	String^ name
)

Parameters

name
Type: System..::..String
Name of the variable to remove.

See Also