GetConstraint Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Returns the constraint named name, or null if this model instance contains no such constraint.

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

Syntax

C#
public Constraint GetConstraint(
	string name
)
Visual Basic
Public Function GetConstraint ( _
	name As String _
) As Constraint
Visual C++
public:
Constraint^ GetConstraint(
	String^ name
)

Parameters

name
Type: System..::..String
Name of the constraint to search for.

Return Value

[Missing <returns> documentation for "M:Optimization.Model.GetConstraint(System.String)"]

See Also