







Gets or sets the value for this variable. This field can be used to assign solution values from a solver to the variables in the original model.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public double Value { get; set; } |
| Visual Basic |
|---|
Public Property Value As Double Get Set |
| Visual C++ |
|---|
public: virtual property double Value { double get () sealed; void set (double value) sealed; } |
