







Removes the constraint named name from this model instance, or does nothing 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 void RemoveConstraint( string name ) |
Visual Basic |
---|
Public Sub RemoveConstraint ( _ name As String _ ) |
Visual C++ |
---|
public: void RemoveConstraint( String^ name ) |
Parameters
- name
- Type: System..::..String
Name of the constraint to remove.