







Removes the objective named name from this model instance, or does nothing if this model instance contains no such objective.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public void RemoveObjective( string name ) |
Visual Basic |
---|
Public Sub RemoveObjective ( _ name As String _ ) |
Visual C++ |
---|
public: void RemoveObjective( String^ name ) |
Parameters
- name
- Type: System..::..String
Name of the objective to remove.